Skip to content

Commit

Permalink
Changing AuxOrigin
Browse files Browse the repository at this point in the history
  • Loading branch information
mithro committed Oct 15, 2016
1 parent 2cad6e0 commit 9015c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/gen_gerber_and_drill_files_board.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
popt.SetUseGerberProtelExtensions(True)
popt.SetExcludeEdgeLayer(False);
popt.SetScale(1)
popt.SetUseAuxOrigin(True)
popt.SetUseAuxOrigin(False)

# This by gerbers only (also the name is truly horrid!)
popt.SetSubtractMaskFromSilk(False)
Expand Down

0 comments on commit 9015c98

Please sign in to comment.