The backspace key can now remove segments like the router even when not routing. It will select the next segment for further backspacing.
32 Likes
This topic was automatically closed after 90 days. New replies are no longer allowed.
Custom rules for solder mask expansion and solder paste margins.
# No solder mask expansion for vias.
(rule "no mask expansion on vias"
(constraint solder_mask_expansion (opt 0mm))
(condition "A.type == via"))
# Remove solder paste from DNP footprints.
(rule remove_solder_paste_from_DNP
(constraint solder_paste_abs_margin (opt -50mm))
(condition "A.Do_not_Populate"))
19 Likes
The schematic break command has had some bug fixes, and is now a repeated-until-cancelled command so the normal uses are more ergonomic:
Groups in the schematic can be automatically applied to the board:
17 Likes
Dark mode is now available in Windows nightly builds as an experiment
It staying in KiCad builds depends on the presence of bugs that may occur in wxwidgets 3.3
Note: A dark Schematic Editor color theme must be manually installed from the PCM and then set in order to have something more pleasant on the eyes
18 Likes