FIX:set "ban_light" true for picking_thumbnail in linux
jira: none Change-Id: I68912a17f6bd3ffb73fc6480e5fd95a690c1c872
This commit is contained in:
parent
1b5ff821f0
commit
1acfe83fc0
|
@ -6626,7 +6626,7 @@ int CLI::run(int argc, char **argv)
|
||||||
thumbnail_width, thumbnail_height, thumbnail_params,
|
thumbnail_width, thumbnail_height, thumbnail_params,
|
||||||
partplate_list, model.objects, glvolume_collection, colors_out, shader,
|
partplate_list, model.objects, glvolume_collection, colors_out, shader,
|
||||||
Slic3r::GUI::Camera::EType::Ortho,
|
Slic3r::GUI::Camera::EType::Ortho,
|
||||||
Slic3r::GUI::Camera::ViewAngleType::Top_Plate, true);
|
Slic3r::GUI::Camera::ViewAngleType::Top_Plate, true, true);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case Slic3r::GUI::OpenGLManager::EFramebufferType::Ext:
|
case Slic3r::GUI::OpenGLManager::EFramebufferType::Ext:
|
||||||
|
@ -6641,7 +6641,7 @@ int CLI::run(int argc, char **argv)
|
||||||
glvolume_collection, colors_out, shader,
|
glvolume_collection, colors_out, shader,
|
||||||
Slic3r::GUI::Camera::EType::Ortho,
|
Slic3r::GUI::Camera::EType::Ortho,
|
||||||
Slic3r::GUI::Camera::ViewAngleType::Top_Plate,
|
Slic3r::GUI::Camera::ViewAngleType::Top_Plate,
|
||||||
true);
|
true,true);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in New Issue