print_start.cfg modified - 07/06/2025 - 02:15:51 PM
This commit is contained in:
parent
db5f32628a
commit
bf9c780c47
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ 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 %}
|
||||||
PRINT_CANCEL
|
CANCEL_PRINT
|
||||||
# TODO!
|
# TODO!
|
||||||
# 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue