mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 07:49:00 +08:00
Fixed formating of documentation
CURA-1898
This commit is contained in:
parent
779f66967e
commit
b0137016f7
@ -124,12 +124,9 @@ class ExtruderManager(QObject):
|
|||||||
#
|
#
|
||||||
# The resulting container stack is added to the registry.
|
# The resulting container stack is added to the registry.
|
||||||
#
|
#
|
||||||
# \param extruder_definition The extruder to create the extruder train
|
# \param extruder_definition The extruder to create the extruder train for.
|
||||||
# for.
|
# \param machine_definition The machine that the extruder train belongs to.
|
||||||
# \param machine_definition The machine that the extruder train belongs
|
# \param position The position of this extruder train in the extruder slots of the machine.
|
||||||
# to.
|
|
||||||
# \param position The position of this extruder train in the extruder
|
|
||||||
# slots of the machine.
|
|
||||||
def createExtruderTrain(self, extruder_definition, machine_definition, position):
|
def createExtruderTrain(self, extruder_definition, machine_definition, position):
|
||||||
# Cache some things.
|
# Cache some things.
|
||||||
container_registry = UM.Settings.ContainerRegistry.getInstance()
|
container_registry = UM.Settings.ContainerRegistry.getInstance()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user