Merge branch 'develop'

This commit is contained in:
2024-09-04 11:34:10 +08:00

View File

@@ -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