On Friday 03 October 2014 11:08:30 andy pugh did opine And Gene did reply: > 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_exte > > nding_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
This is one item I agree with, but the limiting factor I haven't figured out is how to store those remaps, they should be in a separate subdir of nc_files, nameable not in the config, but in the gcode file itself. My milling machines nc_files directory is cluttered with a dozen or so of these named subroutines, but they have to live in the directory specified in the config file. That can be a right sharp pain in the ass at times. Cheers, Gene Heskett -- "There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in that order." -Ed Howdershelt (Author) Genes Web page <http://geneslinuxbox.net:6309/gene> US V Castleman, SCOTUS, Mar 2014 is grounds for Impeaching SCOTUS ------------------------------------------------------------------------------ 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
