Skip to content

Commit

Permalink
Update zcalibrate_lynxbot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeanon committed Jan 28, 2024
1 parent 34dd90e commit 202dbba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions panels/zcalibrate_lynxbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,10 @@ def __init__(self, screen, title):
if ('wait_for_continue' in twist_compensation
and twist_compensation['wait_for_continue'] == 'true'):
self.wait_for_continue = True

self.functions = []
pobox = Gtk.Box(orientation=Gtk.Orientation.VERTICAL)

if "Z_ENDSTOP_CALIBRATE" in self._printer.available_commands:
self._add_button("Endstop", "endstop", pobox)
self.functions.append("endstop")
Expand Down

0 comments on commit 202dbba

Please sign in to comment.