Hello,
Is there a way to make the F./B.Mask layers additive?
i.e., filled polygons will denote the masked region and not the opening.
Thanks
Hello,
Is there a way to make the F./B.Mask layers additive?
i.e., filled polygons will denote the masked region and not the opening.
Thanks
KiCad’s solder mask layers are defined and used in a way that conforms with regular PCB manufacturing techniques, and it’s unlikely that will change anytime soon.
If you want something special, then I guess you will have to improvise. Maybe you want to apply some sort of conformal coating to a part of the PCB? You can draw some graphics on an auxiliary layer and communicate this to your PCB manufacturer. But before more guesswork, can you tell us more about what the final goal is you want to achieve?
It seems to be related to your other topic:
wow… that is a quick response. THANKS
You’re right, I need it for adding a coating layer.
The thing with adding a filled polygon is that I need a round ‘no-coating’ island within a coated polygon - i.e., I need to subtract the island, which is not supportedby plain graphic polygons afaik (kind of xor-ing two regions)
I would also suggest to use an extra layer. But as a work around you can convert your polygon to a zone and then add a cut out. It takes a bit of fiddling to get the cutout into a round shape but depending on your requirements this might be a possibility.
Thanks. Excellent advice.
(just wondering how to make a round cutout)
Two suggestions to the KiCad team:
Thanks again.