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:
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
{
id: extrudersRepeater
model: activePrinter != null ? activePrinter.extruderList : null
model: activePrinter != null ? activePrinter.extruders : null
ExtruderBox
{