Philippe Hurbain Wrote:One drawback: part 55615 (Technic Pin Connector perpendicular etc...) is sorted with pins instead of connectors. I have not yet found a solution (except renaming part...)
You could use
Code:
keep partName 55615.dat
And if you don't want it in the pins group use
Code:
exclude partName 55615.dat
I didn't describe the 'keep' rule as it's a bit messy for the exact same reason you ran into. In short the rule assigns exclude immunity to any items it matches in the current result set.
There's also the 'static' rule, which is even more messy it will add anything to the current set and also assigns it immunity to any following rules. I don't recommend using ether rule unless absolutely necessary
![Smile Smile](https://forums.ldraw.org/images/smilies/smile.png)