1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2025-04-21 12:27:27 +03:00

uplevel cmdline patches (entire set won't build right now)

This commit is contained in:
Wolfgang Spraul
2012-01-11 00:28:19 +01:00
parent 4d628c3787
commit a27777996a
11 changed files with 1280 additions and 1210 deletions

View File

@@ -1,3 +1,10 @@
* running eeschema --bom will permanently change the background color
to black (until it's restored manually in the preferences)
* start offering scripted patches upstream
* 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.