mirror of
https://github.com/bassamanator/Sovol-SV06-firmware.git
synced 2025-11-08 21:41:15 +00:00
Print_start improvements.
This commit is contained in:
@@ -131,14 +131,17 @@ gcode:
|
|||||||
BED_MESH_PROFILE LOAD=default ; NOTE if not using a mesh, comment out this line
|
BED_MESH_PROFILE LOAD=default ; NOTE if not using a mesh, comment out this line
|
||||||
ADJUST_FILAMENT_SENSOR_STATUS ENABLE=1
|
ADJUST_FILAMENT_SENSOR_STATUS ENABLE=1
|
||||||
|
|
||||||
G90
|
G90 ; absolute positioning
|
||||||
M140 S{bedtempAlmost} ; set & don't wait for bed temp
|
M140 S{bedtempAlmost} ; set & don't wait for bed temp
|
||||||
M104 S{hotendtempStepOne} ; set & don't wait for hotend temp
|
M104 S{hotendtempStepOne} ; set & don't wait for hotend temp
|
||||||
G28 X Y
|
G28 X Y
|
||||||
|
G1 X84.50 Y135 F{maxVelocityAdjusted}
|
||||||
|
|
||||||
M190 S{bedtempAlmost} ; set & wait for bed temp
|
M190 S{bedtempAlmost} ; set & wait for bed temp
|
||||||
M104 S{hotendtempStepTwo} ; set & don't wait for hotend temp
|
M104 S{hotendtempStepTwo} ; set & don't wait for hotend temp
|
||||||
M190 S{bedtemp} ; set & wait for bed temp
|
M190 S{bedtemp} ; set & wait for bed temp
|
||||||
|
|
||||||
|
M104 S{hotendtemp} ; set & don't wait for hotend temp
|
||||||
G28 Z ; final z homing
|
G28 Z ; final z homing
|
||||||
|
|
||||||
G1 X0 Y0 F{maxVelocityAdjusted}
|
G1 X0 Y0 F{maxVelocityAdjusted}
|
||||||
@@ -149,7 +152,7 @@ gcode:
|
|||||||
[gcode_macro PRINT_END]
|
[gcode_macro PRINT_END]
|
||||||
gcode:
|
gcode:
|
||||||
ADJUST_FILAMENT_SENSOR_STATUS ENABLE=0
|
ADJUST_FILAMENT_SENSOR_STATUS ENABLE=0
|
||||||
CONDITIONAL_BEEP I=2 DUR=30 FREQ=8500 ; NOTE Comment out this line to stop the beeps at the end of a print
|
CONDITIONAL_BEEP I=2 DUR=30 FREQ=8500
|
||||||
{% set PRE_PURGE_PRIME_LENGTH=printer["gcode_macro _globals"].pre_purge_prime_length|default(1.40)|float %}
|
{% set PRE_PURGE_PRIME_LENGTH=printer["gcode_macro _globals"].pre_purge_prime_length|default(1.40)|float %}
|
||||||
|
|
||||||
M400 ; wait for buffer to clear
|
M400 ; wait for buffer to clear
|
||||||
|
|||||||
Reference in New Issue
Block a user