Merge branch 'develop'
This commit is contained in:
commit
1f0e72f9d4
@ -51,6 +51,14 @@ on_press:
|
|||||||
on_release:
|
on_release:
|
||||||
{% do call_method("machine.device_power.post_device", device="Printer", action="toggle") %}
|
{% 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]
|
[update_manager]
|
||||||
channel: dev
|
channel: dev
|
||||||
refresh_interval: 168
|
refresh_interval: 168
|
||||||
|
Loading…
x
Reference in New Issue
Block a user