flatcam

Open full view…

Problem with LinuxCNC

Christian Halter
Fri, 17 Oct 2014 14:21:24 GMT

In LinuxCNC the command M03 without any suffix will not start the motor. If the command M03 SXXX (X=Spindle rpm) is performed once in the programm, it will work forever (till shutdown) with the M03 Code without the S Command. Is it possible to add the S to the M03 G-Code? Maybe as an option? Regards, Chris

jpcaram
Thu, 23 Oct 2014 00:00:15 GMT

I need to figure out a generic way for the users to add/modify the output gcode automatically. Any ideas? I earlier introduced the "Append to G-code" box because some machines needed the "End of program" code. Would it work if the `SXXX` command is provided in advance? Maybe I should add the option to add to the beginning of the code. Thanks, JP

Christian Halter
Thu, 23 Oct 2014 09:35:59 GMT

If there is an option to add an M Code at the beginning, it should work. The M02 at the end is also missing in LinuxCNC, so I add this in the end-box and it works fine...