From eb983da000d3c647c4810a0c6a367681950bb59f Mon Sep 17 00:00:00 2001 From: Reijii Date: Tue, 13 May 2025 17:36:16 +0300 Subject: [PATCH] fix fuzzy --- Scripts/start_stop.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}