nav111 / heekscnc

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

error on pocket of cycle #233

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. import cycle from dxf(qcad)
2. add pocket operation
3. hit generate g-code

There is an Error in the python script missing variable c

when i added it manually(c = area.Curve() ) there is an assertion

python: kbool/src/graph.cpp:236: void Graph::AddLink(Node*, Node*, int): 
Assertion `begin && end' failed.

What version of the product are you using? On what operating system?

kubuntu 10.04 latest svn version

Original issue reported on code.google.com by yhfhvhvh...@gmail.com on 28 Jul 2010 at 5:53

GoogleCodeExporter commented 8 years ago
I meant circle instead of cycle

Original comment by yhfhvhvh...@gmail.com on 28 Jul 2010 at 6:01

GoogleCodeExporter commented 8 years ago
There are a couple work-arounds possible.  Within qcad you can use the scissors 
to cut the circle into to curves and import it to Heekscad that way.  Pocketing 
a sketch made of curves seems to work better than a circle.

The other thing you can do is to select the sketch with the circle in Heekscad 
and use the button to 'split arcs to little lines'.  You'll end up with sketch 
containing lots of lines, but it will be pocketable.

Original comment by shopinth...@gmail.com on 19 Sep 2010 at 2:10

GoogleCodeExporter commented 8 years ago
This got fixed.

Original comment by danhe...@gmail.com on 24 Mar 2014 at 5:08