menu: add pins panel access while printing

This commit is contained in:
Alfredo Monclus 2024-05-19 10:44:02 -03:00
parent fe9d4257f2
commit b9e16ec453

View File

@ -91,3 +91,9 @@ name: {{ gettext('System') }}
icon: info
panel: system
enable: {{ moonraker_connected }}
[menu __print pins]
name: {{ gettext('Pins') }}
icon: hashtag
panel: pins
enable: {{ printer.output_pins.count > 0 }}