mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 04:08:02 -06:00
3mf I/O - Fixed object sinking into bed after import
This commit is contained in:
parent
7320a87183
commit
9f7607c064
3 changed files with 29 additions and 1 deletions
|
@ -572,6 +572,9 @@ namespace Slic3r {
|
|||
}
|
||||
}
|
||||
|
||||
// fixes the min z of the model if negative
|
||||
model.adjust_min_z();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue