mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Revert "Use extruderList rather than deprecated extruders property"
This reverts commit 458acb356f
.
The change was wrong. The code refers to PrinterOutputModel.extruders which is not deprecated, not to GlobalStack.extruders (which is deprecated).
Fixes #8204.
This commit is contained in:
parent
6d90c85fb2
commit
dea53b9c02
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ Item
|
|||
Repeater
|
||||
{
|
||||
id: extrudersRepeater
|
||||
model: activePrinter != null ? activePrinter.extruderList : null
|
||||
model: activePrinter != null ? activePrinter.extruders : null
|
||||
|
||||
ExtruderBox
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue