print_start.cfg modified - 07/06/2025 - 02:14:55 PM
This commit is contained in:
parent
3da7957dcb
commit
71d8f587a0
1 changed files with 5 additions and 2 deletions
|
@ -44,7 +44,7 @@ gcode:
|
|||
{% set x_wait = printer.toolhead.axis_maximum.x|float / 2 %}
|
||||
{% set y_wait = printer.toolhead.axis_maximum.y|float / 2 %}
|
||||
|
||||
RESPOND PREFIX="PRINT_START: " MSG="Starting the print..."
|
||||
RESPOND PREFIX="PRINT_START: " MSG="Preparing printer..."
|
||||
|
||||
# Check if the bed temp is higher than 90c - if so then trigger a heatsoak.
|
||||
{% if target_bed > 90 %}
|
||||
|
@ -109,4 +109,7 @@ gcode:
|
|||
# G0 Z0.4 # Raise Z to 0.4
|
||||
# G91 # Incremental positioning
|
||||
# G1 X100 E20 F1000 # Primeline
|
||||
# G90 # Absolute position
|
||||
# G90 # Absolute position
|
||||
|
||||
RESPOND PREFIX="PRINT_START: " MSG="Starting the print..."
|
||||
LED_STATUS_PRINTING
|
Loading…
Add table
Add a link
Reference in a new issue