GregValiant
Your 1st suggestion to try using the "Gcode after pause" box in Pause at Height worked fine. I never had to go any further to try the others.
Thanks!
- 1
GregValiant
Your 1st suggestion to try using the "Gcode after pause" box in Pause at Height worked fine. I never had to go any further to try the others.
Thanks!
That's good. If you have to go further things get complicated.
Recommended Posts
GregValiant 1,408
When Creality first went to the 4.2.x mainboards they were OK. Then they changed to the newer TFT type LCD displays. The firmware of the display didn't play nice with the firmware of the mainboard. As a consequence, no commands that send messages to the LCD work on those printers. That includes M0, M1, M117, M600 and a couple of others.
If you follow the link below there is a workaround that uses Search and Replace to add several gcode lines that can get M25 to work.
Another workaround is to use the "Gcode after pause" box in Pause at Height to add "G4 S300" (where "S" is in seconds) to pause the print. The down side is that G4 is a timed pause and if you make it too long, you can't shorten it. If you make it too short then the print can resume in the middle of changing colors. You also need to be standing there when the pause occurs.
I'm attaching a gcode file that is a pausing test. Open it in a text editor and you'll see that I've commented out a couple of different types of pause commands.
;
;G4 S60
;M0
;M25
M0 S60; Do the actual pause
;
By adding or removing semi-colons from the front of the lines maybe you will find something that works.
There are no heating commands or extrusions in the file. The nozzle just runs around at a height of 10mm and then is supposed to pause.
There is a more involved workaround in THIS THREAD.
GV Pause Test.gcode
Link to post
Share on other sites
johnnieq 1
Thanks I'll give this a try tomorrow morning. I'll let you know if it works. 😉
Link to post
Share on other sites