1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-11-22 20:04:39 +02:00

prettygerbv: instead of changing the background, change the drill color

- prettygerbv (DRILL): changed from black to blue
- prettygerbv (run_gerber): reverted the background color to the default
  (black)
This commit is contained in:
Werner Almesberger 2011-03-24 21:22:40 -03:00
parent e52f0db073
commit ccd830153a

View File

@ -17,7 +17,7 @@ PASTE="(cons 'color #(39083 39083 50000))"
MASK="(cons 'inverted #t) (cons 'color #(8839 53994 8178))" MASK="(cons 'inverted #t) (cons 'color #(8839 53994 8178))"
SILK="(cons 'color #(65535 65535 65535))" SILK="(cons 'color #(65535 65535 65535))"
EDGE="(cons 'color #(65535 65535 0))" EDGE="(cons 'color #(65535 65535 0))"
DRILL="(cons 'color #(0 0 0))" DRILL="(cons 'color #(0 0 40000))"
FRONT="(cons 'color #(65535 10000 10000))" FRONT="(cons 'color #(65535 10000 10000))"
BACK="(cons 'color #(30000 65535 30000))" BACK="(cons 'color #(30000 65535 30000))"
@ -64,7 +64,7 @@ layers_end()
run_gerbv() run_gerbv()
{ {
gerbv -p _gvp --dpi=600 -b '#202020' -x png -o "$1" gerbv -p _gvp --dpi=600 -x png -o "$1"
} }