Fix step export not resolving variables

Fixes https://gitlab.com/kicad/code/kicad/-/issues/12754
This commit is contained in:
Marek Roszko 2022-11-07 23:21:48 -05:00
parent cd30da179a
commit d8e9436d92
1 changed files with 2 additions and 1 deletions

View File

@ -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 );