mirror of
https://github.com/bassamanator/Sovol-SV06-firmware.git
synced 2025-11-08 21:41:15 +00:00
Added BED_MESH_PROFILE LOAD to PRINT_START.
This commit is contained in:
@@ -51,8 +51,9 @@ gcode:
|
|||||||
M109 S{hotendtemp} ; set & wait for hotend temp
|
M109 S{hotendtemp} ; set & wait for hotend temp
|
||||||
# <insert your routines here>
|
# <insert your routines here>
|
||||||
G28 Z ; final z homing
|
G28 Z ; final z homing
|
||||||
G1 Z20 F3000 ; move nozzle away from bed
|
BED_MESH_PROFILE LOAD=default
|
||||||
# SKEW_PROFILE LOAD=my_skew_profile
|
G1 Z20 F3000 ; move nozzle away from bed
|
||||||
|
# SKEW_PROFILE LOAD=my_skew_profile
|
||||||
|
|
||||||
[gcode_macro PRINT_END]
|
[gcode_macro PRINT_END]
|
||||||
# Use PRINT_END for the slicer ending script - please customize for your slicer of choice
|
# Use PRINT_END for the slicer ending script - please customize for your slicer of choice
|
||||||
|
|||||||
Reference in New Issue
Block a user