Hello Everybody,

I am trying to suppress the drawing of the preview in AXIS of one G0
move using (AXIS,hide) and (AXIS,show).
However, it does not work as I think it should ;)

Does anybody have something similar working or could point me to a
working example ?

Excerpt of non-working gcode:

#<diff_x> = [#<curr_x> - #<old_x>]
#<diff_y> = [#<curr_y> - #<old_y>]
(AXIS,hide)
G0 X#<diff_x> Y#<diff_y>
(AXIS,show)

If I put the line in a comment like this:
(G0 X#<diff_x> Y#<diff_y>)
the preview is like I want it to be, but of course this breaks my gcode
program.

I am using emc2_2.3.2

Thanks

BR
Max





------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to