3mf I/O - Fixed object sinking into bed after import

This commit is contained in:
Enrico Turri 2018-03-06 10:26:39 +01:00
parent 7320a87183
commit 9f7607c064
3 changed files with 29 additions and 1 deletions

View file

@ -572,6 +572,9 @@ namespace Slic3r {
}
}
// fixes the min z of the model if negative
model.adjust_min_z();
return true;
}