Excellon drill file exporter: activate routing mode for oval holes.
This commit is contained in:
parent
2f4f623a31
commit
12ed6ab9e3
|
@ -58,7 +58,7 @@
|
|||
// a linear routing command (G01) is perhaps more usual for drill files
|
||||
// Comment this next line to use a canned slot hole (old way)
|
||||
// Uncomment this next line to use a linear routed hole (new way)
|
||||
//#define USE_ROUTING_MODE_FOR_OBLONG_HOLE
|
||||
#define USE_ROUTING_MODE_FOR_OBLONG_HOLE
|
||||
|
||||
EXCELLON_WRITER::EXCELLON_WRITER( BOARD* aPcb )
|
||||
: GENDRILL_WRITER_BASE( aPcb )
|
||||
|
|
Loading…
Reference in New Issue