Autocommit from 2025-05-17 18:33:54
Klipper version: v0.13.0-114-g841a9ca2 Moonraker version: v0.9.3-74-g1c12414 Mainsail version: v2.14.0
This commit is contained in:
21
mmu/addons/mmu_eject_buttons_hw.cfg
Normal file
21
mmu/addons/mmu_eject_buttons_hw.cfg
Normal file
@@ -0,0 +1,21 @@
|
||||
|
||||
##########################################################################################
|
||||
# The eject button hardware configuration. Change the values to your needs and number
|
||||
# of gates
|
||||
#
|
||||
|
||||
[gcode_button mmu_eject_button_0]
|
||||
pin: mmu:EJECT_BUTTON_0
|
||||
press_gcode: _MMU_EJECT_BUTTON GATE=0
|
||||
|
||||
[gcode_button mmu_eject_button_1]
|
||||
pin: mmu:EJECT_BUTTON_1
|
||||
press_gcode: _MMU_EJECT_BUTTON GATE=1
|
||||
|
||||
[gcode_button mmu_eject_button_2]
|
||||
pin: mmu:EJECT_BUTTON_2
|
||||
press_gcode: _MMU_EJECT_BUTTON GATE=2
|
||||
|
||||
[gcode_button mmu_eject_button_3]
|
||||
pin: mmu:EJECT_BUTTON_3
|
||||
press_gcode: _MMU_EJECT_BUTTON GATE=3
|
||||
Reference in New Issue
Block a user