Show scene boundingbox in JobSpecs

This commit is contained in:
fieldOfView 2015-11-18 11:24:21 +01:00
parent 6bfed19477
commit a1123655ff
2 changed files with 14 additions and 1 deletions

View file

@ -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 {