1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-14 08:34:26 +00:00

Added unit test for checking geometry after save+load to 3mf cycle

This commit is contained in:
Enrico Turri
2020-01-06 12:10:57 +01:00
parent 9406b50447
commit c790e2ff7c
3 changed files with 71 additions and 4 deletions
+2 -2
View File
@@ -716,8 +716,8 @@ namespace Slic3r {
return false;
}
// fixes the min z of the model if negative
model.adjust_min_z();
// // fixes the min z of the model if negative
// model.adjust_min_z();
return true;
}