print_start.cfg modified - 07/06/2025 - 01:29:12 PM

This commit is contained in:
macocha 2025-07-06 13:29:15 +00:00
parent a48cd70402
commit 414c94ce0e

View file

@ -32,7 +32,7 @@ gcode:
BED_MESH_CLEAR # Clear old saved bed mesh (if any) 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. # 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 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