Tab content user value in calibration process

This commit is contained in:
sergiuToporjinschi
2022-01-30 23:10:46 +02:00
parent 03b2a6e7ae
commit d680d95f4c
3 changed files with 29 additions and 12 deletions
+1
View File
@@ -62,6 +62,7 @@ class Hooks():
self.events.remove(event)
# Registering a temp event
# Trigger a function when the temparature
def registerEventTemp(self, tool, targetTemp, func, *arguments):
if func is None or not isinstance(func, collections.Callable):
self._logger.warn("registerEventTemp: Attempt to register event without a function")