For the Windows installer, I have made sub folders of HeeksCNC, called
"Clipper" and "Boolean".
I build two different "area.pyd" files, one in each folder.
The user can choose, in "machining options", which area module to use.
See how the "post.py" file is written differently, depending on the option.
See in HeeksCNC/src/Program.cpp:
python << _T("sys.path.insert(0,") << PythonString(theApp.GetResFolder() + (theApp.m_use_Clipper_not_Boolean ? _T("/Clipper"):_T("/Boolean"))) << _T(")\n");
Do we want to get this to work for the Ubuntu build too?
Original issue reported on code.google.com by danhe...@gmail.com on 12 May 2011 at 10:56
Original issue reported on code.google.com by
danhe...@gmail.com
on 12 May 2011 at 10:56