From 9e6b98f021b35ddf9e812fbe5e224cc8306cc370 Mon Sep 17 00:00:00 2001 From: Ben Agricola <717328+benagricola@users.noreply.github.com> Date: Tue, 7 Jan 2025 08:47:46 +0000 Subject: [PATCH] Reduce length of line (#187) Signed-off-by: Ben Agricola --- macro/movement/G8000.g | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macro/movement/G8000.g b/macro/movement/G8000.g index c2819e9..2e338f3 100644 --- a/macro/movement/G8000.g +++ b/macro/movement/G8000.g @@ -84,7 +84,7 @@ if { var.wizExpertMode == null } ; Last chance to abort out of the wizard and configure RRF ; without wasting any time answering questions. if { var.wizTutorialMode } - M291 P{"NOTE: You will need to configure a spindle and any optional components (touch probe, toolsetter etc) in RRF before continuing.
Press OK to continue, or Cancel to abort!"} R"MillenniumOS: Configuration Wizard" T0 J2 S3 + M291 P{"NOTE: You will need to configure a spindle and any optional components (probe, toolsetter etc) in RRF before continuing.
Press OK to continue, or Cancel to abort!"} R"MillenniumOS: Configuration Wizard" T0 J2 S3 if { result != 0 } abort { "MillenniumOS: Operator aborted configuration wizard!" }