Update meshcomp

Using M291 instead of M117 for messages.
This commit is contained in:
Alan Thomson 2019-02-03 12:40:04 +00:00
parent 4d8c84d04d
commit 7cb0a1bc90
1 changed files with 4 additions and 5 deletions

View File

@ -1,12 +1,11 @@
M117 " " ;clear any displayed messages
M117 "Homing all axes"
M291 P"Homing all axes"
G28
M117 "Heating bed & nozzle"
M291 P"Heating bed & nozzle"
M190 S50
M109 S180
M117 "Running mesh compensation"
M291 P"Running mesh compensation"
G29
M117 "Done - turning heaters off"
M291 P"Done - turning heaters off"
M140 S0
M140 S-273.15 R-273.15
G10 P0 S-273.15 R-273.15