Automatic backup: 2025-12-12_20:00:01
This commit is contained in:
42
printer.cfg
42
printer.cfg
@@ -577,27 +577,27 @@ gcode:
|
|||||||
|
|
||||||
# Faster quad gantry level
|
# Faster quad gantry level
|
||||||
# cf. https://klipper.discourse.group/t/faster-quad-gantry-level-macro/19044
|
# cf. https://klipper.discourse.group/t/faster-quad-gantry-level-macro/19044
|
||||||
[gcode_macro QUAD_GANTRY_LEVEL]
|
# [gcode_macro QUAD_GANTRY_LEVEL]
|
||||||
rename_existing: _QUAD_GANTRY_LEVEL
|
# rename_existing: _QUAD_GANTRY_LEVEL
|
||||||
gcode:
|
# gcode:
|
||||||
# If QGL is not applied, first run a coarse calibration
|
# # If QGL is not applied, first run a coarse calibration
|
||||||
{% if printer.quad_gantry_level.applied == False %}
|
# {% if printer.quad_gantry_level.applied == False %}
|
||||||
_QUAD_GANTRY_LEVEL RETRY_TOLERANCE=1.0
|
# _QUAD_GANTRY_LEVEL RETRY_TOLERANCE=1.0
|
||||||
{% endif %}
|
# {% endif %}
|
||||||
# then perform fine QGL down to desired spec
|
# # then perform fine QGL down to desired spec
|
||||||
# this has to be a separate macro call so the results of the above call will be visible!
|
# # this has to be a separate macro call so the results of the above call will be visible!
|
||||||
_FINE_QUAD_GANTRY_LEVEL
|
# _FINE_QUAD_GANTRY_LEVEL
|
||||||
|
#
|
||||||
[gcode_macro _FINE_QUAD_GANTRY_LEVEL]
|
# [gcode_macro _FINE_QUAD_GANTRY_LEVEL]
|
||||||
gcode:
|
# gcode:
|
||||||
{% if printer.quad_gantry_level.applied == True %}
|
# {% if printer.quad_gantry_level.applied == True %}
|
||||||
# go for full quality at reduced probing height
|
# # go for full quality at reduced probing height
|
||||||
_QUAD_GANTRY_LEVEL HORIZONTAL_MOVE_Z=1.0 # <- set your preferred probing height here!
|
# _QUAD_GANTRY_LEVEL HORIZONTAL_MOVE_Z=1.0 # <- set your preferred probing height here!
|
||||||
{% else %}
|
# {% else %}
|
||||||
# This should never happen, just perform the full calibration using the defaults
|
# # This should never happen, just perform the full calibration using the defaults
|
||||||
{action_respond_info("Fine QGL called without calling course QGL first!")}
|
# {action_respond_info("Fine QGL called without calling course QGL first!")}
|
||||||
_QUAD_GANTRY_LEVEL # default behavior, no speedup
|
# _QUAD_GANTRY_LEVEL # default behavior, no speedup
|
||||||
{% endif %}
|
# {% endif %}
|
||||||
|
|
||||||
[gcode_macro PRINT_START]
|
[gcode_macro PRINT_START]
|
||||||
# Use PRINT_START for the slicer starting script - please customise for your slicer of choice
|
# Use PRINT_START for the slicer starting script - please customise for your slicer of choice
|
||||||
|
|||||||
Reference in New Issue
Block a user