mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
CURA-4525 cleanups and change comment and added new-lines
This commit is contained in:
parent
3991dee14c
commit
62487e8ea2
7 changed files with 3 additions and 19 deletions
|
@ -6,7 +6,7 @@ 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.
|
||||
## Simple operation to set the buildplate number of a scenenode.
|
||||
class SetBuildPlateNumberOperation(Operation):
|
||||
def __init__(self, node: SceneNode, build_plate_nr: int) -> None:
|
||||
self._node = node
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue