>I started playing with ngcgui which seemed to fit very well for a >project I have, however I noticed that cutter path compensation (g42, >g41) is commented out, for example in qpocket.ngc. Even if one where to
The "/" on the g41,42 lines is not a commenting character: http://www.linuxcnc.org/docs/devel/html/gcode/overview.html#_block_delete_a_id_sub_block_delete_a Block Delete The optional block delete character the slash / when placed first on a line can be used by some user interfaces to skip lines of code when needed. In Axis the key combination Alt-m-/ toggles block delete on and off. When block delete is on any lines starting with the slash / are skipped. Axis also has a button to toggle the feature, it is useful for previewing paths. -- Dewey Garrett ------------------------------------------------------------------------------ CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads, Development Environments & Everything In Between. Get a Quote or Start a Free Trial Today. http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
