print-start uses adpative mesh generation (used to be done through KAMP)

This commit is contained in:
Frederik Hertzum 2024-10-16 11:20:29 +02:00
parent d71c053f94
commit b4c4fcae7b

View File

@ -72,7 +72,7 @@ gcode:
## Uncomment for bed mesh (2 of 2) ## Uncomment for bed mesh (2 of 2)
SET_DISPLAY_TEXT MSG="Bed mesh" # Displays info SET_DISPLAY_TEXT MSG="Bed mesh" # Displays info
# STATUS_MESHING # Sets SB-leds to bed mesh-mode # STATUS_MESHING # Sets SB-leds to bed mesh-mode
bed_mesh_calibrate # Starts bed mesh bed_mesh_calibrate ADAPTIVE=1 # Starts bed mesh
# Heats up the nozzle up to target via data from slicer # Heats up the nozzle up to target via data from slicer
SET_DISPLAY_TEXT MSG="Hotend: {target_extruder}c" # Displays info SET_DISPLAY_TEXT MSG="Hotend: {target_extruder}c" # Displays info