Revert "CLI: set default Gerber drill format to 4.5 mm."
This reverts commit a06d93a383
.
This commit is contained in:
parent
ec06d5e475
commit
7e2705e444
|
@ -98,7 +98,7 @@ CLI::PCB_EXPORT_DRILL_COMMAND::PCB_EXPORT_DRILL_COMMAND() : PCB_EXPORT_BASE_COMM
|
|||
|
||||
m_argParser.add_argument( ARG_GERBER_PRECISION )
|
||||
.help( UTF8STDSTR( _( "Precision of Gerber coordinates (5 or 6)" ) ) )
|
||||
.default_value( 5 );
|
||||
.default_value( 6 );
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue