Add separate arrangement distance control for SLA mode
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user