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