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.
|
# Check if the bed temp is higher than 90c - if so then trigger a heatsoak.
|
||||||
{% if target_bed > 90 %}
|
{% if target_bed > 90 %}
|
||||||
CANCEL_PRINT
|
RESPOND PREFIX="PRINT_START: " MSG="Heating bed to: {target_bed}c"
|
||||||
# TODO!
|
LEDS_STATUS_HEATING
|
||||||
|
|
||||||
# SET_DISPLAY_TEXT MSG="Bed: {target_bed}c" # Display info on display
|
# SET_DISPLAY_TEXT MSG="Bed: {target_bed}c" # Display info on display
|
||||||
# STATUS_HEATING # Set LEDs to heating-mode
|
# STATUS_HEATING # Set LEDs to heating-mode
|
||||||
# M106 S255 # Turn on the PT-fan
|
# M106 S255 # Turn on the PT-fan
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue