bed_leveling: update

This commit is contained in:
Konstantin Koslowski 2021-08-11 17:07:59 +02:00
parent 2dad4e40e9
commit 382188a15c
2 changed files with 13 additions and 2 deletions

View file

@ -173,11 +173,22 @@ gcode:
[gcode_macro G29]
description: Bed Leveling
gcode:
BED_MESH_CALIBRATE
[gcode_macro BED_MESH_CALIBRATE]
description: Bed Leveling
rename_existing: BED_MESH_CALIBRATE_BASE
gcode:
{% if "xyz" not in printer.toolhead.homed_axes %}
M117 home
G28
{% endif %}
BED_MESH_CALIBRATE
M117 calibrate
BED_MESH_CALIBRATE_BASE
M84 # Disable steppers
## Remove unused gcodes
[gcode_macro M201]

View file

@ -198,7 +198,7 @@ speed: 1000
horizontal_move_z: 5
mesh_min: 10,10
mesh_max: 141,167
probe_count: 6,6
probe_count: 5,5
algorithm: bicubic
[filament_switch_sensor filament_sensor]