Excellon drill file exporter: activate routing mode for oval holes.

This commit is contained in:
jean-pierre charras 2018-09-23 15:48:25 +02:00
parent 2f4f623a31
commit 12ed6ab9e3
1 changed files with 1 additions and 1 deletions

View File

@ -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 )