SteveS
About
- Username
- SteveS
- Joined
- Visits
- 1
- Last Active
- Roles
- Member
Comments
-
I’m running from Repetier-host on a PC. I appreciate your responses and efforts to resolve this, as I’ve said I’m new to this world, and the more I have thought about this I’m beginning to realize that maybe the “pause” function is not the best way …
-
I understood your answer. When I replace M00 with @pause, Repetier-host does not pause. It continues running the file as if there wasn’t any “stop” programmed at all. When I edit the code I am doing it within the edit gcode window in Repetier.
-
I suppose I could split the files up, it just seems the ability to pause would be easier and more logical. I have the same discussion going on in the MPCNC forums maybe I’ll see about what Marlin has to say. again thank you for the suggestions
-
Thanks for jumping in the conversation RAyWB. I wonder how I can resolve this. I even tried sending the Marlin restart code through the manual control window in Repetier and that did nothing. Do I need to add an LCD screen to restart?
-
I’m using an MPCNC with Marlin firmware. Estlcam seems to add the extra 0 in their code I don’t know why, but M00 works like M0. I’m not using an LCD, I’m controlling the CNC with Repetier-host. I’ve done some cutting of simple 2d designs using one …
-
I researched on the website here and tried writing @pause in numerous ways but none of them seemed to work, I must missing something.
-
I did the cam in Estlcam and saved the gcode. The code reads at the time of tool change G00 Z5.0000 F480 ;No. 3: body M05 M00 ;Change tool: End Mill 1/8 M03 G00 X-1.1288 Y134.1230 Z5.0000 F2100 should there be a “pause” written in there so that…