mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
ENABLE_THUMBNAIL_GENERATOR -> Fixed color of non printable volumes into thumbnail
This commit is contained in:
@@ -89,7 +89,7 @@ void ThumbnailGenerator::render_and_store(const GLVolumePtrs& volumes, bool prin
|
|||||||
|
|
||||||
for (const GLVolume* vol : visible_volumes)
|
for (const GLVolume* vol : visible_volumes)
|
||||||
{
|
{
|
||||||
glsafe(::glColor3fv(vol->printable ? orange : gray));
|
glsafe(::glColor3fv((vol->printable && !vol->is_outside) ? orange : gray));
|
||||||
vol->render();
|
vol->render();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user