mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 01:37:53 -06:00
Add separate arrangement distance control for SLA mode
This commit is contained in:
parent
3e0ce8a054
commit
8df4d6a170
2 changed files with 39 additions and 14 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue