From ae71f80b78e9ffecacc775bd210c3e1221d66bf1 Mon Sep 17 00:00:00 2001 From: macocha Date: Sun, 6 Jul 2025 14:53:25 +0000 Subject: [PATCH] print_start.cfg modified - 07/06/2025 - 02:53:22 PM --- printer_data/config/macros/print_start.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/printer_data/config/macros/print_start.cfg b/printer_data/config/macros/print_start.cfg index 084f580..7d1ec2b 100644 --- a/printer_data/config/macros/print_start.cfg +++ b/printer_data/config/macros/print_start.cfg @@ -28,7 +28,7 @@ gcode: {% else %} RESPOND PREFIX="PRINT_START: " MSG="Heating bed to: {target_bed}c" LEDS_STATUS_HEATING # Set LEDs to heating-mode - G1 X{x_wait} Y{y_wait} Z15 F9000 # Go to center of the bed + # G1 X{x_wait} Y{y_wait} Z15 F9000 # Go to center of the bed M190 S{target_bed} # Set the target temp for the bed # SET_DISPLAY_TEXT MSG="Soak for 5 min" # Display info on display # G4 P300000 # Wait 5 min for the bedtemp to stabilize