mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-05 17:30:42 +08:00
FIX:Modify threshold of plate_count in GLGizmoFlatten
jira: STUDIO-8874 Change-Id: I1a97b5607d24e9400def0fd9cb533da21443b3e2 (cherry picked from commit 932dd27b40aab4c20190eb3a7463008070f582f1)
This commit is contained in:
parent
4eb6502c59
commit
1950039b08
@ -357,7 +357,7 @@ void GLGizmoFlatten::update_planes()
|
||||
planes.pop_back();
|
||||
}
|
||||
};
|
||||
const int plane_count = 10;
|
||||
const int plane_count = 20;
|
||||
for (size_t i = 0; i < m_planes.size(); i++) {
|
||||
if (m_planes[i].area < experted_minimal_area) {
|
||||
if (i + 1 >= plane_count) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user