19 lines
584 B
INI
19 lines
584 B
INI
# Copyright (C) 2022 Justin Schuh <code@justinschuh.com>
|
|
#
|
|
# This file may be distributed under the terms of the GNU GPLv3 license.
|
|
#
|
|
# Credit to original source:
|
|
# https://gist.github.com/ChipCE/95fdbd3c2f3a064397f9610f915f7d02
|
|
|
|
[gcode_macro bed_mesh_calibrate]
|
|
rename_existing: _KM_BED_MESH_CALIBRATE_BASE
|
|
variable_km_override: True
|
|
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
|