print_start.cfg modified - 07/14/2025 - 09:55:57 PM

This commit is contained in:
macocha 2025-07-14 21:56:00 +00:00
parent eacb6b4f4c
commit 93bacd7dca

View file

@ -13,11 +13,7 @@ gcode:
RESPOND PREFIX="PRINT_START: " MSG="Heating bed to: {target_bed}c"
LEDS_STATUS_HEATING
# 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
# ## Uncomment if you have a Nevermore.
# Turn on the bed fans here....
# #SET_PIN PIN=nevermore VALUE=1 # Turn on the nevermore
# G1 X{x_wait} Y{y_wait} Z15 F9000 # Go to center of the bed
@ -25,14 +21,13 @@ gcode:
# SET_DISPLAY_TEXT MSG="Heatsoak: {target_chamber}c" # Display info on display
# TEMPERATURE_WAIT SENSOR="temperature_sensor chamber" MINIMUM={target_chamber} # Waits for chamber temp
# If the bed temp is not over 90c, then skip the heatsoak and just heat up to set temp with a 5 min soak
{% 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
LEDS_STATUS_HEATING # Set LEDs to heating-mode
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
RESPOND PREFIX="PRINT_START: " MSG="Waiting for bed to fully soak to temperature [5 mins]"
G4 P300000 # Wait 5 min for the bedtemp to stabilize
{% endif %}
#