mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Increase default precision in ODB++ export job dialog.
(cherry picked from commit 279a30974e13e25bd5862fa5d9ec51fba9ad7bb2) Co-authored-by: Alex Shvartzkop <dudesuchamazing@gmail.com>
This commit is contained in:
parent
59af606a5c
commit
7fbca40dd8
@ -41,7 +41,7 @@ JOB_EXPORT_PCB_ODB::JOB_EXPORT_PCB_ODB() :
|
||||
m_filename(),
|
||||
m_drawingSheet(),
|
||||
m_units( ODB_UNITS::MM ),
|
||||
m_precision( 2 ),
|
||||
m_precision( 4 ),
|
||||
m_compressionMode( ODB_COMPRESSION::ZIP )
|
||||
{
|
||||
m_params.emplace_back( new JOB_PARAM<wxString>( "drawing_sheet", &m_drawingSheet, m_drawingSheet ) );
|
||||
|
Loading…
x
Reference in New Issue
Block a user