mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Mark models that are outside the buildarea in the objectlist
This commit is contained in:
parent
7a11a183a8
commit
d1c79a3af2
2 changed files with 2 additions and 0 deletions
|
@ -120,6 +120,7 @@ Item
|
|||
}
|
||||
text: model.name
|
||||
width: listView.width
|
||||
property bool outsideBuildArea: model.outside_build_area
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue