fix fuzzy
This commit is contained in:
@@ -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 %}
|
||||||
|
|||||||
Reference in New Issue
Block a user