mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
Both material weights & lengths are now exposed
CURA-1038
This commit is contained in:
parent
d48b4bf790
commit
7a43164654
3 changed files with 28 additions and 11 deletions
|
@ -24,7 +24,7 @@ Rectangle {
|
|||
UM.I18nCatalog { id: catalog; name:"cura"}
|
||||
|
||||
property variant printDuration: PrintInformation.currentPrintTime
|
||||
property variant printMaterialAmounts: PrintInformation.materialAmounts
|
||||
property variant printMaterialAmounts: PrintInformation.materialLengths
|
||||
|
||||
height: childrenRect.height
|
||||
color: "transparent"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue