In manual: http://linuxcnc.org/docs/2.9/html/remap/remap.html#_specifying_the_m6_replacement In the example of M6 prolog and epilog is: ` except Exception, e:` and should be: ` except Exception as e:`
In manual:
http://linuxcnc.org/docs/2.9/html/remap/remap.html#_specifying_the_m6_replacement
In the example of M6 prolog and epilog is:
except Exception, e:and should be:
except Exception as e: