添加触发急停后系统关机

This commit is contained in:
张开科 2024-09-12 09:35:19 +08:00
parent a438d33fdb
commit c70f8d208d

View File

@ -58,6 +58,7 @@ debounce_period: .01
minimum_event_time: 0 minimum_event_time: 0
on_press: on_press:
{% do call_method("printer.emergency_stop") %} {% do call_method("printer.emergency_stop") %}
{% do call_method("machine.shutdown") %}
[update_manager] [update_manager]
channel: dev channel: dev