Restore the page size mode behavior
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20014
This commit is contained in:
@@ -102,6 +102,7 @@ PCB_PLOT_PARAMS::PCB_PLOT_PARAMS()
|
||||
|
||||
// we used 0.1mils for SVG step before, but nm precision is more accurate, so we use nm
|
||||
m_svgPrecision = SVG_PRECISION_DEFAULT;
|
||||
m_svgFitPageToBoard = false;
|
||||
m_plotDrawingSheet = false;
|
||||
m_plotMode = FILLED;
|
||||
m_DXFPolygonMode = true;
|
||||
|
||||
Reference in New Issue
Block a user