Revert "CLI: set default Gerber drill format to 4.5 mm."

This reverts commit a06d93a383.
This commit is contained in:
Alex Shvartzkop 2023-12-05 15:33:37 +03:00
parent ec06d5e475
commit 7e2705e444
1 changed files with 1 additions and 1 deletions

View File

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