From 458acb356f11f50c3327b5af0be8531fb761548f Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 29 May 2020 17:55:12 +0200 Subject: [PATCH] Use extruderList rather than deprecated extruders property Once more into the fray. Done during Turbo Testing and Tooling. --- resources/qml/PrintMonitor.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/PrintMonitor.qml b/resources/qml/PrintMonitor.qml index 19c2562874..9274bf80ad 100644 --- a/resources/qml/PrintMonitor.qml +++ b/resources/qml/PrintMonitor.qml @@ -77,7 +77,7 @@ Item Repeater { id: extrudersRepeater - model: activePrinter != null ? activePrinter.extruders : null + model: activePrinter != null ? activePrinter.extruderList : null ExtruderBox {