From 3e108c4750547084ae722696a2f2c0eec0cc9266 Mon Sep 17 00:00:00 2001 From: HelgeKeck Date: Sun, 6 Oct 2024 13:19:18 +0200 Subject: [PATCH] MACRO: fix wrong stowable probe definition (#301) --- macros.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros.cfg b/macros.cfg index cff73c10..cf021d17 100644 --- a/macros.cfg +++ b/macros.cfg @@ -821,7 +821,7 @@ gcode: # z probe config {% set beacon_contact_start_print_true_zero = true if printer["gcode_macro RatOS"].beacon_contact_start_print_true_zero|default(false)|lower == 'true' else false %} - {% set is_stowable_probe = true if printer["gcode_macro RatOS"].z_probe|default(false)|lower == 'true' else false %} + {% set is_stowable_probe = true if printer["gcode_macro RatOS"].z_probe|lower == 'stowable' else false %} # preheat extruder {% if printer["gcode_macro RatOS"].preheat_extruder|lower == 'true' %}