Skip to content

Commit

Permalink
fixes Issue #220
Browse files Browse the repository at this point in the history
  • Loading branch information
MAKOMO committed Jul 7, 2018
1 parent e7040bb commit 683476b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/artisanlib/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1188,7 +1188,7 @@ def __init__(self,parent,dpi):
# profile UUID
self.roastUUID = None

#PLUS
#PLUS
# the default store selected by the user (save in the app settings)
self.plus_default_store = None

Expand Down Expand Up @@ -9539,7 +9539,7 @@ class VMToolbar(NavigationToolbar):
def __init__(self, plotCanvas, parent,white_icons=False):
self.toolitems = (

#PLUS
#PLUS-COMMENT
# ('Plus', QApplication.translate("Tooltip", 'Connect plus service', None), 'plus', 'plus'),

('Home', QApplication.translate("Tooltip", 'Reset original view', None), 'home', 'home'),
Expand Down Expand Up @@ -9567,7 +9567,7 @@ def __init__(self, plotCanvas, parent,white_icons=False):
a.setToolTip(QApplication.translate("Tooltip", 'Edit axis and curve parameters', None))
self.insertAction(self.actions()[-1],a)

#PLUS
#PLUS-COMMENT
# if aw is not None:
# aw.updatePlusStatus(self)

Expand Down Expand Up @@ -22894,6 +22894,10 @@ def HottopControlOn(self):
if not self.HottopControlActive:
aw.sendmessage(QApplication.translate("Message","Hottop control turned on", None))
self.HottopControlActive = True
else:
QMessageBox.warning(aw,QApplication.translate("Message", "Warning",None),QApplication.translate("Message",
"To control a Hottop you need to activate the super user mode via a right click on the timer LCD first!",None))


def PIDcontrol(self):
#FUJI/DELTA pid
Expand Down

0 comments on commit 683476b

Please sign in to comment.