On 3 October 2014 16:01, Dave Cole <[email protected]> wrote: > Is this the best docs to reference on remapping? > http://linuxcnc.org/docs/html/remap/structure.html#_introduction_extending_the_rs274ngc_interpreter_by_remapping_codes
Yes, though while reading through it to see what _can_ be done, bear in mind that it is possible to do basic things with no Python at all. At its very simplest [RS274NGC] REMAP=M31 ngc=mym31 Would call a G-code subroutine called mym31. Which might just be a few lines of G-code -- atp If you can't fix it, you don't own it. http://www.ifixit.com/Manifesto ------------------------------------------------------------------------------ Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
