bed_leveling: update
This commit is contained in:
parent
2dad4e40e9
commit
382188a15c
2 changed files with 13 additions and 2 deletions
13
macros.cfg
13
macros.cfg
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue