mirror of
https://github.com/QIDITECH/klipper.git
synced 2026-02-02 08:58:42 +03:00
plus4的klipper版本
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -24,6 +24,9 @@
|
||||
# + Home All
|
||||
# + Home Z
|
||||
# + Home X/Y
|
||||
# + Z Tilt
|
||||
# + Quad Gantry Lvl
|
||||
# + Bed Mesh
|
||||
# + Steppers off
|
||||
# + Fan: OFF
|
||||
# + Fan speed: 000%
|
||||
@@ -233,6 +236,24 @@ enable: {not printer.idle_timeout.state == "Printing"}
|
||||
name: Home X/Y
|
||||
gcode: G28 X Y
|
||||
|
||||
[menu __main __control __z_tilt]
|
||||
type: command
|
||||
enable: {not printer.idle_timeout.state == "Printing" and ('z_tilt' in printer)}
|
||||
name: Z Tilt
|
||||
gcode: Z_TILT_ADJUST
|
||||
|
||||
[menu __main __control __quad_gantry_level]
|
||||
type: command
|
||||
enable: {not printer.idle_timeout.state == "Printing" and ('quad_gantry_level' in printer)}
|
||||
name: Quad Gantry Lvl
|
||||
gcode: QUAD_GANTRY_LEVEL
|
||||
|
||||
[menu __main __control __bed_mesh]
|
||||
type: command
|
||||
enable: {not printer.idle_timeout.state == "Printing" and ('bed_mesh' in printer)}
|
||||
name: Bed Mesh
|
||||
gcode: BED_MESH_CALIBRATE
|
||||
|
||||
[menu __main __control __disable]
|
||||
type: command
|
||||
name: Steppers off
|
||||
@@ -683,7 +704,7 @@ name: Calibration
|
||||
|
||||
[menu __main __setup __calib __delta_calib_auto]
|
||||
type: command
|
||||
enable: {not printer.idle_timeout.state == "Printing"}
|
||||
enable: {(not printer.idle_timeout.state == "Printing") and ('delta_calibrate' in printer)}
|
||||
name: Delta cal. auto
|
||||
gcode:
|
||||
G28
|
||||
@@ -691,12 +712,12 @@ gcode:
|
||||
|
||||
[menu __main __setup __calib __delta_calib_man]
|
||||
type: list
|
||||
enable: {not printer.idle_timeout.state == "Printing"}
|
||||
enable: {(not printer.idle_timeout.state == "Printing") and ('delta_calibrate' in printer)}
|
||||
name: Delta cal. man
|
||||
|
||||
[menu __main __setup __calib __bedprobe]
|
||||
type: command
|
||||
enable: {not printer.idle_timeout.state == "Printing"}
|
||||
enable: {(not printer.idle_timeout.state == "Printing") and ('probe' in printer)}
|
||||
name: Bed probe
|
||||
gcode: PROBE
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user