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:
Ghostkeeper 2020-08-18 10:38:50 +02:00
parent 6d90c85fb2
commit dea53b9c02
No known key found for this signature in database
GPG Key ID: D2A8871EE34EC59A

View File

@ -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
{ {