8 hours ago, GregValiant said:M302 needs a parameter or two. M302 S100 would set the temp below your extrusion temperature. This remains in effect until the printer is shut off. The next time you turn it on it will be back at 175 degrees.
M302 P1 disables the cold extrude safety. For coding you should add M302 P0 to your ending gcode to re-enable the safety at the end of the file. I'm not sure if this gets cancelled at power off.
I don't know what firmware you are running but the Marlin Gcodes are here.
Thanks for the reply, this is really helpful as I didn't realise there needed to be a 'P1' after the M302.
I will add this and the reset as you suggested, I am using marlin so the link is helpful.
Thanks for your help!
Recommended Posts
GregValiant 1,415
M302 needs a parameter or two. M302 S100 would set the temp below your extrusion temperature. This remains in effect until the printer is shut off. The next time you turn it on it will be back at 175 degrees.
M302 P1 disables the cold extrude safety. For coding you should add M302 P0 to your ending gcode to re-enable the safety at the end of the file. I'm not sure if this gets cancelled at power off.
I don't know what firmware you are running but the Marlin Gcodes are here.
Link to post
Share on other sites