print_start.cfg modified - 07/06/2025 - 01:29:12 PM
This commit is contained in:
parent
a48cd70402
commit
414c94ce0e
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ gcode:
|
|||
BED_MESH_CLEAR # Clear old saved bed mesh (if any)
|
||||
|
||||
# Check if the bed temp is higher than 90c - if so then trigger a heatsoak.
|
||||
{% if params.BED|int > 90 %}
|
||||
{% if target_bed > 90 %}
|
||||
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