print_start.cfg modified - 07/06/2025 - 02:14:55 PM

This commit is contained in:
macocha 2025-07-06 14:14:57 +00:00
parent 3da7957dcb
commit 71d8f587a0

View file

@ -44,7 +44,7 @@ gcode:
{% set x_wait = printer.toolhead.axis_maximum.x|float / 2 %}
{% set y_wait = printer.toolhead.axis_maximum.y|float / 2 %}
RESPOND PREFIX="PRINT_START: " MSG="Starting the print..."
RESPOND PREFIX="PRINT_START: " MSG="Preparing printer..."
# Check if the bed temp is higher than 90c - if so then trigger a heatsoak.
{% if target_bed > 90 %}
@ -109,4 +109,7 @@ gcode:
# G0 Z0.4 # Raise Z to 0.4
# G91 # Incremental positioning
# G1 X100 E20 F1000 # Primeline
# G90 # Absolute position
# G90 # Absolute position
RESPOND PREFIX="PRINT_START: " MSG="Starting the print..."
LED_STATUS_PRINTING