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

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;
}