Home
last modified time | relevance | path

Searched refs:GetGerberPrecision (Results 1 – 4 of 4) sorted by relevance

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/dialogs/
H A Ddialog_gendrill.cpp225 m_staticTextPrecision->SetLabel( m_plotOpts.GetGerberPrecision() == 6 ? "4.6" : "4.5" ); in onFileFormatSelection()
418 gerberWriter.SetFormat( m_plotOpts.GetGerberPrecision() ); in GenDrillAndMapFiles()
H A Ddialog_plot.cpp167 m_coordFormatCtrl->SetSelection( m_plotOpts.GetGerberPrecision() == 5 ? 0 : 1 ); in init_Dialog()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/
H A Dpcb_plot_params.h157 int GetGerberPrecision() const { return m_gerberPrecision; } in GetGerberPrecision() function
H A Dplot_board_layers.cpp1078 aPlotter->SetGerberCoordinatesFormat( aPlotOpts->GetGerberPrecision() ); in initializePlotter()