Fix Zcalibrate showing when there is no probe (#289)
This commit is contained in:
parent
969b47f425
commit
423d344197
@ -138,7 +138,7 @@ enable: {{ printer.bed_mesh is defined }}
|
|||||||
name: {{ gettext('Z Calibrate') }}
|
name: {{ gettext('Z Calibrate') }}
|
||||||
icon: z-farther
|
icon: z-farther
|
||||||
panel: zcalibrate
|
panel: zcalibrate
|
||||||
enable: {{ ((printer.bltouch is defined) or (printer.probe is defined)) }}
|
enable: {{ ((printer.bltouch != False) or (printer.probe != False)) }}
|
||||||
|
|
||||||
[menu __main config limits]
|
[menu __main config limits]
|
||||||
name: {{ gettext('Limits') }}
|
name: {{ gettext('Limits') }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user