Eeschema printing, advanced config: set EnableEeschemaPrintCairo to true by default.

This commit is contained in:
jean-pierre charras 2024-01-04 15:10:08 +01:00
parent f8744b7797
commit df4e72827b
1 changed files with 2 additions and 1 deletions

View File

@ -229,7 +229,8 @@ ADVANCED_CFG::ADVANCED_CFG()
m_ShowRepairSchematic = false;
m_EnableGenerators = false;
m_EnableGit = false;
m_EnableEeschemaPrintCairo = false;
m_EnableEeschemaPrintCairo = true;
m_3DRT_BevelHeight_um = 30;
m_3DRT_BevelExtentFactor = 1.0 / 16.0;