mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 14:04:03 -06: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
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ Item
|
|||
Repeater
|
||||
{
|
||||
id: extrudersRepeater
|
||||
model: activePrinter != null ? activePrinter.extruders : null
|
||||
model: activePrinter != null ? activePrinter.extruderList : null
|
||||
|
||||
ExtruderBox
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue