mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-15 11:15:56 +08:00
Fix for detection of the DoubleSlicer mode
This commit is contained in:
parent
5a2925466d
commit
090a424c1a
@ -774,7 +774,8 @@ void Preview::update_layers_slider_mode()
|
|||||||
return false;
|
return false;
|
||||||
|
|
||||||
for (ModelVolume* volume : object->volumes)
|
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->config.option("extruder")->getInt() != extruder) ||
|
||||||
!volume->mmu_segmentation_facets.empty())
|
!volume->mmu_segmentation_facets.empty())
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user