print_start.cfg modified - 07/06/2025 - 01:48:39 PM

This commit is contained in:
macocha 2025-07-06 13:48:42 +00:00
parent c1d7226335
commit 9a0ecc4935

View file

@ -1,3 +1,11 @@
# [gcode_macro G32]
# gcode:
# BED_MESH_CLEAR
# G28
# QUAD_GANTRY_LEVEL
# G28
# G0 X175 Y175 Z30 F3600
# [gcode_macro PRINT_START]
# gcode:
# {% set bedtemp = params.BED|int %}
@ -27,12 +35,12 @@ gcode:
RESPOND PREFIX="PRINT_START: " MSG="Starting the print..."
# 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
G28 # Full home (XYZ)
G90 # Absolute position
BED_MESH_CLEAR # Clear old saved bed mesh (if any)
# Check if the bed temp is higher than 90c - if so then trigger a heatsoak.
{% if target_bed > 90 %}