Merge branch 'master' into et_tm_sla_volumes_6-SPE-1285
This commit is contained in:
commit
76d0e11699
72 changed files with 9347 additions and 4714 deletions
src/slic3r/GUI
|
@ -2480,6 +2480,9 @@ bool ObjectList::is_splittable(bool to_objects)
|
|||
return false;
|
||||
}
|
||||
|
||||
if (wxGetApp().get_mode() == comSimple)
|
||||
return false; // suppress to split to parts for simple mode
|
||||
|
||||
ModelVolume* volume;
|
||||
if (!get_volume_by_item(item, volume) || !volume)
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue