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]
|
[gcode_macro G29]
|
||||||
description: Bed Leveling
|
description: Bed Leveling
|
||||||
|
gcode:
|
||||||
|
BED_MESH_CALIBRATE
|
||||||
|
|
||||||
|
[gcode_macro BED_MESH_CALIBRATE]
|
||||||
|
description: Bed Leveling
|
||||||
|
rename_existing: BED_MESH_CALIBRATE_BASE
|
||||||
gcode:
|
gcode:
|
||||||
{% if "xyz" not in printer.toolhead.homed_axes %}
|
{% if "xyz" not in printer.toolhead.homed_axes %}
|
||||||
|
M117 home
|
||||||
G28
|
G28
|
||||||
{% endif %}
|
{% endif %}
|
||||||
BED_MESH_CALIBRATE
|
M117 calibrate
|
||||||
|
BED_MESH_CALIBRATE_BASE
|
||||||
|
M84 # Disable steppers
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Remove unused gcodes
|
## Remove unused gcodes
|
||||||
[gcode_macro M201]
|
[gcode_macro M201]
|
||||||
|
|
|
@ -198,7 +198,7 @@ speed: 1000
|
||||||
horizontal_move_z: 5
|
horizontal_move_z: 5
|
||||||
mesh_min: 10,10
|
mesh_min: 10,10
|
||||||
mesh_max: 141,167
|
mesh_max: 141,167
|
||||||
probe_count: 6,6
|
probe_count: 5,5
|
||||||
algorithm: bicubic
|
algorithm: bicubic
|
||||||
|
|
||||||
[filament_switch_sensor filament_sensor]
|
[filament_switch_sensor filament_sensor]
|
||||||
|
|
Loading…
Reference in a new issue