Hello,
I have remapped a gcode in pure python and it works well in automatic
mode, but not in mdi mode.
At the core I am only doing this in python on reproduce the error in mdi
mode, the error message is an underrun.
self.execute( 'G1 X{0} Y{1}'.format( diffx, diffy ))
Can I substitute the use of self.execute( 'G1 ... ) with this ?
import emccanon
emccanon.STRAIGHT_TRAVERSE( ........ )
emccanon.STRAIGHT_FEED( ........... )
which I found here:
http://www.linuxcnc.org/docs/html/remap/remap.html
and here:
http://wiki.linuxcnc.org/cgi-bin/wiki.pl?G74_-_Peck_Drilling/Face_Grooving
What is the correct syntax for using emccanon.STRAIGHT_TRAVERSE and
emccanon.STRAIGHT_FEED ?
Ty
BR
Max.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users