mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 06:08:58 +08:00
Revert "Use extruderList rather than deprecated extruders property"
This reverts commit 458acb356f11f50c3327b5af0be8531fb761548f. 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
@ -77,7 +77,7 @@ Item
|
|||||||
Repeater
|
Repeater
|
||||||
{
|
{
|
||||||
id: extrudersRepeater
|
id: extrudersRepeater
|
||||||
model: activePrinter != null ? activePrinter.extruderList : null
|
model: activePrinter != null ? activePrinter.extruders : null
|
||||||
|
|
||||||
ExtruderBox
|
ExtruderBox
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user