ENH: increase auto-arranging spacing to 5mm
Change-Id: Iebf4d31f2f869f11ddb6d9e903dfd446082802d1
This commit is contained in:
parent
cb3c9503d0
commit
3d55647895
|
@ -357,8 +357,7 @@ public:
|
||||||
|
|
||||||
struct ArrangeSettings
|
struct ArrangeSettings
|
||||||
{
|
{
|
||||||
float distance = 1.;
|
float distance = 5.;
|
||||||
// float distance_seq_print = 6.; // Used when sequential print is ON
|
|
||||||
// float distance_sla = 6.;
|
// float distance_sla = 6.;
|
||||||
float accuracy = 0.65f; // Unused currently
|
float accuracy = 0.65f; // Unused currently
|
||||||
bool enable_rotation = false;
|
bool enable_rotation = false;
|
||||||
|
|
Loading…
Reference in New Issue