mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-26 14:34:26 +08:00
ENABLE_THUMBNAIL_GENERATOR -> Fixed color of non printable volumes into thumbnail
This commit is contained in:
parent
6d5572ae47
commit
a1f2ecb285
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user