mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 18:55:59 +08:00
Use extruderList rather than deprecated extruders property
Once more into the fray. Done during Turbo Testing and Tooling.
This commit is contained in:
parent
0d9053881c
commit
458acb356f
@ -77,7 +77,7 @@ Item
|
|||||||
Repeater
|
Repeater
|
||||||
{
|
{
|
||||||
id: extrudersRepeater
|
id: extrudersRepeater
|
||||||
model: activePrinter != null ? activePrinter.extruders : null
|
model: activePrinter != null ? activePrinter.extruderList : null
|
||||||
|
|
||||||
ExtruderBox
|
ExtruderBox
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user