mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 21:58:01 -06:00
Show mesh type and number of per model settings in ObjectSelector
This commit is contained in:
parent
d1c79a3af2
commit
bba07d01fb
3 changed files with 92 additions and 2 deletions
|
@ -121,6 +121,8 @@ Item
|
|||
text: model.name
|
||||
width: listView.width
|
||||
property bool outsideBuildArea: model.outside_build_area
|
||||
property int perObjectSettingsCount: model.per_object_settings_count
|
||||
property string meshType: model.mesh_type
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue