Closed GoogleCodeExporter closed 8 years ago
Do you have the very latest svn compiled? I just checked out both HeeksCAD and
HeeksCNC fresh from svn minutes ago and can't duplicate the problem.
1. I created a rectangle with fillets in Qcad
2. imported it
3. highlighted it in the Objects panel
4. held down 'ctrl' key so that I could highlight a tool too
5. selected 'Contour' operation from machining menu icons(not sure how to right
click
to get to it)
6. selected 'Go' button from machining icons
7. it worked
I tried using the Profile operation this way too (and ran into another problem,
which
I'll look at in a minute :), but it didn't crash the system either.
I just wonder if there are alternative ways to create a contour that I don't
know
about that could be causing the app to crash.
Original comment by ddfalck2...@yahoo.com
on 4 Jun 2010 at 3:19
The windows version I have installed is the HeeksCNC 0.13.1. The linux version
is
from the SVN, I'll update it tonight and give it a test.
I've attached a couple of screenshots.
Cheers
David
Original comment by pinheiro...@gmail.com
on 7 Jun 2010 at 4:48
Attachments:
Thanks for uploading the picture. I wasn't using the 'right click on
operations' method and now that I tried it- I do get a seg fault.
I was using the menus to set up the operations.
Thanks,
Dan
Original comment by ddfalck2...@yahoo.com
on 9 Jun 2010 at 4:40
I believe I have fixed this. As David suggested initially, it was due to a
NULL pointer being used. The flaw was not in the CanAdd() method in all cases.
It was where the GetIDObject() call's return value was not always being
checked.
I believe I have added all the checks necessary.
Original comment by David.Ni...@gmail.com
on 11 Jun 2010 at 4:32
Original issue reported on code.google.com by
pinheiro...@gmail.com
on 4 Jun 2010 at 10:47