-
cradek added m-mcknight to the Enhanced Machine Controller project.
2009-07-11 02:56:29 UTC in Enhanced Machine Controller
-
This is a problem only with blending arcs. this demonstrates the worst case, where the arcs are tangent. because of the tangency, the blend tolerance algorithm assumes that it can use unlimited distance for blending (as is the correct behavior when adjacent lines are colinear). see tp.c:967.
2009-06-19 14:42:02 UTC in Enhanced Machine Controller
-
cradek added micges to the Enhanced Machine Controller project.
2009-06-03 20:14:12 UTC in Enhanced Machine Controller
-
Reassigned because this is not a GUI issue. I think there will be work on this at Fest in May.
2009-05-04 17:46:44 UTC in Enhanced Machine Controller
-
This is not the right place to ask questions. Stop doing this. Join the mailing list or forum and ask your questions there.
2009-04-29 20:23:06 UTC in Enhanced Machine Controller
-
The bug tracker is not the right place to ask for help.
2009-04-29 20:01:21 UTC in Enhanced Machine Controller
-
A license specification is required by comp. You can see the documentation here:
http://linuxcnc.org/docs/2.3/html/hal_comp.html.
2009-04-23 17:58:42 UTC in Enhanced Machine Controller
-
This program has only an entry move, so cutter compensation can't guess whether you will "turn left" or "turn right" at the end of the entry. I tested both cases (adding Y4 or Y0 after the G01 move) and it does the right thing in both cases. In the "turn left" case (added Y0) the entry move does in fact stop at X0.25. This is not a bug as far as I can tell. Reopen with more information if...
2009-03-12 13:08:16 UTC in Enhanced Machine Controller
-
I happened to fix this while removing unnecessary interp synchs (before each mdi command) that messed up cutter compensation in mdi.
2009-03-01 04:33:54 UTC in Enhanced Machine Controller
-
Not showing the rapids that are immediately after a tool change is a feature. I suggest using feed moves for cutter comp entry if it's important to see them in the preview.
2009-02-10 17:23:40 UTC in Enhanced Machine Controller