elliotf / heekscnc

Automatically exported from code.google.com/p/heekscnc
Other
1 stars 0 forks source link

Clipper version of libarea #307

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by danhe...@gmail.com on 10 May 2012 at 2:41