jschuh klipper macros geupdated van zijn github

This commit is contained in:
2024-05-18 20:09:57 +02:00
parent 8dc926e5d4
commit d0e7d8800d
48 changed files with 5949 additions and 3003 deletions

View File

@@ -0,0 +1,14 @@
# 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