Added BED_MESH_PROFILE LOAD to PRINT_START.

This commit is contained in:
Bassam Husain
2023-01-12 23:08:59 -05:00
parent e8aa25d75e
commit 69291e97ea

View File

@@ -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