From 7cb0a1bc90d6eb6646fb39a54e6fa72fe960630d Mon Sep 17 00:00:00 2001 From: Alan Thomson <38433685+mudcruzr@users.noreply.github.com> Date: Sun, 3 Feb 2019 12:40:04 +0000 Subject: [PATCH] Update meshcomp Using M291 instead of M117 for messages. --- meshcomp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/meshcomp b/meshcomp index 6617bec..944ae57 100644 --- a/meshcomp +++ b/meshcomp @@ -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 \ No newline at end of file