mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Fix the extra setNextStack()
This commit is contained in:
parent
0d0384e331
commit
0e1e8d269a
1 changed files with 0 additions and 1 deletions
|
|
@ -367,7 +367,6 @@ class ExtruderManager(QObject):
|
|||
# Single extrusion machine without an ExtruderStack, create it
|
||||
from cura.Settings.CuraStackBuilder import CuraStackBuilder
|
||||
CuraStackBuilder.createExtruderStackWithDefaultSetup(global_stack, 0)
|
||||
extruder_stack_0.setNextStack(global_stack)
|
||||
|
||||
elif extruder_stack_0.definition.getId() != expected_extruder_definition_0_id:
|
||||
Logger.log("e", "Single extruder printer [{printer}] expected extruder [{expected}], but got [{got}]. I'm making it [{expected}].".format(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue