mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 10:02:12 +00:00
FIX:set "ban_light" true for picking_thumbnail in linux
jira: none Change-Id: I68912a17f6bd3ffb73fc6480e5fd95a690c1c872 (cherry picked from commit 1acfe83fc0c49734996a0e2596856fd7881b4d68)
This commit is contained in:
@@ -6128,7 +6128,7 @@ int CLI::run(int argc, char **argv)
|
||||
thumbnail_width, thumbnail_height, thumbnail_params,
|
||||
partplate_list, model.objects, glvolume_collection, colors_out, shader,
|
||||
Slic3r::GUI::Camera::EType::Ortho,
|
||||
Slic3r::GUI::Camera::ViewAngleType::Top_Plate, true);
|
||||
Slic3r::GUI::Camera::ViewAngleType::Top_Plate, true, true);
|
||||
break;
|
||||
}
|
||||
case Slic3r::GUI::OpenGLManager::EFramebufferType::Ext:
|
||||
@@ -6144,7 +6144,7 @@ int CLI::run(int argc, char **argv)
|
||||
glvolume_collection, colors_out, shader,
|
||||
Slic3r::GUI::Camera::EType::Ortho,
|
||||
Slic3r::GUI::Camera::ViewAngleType::Top_Plate,
|
||||
true);
|
||||
true,true);
|
||||
break;
|
||||
}
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user