Python compatibility: move DXF_PLOTTER::DXF_UNITS to DXF_UNITS in pcb_plot_params.h

Fixes #6034
https://gitlab.com/kicad/code/kicad/issues/6034
This commit is contained in:
jean-pierre charras
2020-10-21 18:29:53 +02:00
parent 909dca71cd
commit c87faad344
7 changed files with 19 additions and 17 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ PCB_PLOT_PARAMS::PCB_PLOT_PARAMS()
m_plotViaOnMaskLayer = false;
m_plotMode = FILLED;
m_DXFplotPolygonMode = true;
m_DXFplotUnits = DXF_PLOTTER::DXF_UNITS::INCHES;
m_DXFplotUnits = DXF_UNITS::INCHES;
m_useAuxOrigin = false;
m_HPGLPenNum = 1;
m_HPGLPenSpeed = 20; // this param is always in cm/s