7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-21 14:41:42 +00:00

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

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;