print_start.cfg modified - 07/06/2025 - 02:53:22 PM

This commit is contained in:
macocha 2025-07-06 14:53:25 +00:00
parent fb47cfd008
commit ae71f80b78

View file

@ -28,7 +28,7 @@ gcode:
{% else %}
RESPOND PREFIX="PRINT_START: " MSG="Heating bed to: {target_bed}c"
LEDS_STATUS_HEATING # Set LEDs to heating-mode
G1 X{x_wait} Y{y_wait} Z15 F9000 # Go to center of the bed
# G1 X{x_wait} Y{y_wait} Z15 F9000 # Go to center of the bed
M190 S{target_bed} # Set the target temp for the bed
# SET_DISPLAY_TEXT MSG="Soak for 5 min" # Display info on display
# G4 P300000 # Wait 5 min for the bedtemp to stabilize