mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-08-01 11:25:50 +00:00
Drainholes are saved elevated for 3MF compatibility
This is a follow-up of previous commit
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user