File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -89,6 +89,9 @@ def processAction(self, msg):
8989 elif msg ["data" ]["command" ] == "defineZ0" :
9090 if not self .data .actions .defineZ0 ():
9191 self .data .ui_queue1 .put ("Alert" , "Alert" , "Error with defining Z-Axis zero." )
92+ elif msg ["data" ]["command" ] == "touchZ" :
93+ if not self .touchZ ():
94+ self .data .ui_queue1 .put ("Alert" , "Alert" , "Error with touching." )
9295 elif msg ["data" ]["command" ] == "moveToDefault" :
9396 if not self .moveToDefault ():
9497 self .data .ui_queue1 .put ("Alert" , "Alert" , "Error with moving to default chain lengths" )
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ class Data:
3838 Version Updater
3939 '''
4040 lastChecked = - 1
41- pyInstallCurrentVersion = 0.9331
41+ pyInstallCurrentVersion = 0.9333
4242 pyInstallUpdateAvailable = False
4343 pyInstallUpdateBrowserUrl = ""
4444 pyInstallUpdateVersion = 0
You can’t perform that action at this time.
0 commit comments