From 71d8f587a00e9a617370cfa5826ea7acef04097c Mon Sep 17 00:00:00 2001 From: macocha Date: Sun, 6 Jul 2025 14:14:57 +0000 Subject: [PATCH] print_start.cfg modified - 07/06/2025 - 02:14:55 PM --- printer_data/config/macros/print_start.cfg | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/printer_data/config/macros/print_start.cfg b/printer_data/config/macros/print_start.cfg index fcb7624..58a3e8a 100644 --- a/printer_data/config/macros/print_start.cfg +++ b/printer_data/config/macros/print_start.cfg @@ -44,7 +44,7 @@ gcode: {% set x_wait = printer.toolhead.axis_maximum.x|float / 2 %} {% set y_wait = printer.toolhead.axis_maximum.y|float / 2 %} - RESPOND PREFIX="PRINT_START: " MSG="Starting the print..." + RESPOND PREFIX="PRINT_START: " MSG="Preparing printer..." # Check if the bed temp is higher than 90c - if so then trigger a heatsoak. {% if target_bed > 90 %} @@ -109,4 +109,7 @@ gcode: # G0 Z0.4 # Raise Z to 0.4 # G91 # Incremental positioning # G1 X100 E20 F1000 # Primeline - # G90 # Absolute position \ No newline at end of file + # G90 # Absolute position + + RESPOND PREFIX="PRINT_START: " MSG="Starting the print..." + LED_STATUS_PRINTING \ No newline at end of file