Skip to content

Disable steppers after printing and is mesh automatically activated ? #906

Answered by mriscoc
fish7221 asked this question in Q&A
Discussion options

You must be logged in to vote
  1. In the end of the print the steppers are enabled (I didn't find an option to disable it).

Use the end G-code script to disable the motors and heaters if it is required, now you have the choice.

M106 S0 ;Turn-off fan
M104 S0 ;Turn-off hotend
M140 S0 ;Turn-off bed
M84 ;Disable steppers

2. In the previous firmware, After mesh leveling, Mesh was only activated on the first printing and then needed to be activated manually, And I see that option is gone. Does it means that now mesh will be activated automatically ?

Use M420 S1 or (G29 A for UBL only) after the G28 line in your start G-code script, a valid mesh must be loaded in to memory first.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by fish7221
Comment options

You must be logged in to vote
0 replies
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