diff --git a/printer_data/config/macros/print_start.cfg b/printer_data/config/macros/print_start.cfg index 9b23d3e..a9a1d8f 100644 --- a/printer_data/config/macros/print_start.cfg +++ b/printer_data/config/macros/print_start.cfg @@ -104,14 +104,10 @@ gcode: M107 # Turn off partcooling fan M109 S{target_extruder} # Heat the hotend to set temp - # Get ready to print by doing a primeline and updating the LEDs - # SET_DISPLAY_TEXT MSG="Printer goes brr" # Display info on display - # STATUS_PRINTING # Set LEDs to printing-mode - # G0 X{x_wait - 50} Y4 F10000 # Go to starting point - # G0 Z0.4 # Raise Z to 0.4 - # G91 # Incremental positioning - # G1 X100 E20 F1000 # Primeline - # G90 # Absolute position + + RESPOND PREFIX="PRINT_START: " MSG="Purging nozzle" + LED_STATUS_PRINTING + VORON_PURGE RESPOND PREFIX="PRINT_START: " MSG="Starting the print..." LED_STATUS_PRINTING \ No newline at end of file