fix fuzzy

This commit is contained in:
2025-05-13 17:36:16 +03:00
parent d9568a33a3
commit eb983da000

View File

@@ -146,7 +146,7 @@ gcode:
{% endif %} {% endif %}
{% if printer["gcode_macro RatOS"].touch_cart_enabled|lower == 'true' %} {% if printer["gcode_macro RatOS"].touch_cart_enabled|lower == 'true' %}
M109 S{min_temp} 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 %} {% endif %}
M140 S{TARGET_TEMP} M140 S{TARGET_TEMP}
{% elif printer["gcode_macro RatOS"].bed_mesh_profile is defined %} {% elif printer["gcode_macro RatOS"].bed_mesh_profile is defined %}