15 lines
460 B
INI
15 lines
460 B
INI
# Copyright (C) 2022 Justin Schuh <code@justinschuh.com>
|
|
#
|
|
# This file may be distributed under the terms of the GNU GPLv3 license.
|
|
|
|
[gcode_macro bed_mesh_calibrate]
|
|
rename_existing: _KM_BED_MESH_CALIBRATE_BASE
|
|
description: Wraps BED_MESH_CALIBRATE, scaling probe count to specified area.
|
|
Usage: See Klipper documentation.
|
|
gcode:
|
|
BED_MESH_CALIBRATE_FAST{%for k in params%}{' '~k~'="'~params[k]~'"'}{%endfor%}
|
|
|
|
[gcode_macro g29]
|
|
gcode:
|
|
BED_MESH_CALIBRATE
|