CURA-4525 cleanups and change comment and added new-lines

This commit is contained in:
Jack Ha 2018-01-03 15:41:08 +01:00
parent 3991dee14c
commit 62487e8ea2
7 changed files with 3 additions and 19 deletions

View file

@ -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