Merge branch 'develop'

This commit is contained in:
张开科 2024-09-04 11:34:10 +08:00
commit 1f0e72f9d4

View File

@ -35,7 +35,7 @@ on_when_job_queued: true
locked_while_printing: true
restart_klipper_when_powered: true
# restart_delay: 1
bound_services:
bound_services:
klipper
KlipperScreen
@ -51,6 +51,14 @@ on_press:
on_release:
{% do call_method("machine.device_power.post_device", device="Printer", action="toggle") %}
[button estop]
type: gpio
pin: ^!gpiochip4/gpio19
debounce_period: .01
minimum_event_time: 0
on_press:
{% do call_method("printer.emergency_stop") %}
[update_manager]
channel: dev
refresh_interval: 168