mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fixed formating of documentation
CURA-1898
This commit is contained in:
parent
779f66967e
commit
b0137016f7
1 changed files with 21 additions and 24 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue