Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cura
diff options
context:
space:
mode:
authorJoey de l'Arago <joeydelarago@gmail.com>2022-06-15 18:29:59 +0300
committerGitHub <noreply@github.com>2022-06-15 18:29:59 +0300
commitb132b5c08c47089f2bc8ec7111d11fabeae7df87 (patch)
tree2b19e73008a93e7eb5abe1f5626a6f5904ef280b /cura
parente47a2d1c99a932c134b5c5e7d36784ac930688a8 (diff)
Update cura/Machines/Models/IntentSelectionModel.py
Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
Diffstat (limited to 'cura')
-rw-r--r--cura/Machines/Models/IntentSelectionModel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cura/Machines/Models/IntentSelectionModel.py b/cura/Machines/Models/IntentSelectionModel.py
index 610b50fb50..5302dc0ae5 100644
--- a/cura/Machines/Models/IntentSelectionModel.py
+++ b/cura/Machines/Models/IntentSelectionModel.py
@@ -87,7 +87,7 @@ class IntentSelectionModel(ListModel):
def _onChange(self) -> None:
self._update_timer.start()
- def _update(self):
+ def _update(self) -> None:
Logger.log("d", "Updating {model_class_name}.".format(model_class_name = self.__class__.__name__))
global_stack = cura.CuraApplication.CuraApplication.getInstance().getGlobalContainerStack()