Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2020-08-18 12:12:24 +0300
committerGhostkeeper <rubend@tutanota.com>2020-08-18 12:12:24 +0300
commitcb11dd763df043d29f7563680d38a28235ead054 (patch)
tree78cdaac4f1c433ce4c074ce12c167ac0bf930db7 /resources
parent16d934ff96384f377c9e614c70f5814ab46a1260 (diff)
parentdea53b9c02c4e7fb9bf560e8cea3144f63a7badb (diff)
Merge branch '4.7'
Diffstat (limited to 'resources')
-rw-r--r--resources/qml/PrintMonitor.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/PrintMonitor.qml b/resources/qml/PrintMonitor.qml
index 9274bf80ad..19c2562874 100644
--- a/resources/qml/PrintMonitor.qml
+++ b/resources/qml/PrintMonitor.qml
@@ -77,7 +77,7 @@ Item
Repeater
{
id: extrudersRepeater
- model: activePrinter != null ? activePrinter.extruderList : null
+ model: activePrinter != null ? activePrinter.extruders : null
ExtruderBox
{