Fixed conflicts after merge with branch dev
This commit is contained in:
commit
b9b702d550
179 changed files with 436835 additions and 2089 deletions
src/slic3r/GUI
|
@ -795,7 +795,8 @@ void Preview::update_layers_slider_mode()
|
|||
return false;
|
||||
|
||||
for (ModelVolume* volume : object->volumes)
|
||||
if ((volume->config.has("extruder") &&
|
||||
if ((volume->config.has("extruder") &&
|
||||
volume->config.option("extruder")->getInt() != 0 && // extruder isn't default
|
||||
volume->config.option("extruder")->getInt() != extruder) ||
|
||||
!volume->mmu_segmentation_facets.empty())
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue