wiser
1
kicad-nightly-8.99 - where can I set the solder mask color in the source files when exporting to a STEP file?
In kicad 7.0 it could be set in the source file “exporter_step.cpp” on line number 120.
m_solderMaskColor = COLOR4D( 0.08, 0.20, 0.14, 0.83 );
I need to change that. Thank you for answer.
dsa-t
3
Note that the board stackup color overrides this default color.
wiser
4
Thank you very much for the quick reply. It works. That new STEP export is fantastic.
1 Like
system
Closed
5
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.