Skip to content

Commit

Permalink
feat(module): 💄 Allow QGL to use KNOMI probing
Browse files Browse the repository at this point in the history
Allow the QUAD_GANTRY_LEVEL command to use the probing display (from meshing) on the KNOMI
  • Loading branch information
rootiest committed Aug 14, 2023
1 parent d45c3ad commit 6cb4936
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions klipper/klippy/extras/printcfg.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -1631,6 +1631,13 @@ gcode:
G0028 {rawparams}
SET_GCODE_VARIABLE MACRO=G28 VARIABLE=homing VALUE=False

[gcode_macro QUAD_GANTRY_LEVEL]
rename_existing: QUAD_GANTRY_LEVEL_BASE
gcode:
SET_GCODE_VARIABLE MACRO=BED_MESH_CALIBRATE VARIABLE=probing VALUE=True
QUAD_GANTRY_LEVEL_BASE {rawparams}
SET_GCODE_VARIABLE MACRO=BED_MESH_CALIBRATE VARIABLE=probing VALUE=False

########################
## Homing Routines ##
########################
Expand Down

0 comments on commit 6cb4936

Please sign in to comment.