Fix Zcalibrate showing when there is no probe (#289)

This commit is contained in:
Alfredo Monclus 2021-10-04 21:13:55 -03:00 committed by GitHub
parent 969b47f425
commit 423d344197
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -138,7 +138,7 @@ enable: {{ printer.bed_mesh is defined }}
name: {{ gettext('Z Calibrate') }}
icon: z-farther
panel: zcalibrate
enable: {{ ((printer.bltouch is defined) or (printer.probe is defined)) }}
enable: {{ ((printer.bltouch != False) or (printer.probe != False)) }}
[menu __main config limits]
name: {{ gettext('Limits') }}