diff --git a/printer_data/config/macros/print_start.cfg b/printer_data/config/macros/print_start.cfg index 7898669..06c7569 100644 --- a/printer_data/config/macros/print_start.cfg +++ b/printer_data/config/macros/print_start.cfg @@ -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 %}