mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-03 21:40:37 -07: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:
parent
ec2ee96ef5
commit
a84ede4467
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue