redesing tab
This commit is contained in:
@@ -20,7 +20,6 @@ class CalibrationtoolsPlugin(
|
||||
|
||||
def initialize(self):
|
||||
self.collectCommand = False
|
||||
# self._api = api.API(self)
|
||||
|
||||
def on_after_startup(self):
|
||||
self._logger.debug("----------------[ CalibrationTools ]----------------")
|
||||
@@ -36,8 +35,6 @@ class CalibrationtoolsPlugin(
|
||||
"js": ["js/CalibrationTools.js"],
|
||||
"css": ["css/style.css"]
|
||||
}
|
||||
def startExtrusion(self, temps):
|
||||
self._logger.debug("Temperature achieved, extrusion started %s", temps)
|
||||
|
||||
def get_update_information(self):
|
||||
# Define the configuration for your plugin to use with the Software Update
|
||||
|
||||
Reference in New Issue
Block a user