Skip to content

Saving sort by settings and moving extruder after canceling a print #1349

Answered by UnchartedBull
bchau21 asked this question in Q&A
Discussion options

You must be logged in to vote

It's available in the settings.

OctoPrint cancel GCode are your best friends here. This is the one I'm using, feel free to copy and adjust:

M104 S0 ; turn off temperature
M140 S0 ; turn off heatbed
M107 ; turn off fan
G91; relative positioning
G1 Z10 F600; Move print head up
G1 E-10; retract
G90; absolute positioning
G1 X0 Y200 F3000 ; present print
M84 X Y E ; disable motors

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bchau21
Comment options

Answer selected by bchau21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants