mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-11 04:51:00 +00:00
Fix usage of most of the multi-variant parameters
This commit is contained in:
@@ -1905,7 +1905,8 @@ void ObjectGridTable::init_cols(ObjectGrid *object_grid)
|
||||
//reset icon for Bed Adhesion
|
||||
col = new ObjectGridCol(coEnum, "brim_type_reset", L("Support"), true, true, false, false, wxALIGN_LEFT);
|
||||
m_col_data.push_back(col);
|
||||
|
||||
|
||||
// todo mutli_extruders:
|
||||
//object/volume speed
|
||||
col = new ObjectGridCol(coFloat, "outer_wall_speed", L("Speed"), false, false, true, true, wxALIGN_LEFT);
|
||||
col->size = object_grid->GetTextExtent(L("Outer wall speed")).x;
|
||||
|
||||
Reference in New Issue
Block a user