mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-14 07:52:56 +00:00
Remap paint after split to parts
This commit is contained in:
@@ -2849,7 +2849,7 @@ void ObjectList::split()
|
||||
|
||||
take_snapshot("Split to parts");
|
||||
|
||||
volume->split(filament_cnt);
|
||||
volume->split(filament_cnt, wxGetApp().app_config->get_bool("keep_painting"));
|
||||
|
||||
wxBusyCursor wait;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user