diff --git a/Scripts/start_stop.cfg b/Scripts/start_stop.cfg index 8f711dc..4b18e90 100644 --- a/Scripts/start_stop.cfg +++ b/Scripts/start_stop.cfg @@ -146,7 +146,7 @@ gcode: {% endif %} {% if printer["gcode_macro RatOS"].touch_cart_enabled|lower == 'true' %} M109 S{min_temp} - CARTOGRAPHER_TOUCH FUZZY = {printer["gcode_macro RatOS"].touch_cart_fuzzy} ; Perform touch probe + CARTOGRAPHER_TOUCH FUZZY={printer["gcode_macro RatOS"].touch_cart_fuzzy} ; Perform touch probe {% endif %} M140 S{TARGET_TEMP} {% elif printer["gcode_macro RatOS"].bed_mesh_profile is defined %}