print-start uses adpative mesh generation (used to be done through KAMP)
This commit is contained in:
parent
d71c053f94
commit
b4c4fcae7b
|
@ -72,7 +72,7 @@ gcode:
|
|||
## Uncomment for bed mesh (2 of 2)
|
||||
SET_DISPLAY_TEXT MSG="Bed mesh" # Displays info
|
||||
# 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
|
||||
SET_DISPLAY_TEXT MSG="Hotend: {target_extruder}c" # Displays info
|
||||
|
|
Loading…
Reference in New Issue