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
diff options
context:
space:
mode:
Diffstat (limited to 'cura/Settings/SetObjectExtruderOperation.py')
-rw-r--r--cura/Settings/SetObjectExtruderOperation.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/cura/Settings/SetObjectExtruderOperation.py b/cura/Settings/SetObjectExtruderOperation.py
index 25c1c6b759..63227c58e3 100644
--- a/cura/Settings/SetObjectExtruderOperation.py
+++ b/cura/Settings/SetObjectExtruderOperation.py
@@ -6,8 +6,10 @@ from UM.Operations.Operation import Operation
from cura.Settings.SettingOverrideDecorator import SettingOverrideDecorator
-## Simple operation to set the extruder a certain object should be printed with.
+
class SetObjectExtruderOperation(Operation):
+ """Simple operation to set the extruder a certain object should be printed with."""
+
def __init__(self, node: SceneNode, extruder_id: str) -> None:
self._node = node
self._extruder_id = extruder_id