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

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

View file

@ -13,12 +13,13 @@ gcode:
RESPOND PREFIX="PRINT_START: " MSG="Heating bed to: {target_bed}c"
LEDS_STATUS_HEATING
# Turn on the bed fans here....
# Turn on the bed fans here.... once they exist.
# #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
# M190 S{target_bed} # Set the target temp for the bed
# SET_DISPLAY_TEXT MSG="Heatsoak: {target_chamber}c" # Display info on display
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
RESPOND PREFIX="PRINT_START: " MSG="Heat soking until chamber temperature reaches: {target_chamber}"
# uncoment below once real
# TEMPERATURE_WAIT SENSOR="temperature_sensor chamber" MINIMUM={target_chamber} # Waits for chamber temp
{% else %}