Use extruderList rather than deprecated extruders property

Once more into the fray.

Done during Turbo Testing and Tooling.
This commit is contained in:
Ghostkeeper 2020-05-29 17:55:12 +02:00
parent 0d9053881c
commit 458acb356f
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.extruders : null
model: activePrinter != null ? activePrinter.extruderList : null
ExtruderBox
{