From eacb6b4f4c2924b1a62b8e65eb46fa577439ef8a Mon Sep 17 00:00:00 2001 From: macocha Date: Mon, 14 Jul 2025 21:44:50 +0000 Subject: [PATCH] print_start.cfg modified - 07/14/2025 - 09:44:48 PM --- printer_data/config/macros/print_start.cfg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/printer_data/config/macros/print_start.cfg b/printer_data/config/macros/print_start.cfg index 7d1ec2b..0406c31 100644 --- a/printer_data/config/macros/print_start.cfg +++ b/printer_data/config/macros/print_start.cfg @@ -10,8 +10,9 @@ gcode: # Check if the bed temp is higher than 90c - if so then trigger a heatsoak. {% if target_bed > 90 %} - CANCEL_PRINT - # TODO! + RESPOND PREFIX="PRINT_START: " MSG="Heating bed to: {target_bed}c" + LEDS_STATUS_HEATING + # SET_DISPLAY_TEXT MSG="Bed: {target_bed}c" # Display info on display # STATUS_HEATING # Set LEDs to heating-mode # M106 S255 # Turn on the PT-fan