mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 09:47:58 -06:00
Drainholes are saved elevated for 3MF compatibility
This is a follow-up of previous commit
This commit is contained in:
parent
a95509ce36
commit
c51a45ee0f
2 changed files with 21 additions and 18 deletions
|
@ -20,15 +20,8 @@ namespace Slic3r {
|
|||
support_points_format_version = 1
|
||||
};
|
||||
|
||||
|
||||
/* The same for holes.
|
||||
|
||||
* version 0: undefined
|
||||
* version 1: holes saved a bit above the mesh and deeper
|
||||
* version 2: holes are saved on the mesh exactly
|
||||
*/
|
||||
enum {
|
||||
drain_holes_format_version = 2
|
||||
drain_holes_format_version = 1
|
||||
};
|
||||
|
||||
class Model;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue