print_start.cfg modified - 07/06/2025 - 02:51:54 PM
This commit is contained in:
parent
b1895d0ab1
commit
fea4003a1d
1 changed files with 8 additions and 8 deletions
|
@ -27,7 +27,7 @@ gcode:
|
|||
# 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"
|
||||
LED_STATUS_HEATING # Set LEDs to heating-mode
|
||||
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
|
||||
|
@ -38,23 +38,23 @@ gcode:
|
|||
# All the calibration bits: Homing & QGL & Meshing
|
||||
#
|
||||
RESPOND PREFIX="PRINT_START: " MSG="Heating hotend (for calibration) to: 140c"
|
||||
LED_STATUS_HEATING # Set LEDs to heating-mode
|
||||
LEDS_STATUS_HEATING # Set LEDs to heating-mode
|
||||
M109 S140 # Heat hotend to 140c
|
||||
|
||||
# Home the printer, set absolute positioning and update the Stealthburner LEDs.
|
||||
BED_MESH_CLEAR # Clear old saved bed mesh (if any)
|
||||
RESPOND PREFIX="PRINT_START: " MSG="Homing all axes"
|
||||
LED_STATUS_HOMING # Set LEDs to homing-mode
|
||||
LEDS_STATUS_HOMING # Set LEDs to homing-mode
|
||||
G28 # Full home (XYZ)
|
||||
G90 # Absolute position
|
||||
|
||||
RESPOND PREFIX="PRINT_START: " MSG="Performing QGL"
|
||||
LED_STATUS_LEVELING # Set LEDs to leveling-mode
|
||||
LEDS_STATUS_LEVELING # Set LEDs to leveling-mode
|
||||
QUAD_GANTRY_LEVEL # Level the printer via QGL
|
||||
G28 Z # Home Z again after QGL
|
||||
|
||||
RESPOND PREFIX="PRINT_START: " MSG="Creating bed mesh" # Display info on display
|
||||
LED_STATUS_MESHING # Set LEDs to bed mesh-mode
|
||||
LEDS_STATUS_MESHING # Set LEDs to bed mesh-mode
|
||||
BED_MESH_CALIBRATE # Start the bed mesh (add ADAPTIVE=1) for adaptive bed mesh
|
||||
|
||||
RESPOND PREFIX="PRINT_START: " MSG="Smart parking the nozzle"
|
||||
|
@ -62,13 +62,13 @@ gcode:
|
|||
|
||||
# Heat to target temp
|
||||
RESPOND PREFIX="PRINT_START: " MSG="Heating hotend (for first layer) to: {target_extruder}c"
|
||||
LED_STATUS_HEATING # Set LEDs to heating-mode
|
||||
LEDS_STATUS_HEATING # Set LEDs to heating-mode
|
||||
M107 # Turn off partcooling fan
|
||||
M109 S{target_extruder} # Heat the hotend to set temp
|
||||
|
||||
RESPOND PREFIX="PRINT_START: " MSG="Purging nozzle"
|
||||
LED_STATUS_PRINTING
|
||||
LEDS_STATUS_PRINTING
|
||||
VORON_PURGE
|
||||
|
||||
RESPOND PREFIX="PRINT_START: " MSG="Starting the print..."
|
||||
LED_STATUS_PRINTING
|
||||
LEDS_STATUS_PRINTING
|
Loading…
Add table
Add a link
Reference in a new issue