Assertion constraints in custom rules.
# Disallow solder mask margin overrides
(rule "disallow solder mask margin overrides"
(constraint assertion "A.Soldermask_Margin_Override == 0mm")
(condition "A.Type == 'Pad'"))
Assertion constraints in custom rules.
# Disallow solder mask margin overrides
(rule "disallow solder mask margin overrides"
(constraint assertion "A.Soldermask_Margin_Override == 0mm")
(condition "A.Type == 'Pad'"))
Keep netnames on long tracks in the viewport when possible.
You’re going to have to play with this one yourself; I don’t do video.
This thread has been migrated to a new “KiCad Official SW Thread” category. Only members of the KiCad developers group (and admins) will be able to post in these discussions. If people have questions about something posted in these threads, they should start a new topic and reference the post.
Thanks to @dsa-t it’s now possible to cross-probe select multiple items from the schematic to the PCB (i.e. you can drag-select a block of components in your schematic, and now they will be selected on the PCB for easier placement.
Thanks to Mike Williams, GerbView layer management got a mini-makeover, and can now do a better job of detecting Gerber and drill file formats if they don’t have file extensions. More details in the merge request.