mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-20 00:21:31 +00:00
Fix step export not resolving variables
Fixes https://gitlab.com/kicad/code/kicad/-/issues/12754
This commit is contained in:
parent
cd30da179a
commit
d8e9436d92
@ -37,11 +37,12 @@
|
||||
#include <string>
|
||||
|
||||
#include <wx_filename.h>
|
||||
|
||||
#include <pgm_base.h>
|
||||
|
||||
KICADPCB::KICADPCB( const wxString& aPcbName )
|
||||
{
|
||||
m_resolver.Set3DConfigDir( wxT( "" ) );
|
||||
m_resolver.SetProgramBase( &Pgm() );
|
||||
|
||||
m_topSolderMask = wxColour( 15, 102, 15 );
|
||||
m_bottomSolderMask = wxColour( 15, 102, 15 );
|
||||
|
Loading…
Reference in New Issue
Block a user