mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 05:35:58 +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
|
||||
{
|
||||
id: extrudersRepeater
|
||||
model: activePrinter != null ? activePrinter.extruders : null
|
||||
model: activePrinter != null ? activePrinter.extruderList : null
|
||||
|
||||
ExtruderBox
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user