mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
micro refactor vender type
This commit is contained in:
parent
1f03e4d241
commit
aa4c042855
17 changed files with 79 additions and 81 deletions
|
@ -1874,11 +1874,11 @@ void ObjectGridTable::init_cols(ObjectGrid *object_grid)
|
|||
col = new ObjectGridCol(coBool, "support_reset", L("Support"), true, true, false, false, wxALIGN_CENTRE);
|
||||
m_col_data.push_back(col);
|
||||
|
||||
// orca merge todo:
|
||||
//Bed Adhesion
|
||||
col = new ObjectGridCol(coEnum, "brim_type", L("Support"), true, false, true, true, wxALIGN_LEFT);
|
||||
col->size = object_grid->GetTextExtent(L("Auto Brim")).x + 8; //add 8 for border
|
||||
col->choices.Add(_L("Auto"));
|
||||
col->choices.Add(_L("Mouse ear"));
|
||||
col->choices.Add(_L("Outer brim only"));
|
||||
col->choices.Add(_L("Inner brim only"));
|
||||
col->choices.Add(_L("Outer and inner brim"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue