Jeshua Lacock wrote: > > So for instance, line 20001 is: > > X2.1429 Y17.5769 Z-0.6793 > > So, assuming it was homed properly, I would start the spindle (I currently > have to manually switch it on), set the feed rate, then issue an MDI: > > G00 X2.1429 Y17.5769 Z-0.6793 > > Click on line 20001, and click "Run from selected line"? > > How do I set the feed rate? > Just add Fxx to the MDI line above. After that, the first move taken from the G-code file will be performed at the feedrate specified in the file, however many lines back that was. LinuxCNC reads the whole G-code file to find all modal settings and put them in force as if it had just run the whole program from the beginning. Except for spindle and coolant functions.
Jon ------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2 _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
