mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-05 16:50:17 +02:00
11 lines
598 B
Plaintext
11 lines
598 B
Plaintext
* start upstreaming cmdline patches
|
|
|
|
* pcbnew --plot doesn't pick up global clearance settings, so we end up
|
|
with the hard-coded defaults. See Preferences -> Dimensions -> Pads
|
|
Mask Clearance. It is not quite clear whether settings are stored in
|
|
the .pro or .brd files, there seems to be a difference depending on
|
|
whether the .brd file is opened directly via pcbnew, or via the kicad
|
|
binary and .pro file. Some values are in the .brd file but it's not clear
|
|
how they can be changed from the GUI. These values need to come from the
|
|
.brd file, cannot be passed in via the command line.
|