I’ve made the upgrade of my Ender 3 V1 mother board to the 4.2.7 silent board.
To level the bed I use the CHEP gcode that touches the bed 5 times. After touching the bed, the gcode has a “M0” to pause the print, waiting for user input (press select knob) to go to the next stop.
This gcode was working OK with the original board, but now with the 4.2.7 this gcode touches the bed and goes on, without waiting user input.
What is the code I need to use for this board ?
Thanks
32 bit boards running Marlin 2.0 does not recognize M0 command. It must be replaced by M25. Besides, instead of only pressing the select knob, the user needs to enter to the menu and select Resume Print.
There is zip file inside the zip file for this
So, i tried this twice now, and it didn’t work out right. The first time, it paused and parked, but didn’t the display didn’t change (it looked like it was running, and not paused). I clicked the pause button and nothing happend. I clicked it again, and it seemed to confuse the machine, Eventually after clicking pause a couple more times, it started up and extruded off on the side, and started up again… Second time, I tried it, I set the display message, and I tweaked the retraction so that i could pull the filament out (it didn’t retract enough the first time), but this time the screen changed to “Homing, no other operation permitted” and froze there. I had to turn the machine off and on again. Suggestions? I’m running the SE with a filament runout sensor, with the default control screen. With the runout sensor, it always shows a pause message, in a popup with a continue button… No such luck doing it this way… This is the GCODE Cura added: ;TIME_ELAPSED:6161.233657 ;TYPE:CUSTOM ;added code by post processing ;script:
[PauseAtHeight.py](javascript:void(0)
;current layer: 7 M83 ; switch to relative E values for any needed retraction G1 F3000 E-80.0 G1 F300 Z2.44 ; move up a millimeter to get out of the way G1 F9000 X20 Y20 G1 F300 Z15 ; too close to bed–move to at least 15mm M104 S205 ; standby temperature M0 ; Do the actual pause M109 S205 ; resume temperature G1 F3000 E80.0 G1 F199.998 E100; Extra extrude after the unpause G1 F3000 E-80.0 G1 F300 Z1.44 G1 F9000 X116.924 Y183.193 G1 F300 Z1.44 ; move back down to resume height G1 F3000 E80.0 G1 F2700 ; restore extrusion feedrate M82 ; switch back to absolute E values G92 E1665.23139