Add KAMP adaptive mesh leveling and priming - untested

This commit is contained in:
2024-10-12 03:08:17 +01:00
parent 6cca953a81
commit 5145e11e4d
7 changed files with 352 additions and 13 deletions

View File

@@ -6,7 +6,7 @@
# Enable arcs support
[gcode_arcs]
resolution: 0.1
resolution: 1
### END
@@ -45,6 +45,8 @@ gcode:
##G1 Z0.15 F300
# Wait for bed to reach temperature
M190 S{BED_TEMP}
# KAMP - move printhead near print area
SMART_PARK
# Set and wait for nozzle to reach temperature
M109 S{EXTRUDER_TEMP}