Implement a Preferences option to set Draco position quantization bits

This commit is contained in:
Maeyanie
2026-01-30 20:44:16 -05:00
parent 3488b32b1c
commit 0ecc95fd55
4 changed files with 30 additions and 1 deletions

View File

@@ -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;