Skip to content

Commit

Permalink
Reduce length of line (#187)
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Agricola <[email protected]>
  • Loading branch information
benagricola authored Jan 7, 2025
1 parent 62380de commit 9e6b98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macro/movement/G8000.g
Original file line number Diff line number Diff line change
Expand Up @@ -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{"<b>NOTE</b>: You will need to configure a spindle and any optional components (touch probe, toolsetter etc) in <b>RRF</b> before continuing.<br/>Press <b>OK</b> to continue, or <b>Cancel</b> to abort!"} R"MillenniumOS: Configuration Wizard" T0 J2 S3
M291 P{"<b>NOTE</b>: You will need to configure a spindle and any optional components (probe, toolsetter etc) in <b>RRF</b> before continuing.<br/>Press <b>OK</b> to continue, or <b>Cancel</b> to abort!"} R"MillenniumOS: Configuration Wizard" T0 J2 S3
if { result != 0 }
abort { "MillenniumOS: Operator aborted configuration wizard!" }

Expand Down

0 comments on commit 9e6b98f

Please sign in to comment.