Fixed formating of documentation

CURA-1898
This commit is contained in:
Jaime van Kessel 2016-07-13 09:46:23 +02:00
parent 779f66967e
commit b0137016f7

View File

@ -124,12 +124,9 @@ class ExtruderManager(QObject):
#
# The resulting container stack is added to the registry.
#
# \param extruder_definition The extruder to create the extruder train
# for.
# \param machine_definition The machine that the extruder train belongs
# to.
# \param position The position of this extruder train in the extruder
# slots of the machine.
# \param extruder_definition The extruder to create the extruder train for.
# \param machine_definition The machine that the extruder train belongs to.
# \param position The position of this extruder train in the extruder slots of the machine.
def createExtruderTrain(self, extruder_definition, machine_definition, position):
# Cache some things.
container_registry = UM.Settings.ContainerRegistry.getInstance()