diff --git a/src/BambuStudio.cpp b/src/BambuStudio.cpp index 49283f116..3dc86714a 100644 --- a/src/BambuStudio.cpp +++ b/src/BambuStudio.cpp @@ -6626,7 +6626,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: @@ -6641,7 +6641,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: