mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
Show scene boundingbox in JobSpecs
This commit is contained in:
parent
6bfed19477
commit
a1123655ff
2 changed files with 14 additions and 1 deletions
|
@ -106,7 +106,7 @@ Rectangle {
|
|||
anchors.right: parent.right
|
||||
font: UM.Theme.fonts.small
|
||||
color: UM.Theme.colors.text_subtext
|
||||
text: "0.0 x 0.0 x 0.0 mm"
|
||||
text: Printer.getSceneBoundingBoxString
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue