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:
parent
f8744b7797
commit
df4e72827b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user