print_start.cfg modified - 07/06/2025 - 02:15:51 PM

This commit is contained in:
macocha 2025-07-06 14:15:53 +00:00
parent db5f32628a
commit bf9c780c47

View file

@ -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