mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 17:58:03 -06:00
add drain hole 3mf export and import
This commit is contained in:
parent
3b0241c98b
commit
5be66a52c0
4 changed files with 210 additions and 2 deletions
|
@ -19,6 +19,10 @@ namespace Slic3r {
|
|||
enum {
|
||||
support_points_format_version = 1
|
||||
};
|
||||
|
||||
enum {
|
||||
drain_holes_format_version = 1
|
||||
};
|
||||
|
||||
class Model;
|
||||
class DynamicPrintConfig;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue