printer.cfg opgedeeld in diverse bestanden en grootte van het bed aangepast
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user