Info in ObjectList: Added variable layer height
This commit is contained in:
parent
df3fb31268
commit
dfe926ef63
6 changed files with 47 additions and 18 deletions
src/slic3r/GUI
|
@ -54,9 +54,9 @@ ObjectDataViewModelNode::ObjectDataViewModelNode(ObjectDataViewModelNode* parent
|
|||
m_type(itInfo),
|
||||
m_extruder(wxEmptyString)
|
||||
{
|
||||
m_name = info_type == InfoItemType::CustomSupports
|
||||
? _L("Paint-on supports")
|
||||
: _L("Paint-on seam");
|
||||
m_name = info_type == InfoItemType::CustomSupports ? _L("Paint-on supports")
|
||||
: info_type == InfoItemType::CustomSeam ? _L("Paint-on seam")
|
||||
: _L("Variable layer height");
|
||||
m_info_item_type = info_type;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue