elliotf / heekscnc

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

contour after pocket throws error #344

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
using heekscnc 1.0 free.

when i have a contour after a pocket op, i get en error dialog:
... post.py, line 128, in <module>
nc.creator.set_ocl_cutter( ocl.CylCutter(float(3), 1000)
AttributeError: Creator instance has no attribute 'set_ocl_cutter'

when i move the contour to be the first operation, it works.

Original issue reported on code.google.com by m...@reicheteile.org on 6 Jun 2014 at 9:28

GoogleCodeExporter commented 8 years ago
i have seen this one too.

my impression is, that the postprocessor scripts are in a state of flux ...
"iso" seems to be under development, the others depending/inheriting from it 
not so much ...

if your machine doen't need a lot of customization, copy the siegkx1.py and 
modify there. works for me.

Original comment by m...@reicheteile.org on 14 Jul 2014 at 8:48