mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
We now recieve material estimation per extruder
CURA-1687
This commit is contained in:
parent
90fa0f0564
commit
318182495a
5 changed files with 29 additions and 19 deletions
|
@ -24,7 +24,7 @@ Rectangle {
|
|||
UM.I18nCatalog { id: catalog; name:"cura"}
|
||||
|
||||
property variant printDuration: PrintInformation.currentPrintTime
|
||||
property real printMaterialAmount: PrintInformation.materialAmount
|
||||
property real printMaterialAmount: PrintInformation.materialAmounts[0]
|
||||
|
||||
height: childrenRect.height
|
||||
color: "transparent"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue