print_start.cfg modified - 07/14/2025 - 09:44:48 PM

This commit is contained in:
macocha 2025-07-14 21:44:50 +00:00
parent 9457ee9e8f
commit eacb6b4f4c

View file

@ -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