print_start.cfg modified - 07/14/2025 - 09:44:48 PM
This commit is contained in:
parent
9457ee9e8f
commit
eacb6b4f4c
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue