1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-31 11:15:52 +00:00

Add separate arrangement distance control for SLA mode

This commit is contained in:
tamasmeszaros
2020-12-02 10:28:13 +01:00
parent 3e0ce8a054
commit 8df4d6a170
2 changed files with 39 additions and 14 deletions
+1
View File
@@ -389,6 +389,7 @@ public:
{
float distance = 6.;
float distance_seq_print = 6.; // Used when sequential print is ON
float distance_sla = 6.;
float accuracy = 0.65f; // Unused currently
bool enable_rotation = false;
};