diff --git a/web/src/inputs.rs b/web/src/inputs.rs index 48035dc..bcf5705 100644 --- a/web/src/inputs.rs +++ b/web/src/inputs.rs @@ -238,7 +238,7 @@ gcode_input! { } EndSequence { "Program End Sequence", - "GCode for the machine", + "GCode for stopping/idling the machine at the end of the program", end_sequence, } } @@ -384,6 +384,15 @@ pub fn settings_form() -> Html { footer={ html!( <> +
+ {"These settings are persisted using local storage. Learn more "} + // Opening new tabs is usually bad. + // But if we don't, the user is at risk of losing the settings they've entered so far. + + {"on MDN"} + + {"."} +