Tent vias by default.

This commit is contained in:
Alex Shvartzkop 2023-08-16 08:23:27 +03:00
parent c54d97170b
commit ea65a5a80b
1 changed files with 2 additions and 2 deletions

View File

@ -102,7 +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_plotDrawingSheet = false;
m_plotViaOnMaskLayer = true;
m_plotViaOnMaskLayer = false;
m_plotMode = FILLED;
m_DXFPolygonMode = true;
m_DXFUnits = DXF_UNITS::INCHES;