From bbb230a2f01690682c3a30c47b658a24572e6a2b Mon Sep 17 00:00:00 2001 From: Reijii Date: Mon, 21 Jul 2025 22:23:38 +0300 Subject: [PATCH] paranoid mode on --- Scripts/start_stop.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/Scripts/start_stop.cfg b/Scripts/start_stop.cfg index ef76934..2271d0c 100644 --- a/Scripts/start_stop.cfg +++ b/Scripts/start_stop.cfg @@ -264,6 +264,7 @@ gcode: {% endif %} # Part cooling fan off M107 + SET_GCODE_VARIABLE MACRO=_POWER_OFF_PRINTER VARIABLE=first_stage_active VALUE=False # Clear bed mesh so that G28 doesn't fail. BED_MESH_CLEAR RESTORE_GCODE_STATE NAME=end_print_state