1
0
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:
Lukas Matena
2020-08-24 08:04:16 +02:00
parent a95509ce36
commit c51a45ee0f
2 changed files with 21 additions and 18 deletions
+1 -8
View File
@@ -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;