mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-09 10:16:50 +00:00
Implement a Preferences option to set Draco position quantization bits
This commit is contained in:
@@ -3,6 +3,11 @@
|
||||
|
||||
namespace Slic3r {
|
||||
|
||||
#define DRC_BITS_MIN 0
|
||||
#define DRC_BITS_MAX 30
|
||||
#define DRC_BITS_DEFAULT 16
|
||||
#define DRC_BITS_DEFAULT_STR "16"
|
||||
|
||||
class TriangleMesh;
|
||||
class ModelObject;
|
||||
class Model;
|
||||
|
||||
Reference in New Issue
Block a user