mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-22 14:21:51 +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:
parent
e52f0db073
commit
ccd830153a
@ -17,7 +17,7 @@ PASTE="(cons 'color #(39083 39083 50000))"
|
||||
MASK="(cons 'inverted #t) (cons 'color #(8839 53994 8178))"
|
||||
SILK="(cons 'color #(65535 65535 65535))"
|
||||
EDGE="(cons 'color #(65535 65535 0))"
|
||||
DRILL="(cons 'color #(0 0 0))"
|
||||
DRILL="(cons 'color #(0 0 40000))"
|
||||
|
||||
FRONT="(cons 'color #(65535 10000 10000))"
|
||||
BACK="(cons 'color #(30000 65535 30000))"
|
||||
@ -64,7 +64,7 @@ layers_end()
|
||||
|
||||
run_gerbv()
|
||||
{
|
||||
gerbv -p _gvp --dpi=600 -b '#202020' -x png -o "$1"
|
||||
gerbv -p _gvp --dpi=600 -x png -o "$1"
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user