mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-19 04:37:52 -06:00
ENH: increase auto-arranging spacing to 5mm
Change-Id: Iebf4d31f2f869f11ddb6d9e903dfd446082802d1
This commit is contained in:
parent
cb3c9503d0
commit
3d55647895
1 changed files with 1 additions and 2 deletions
|
@ -357,8 +357,7 @@ public:
|
|||
|
||||
struct ArrangeSettings
|
||||
{
|
||||
float distance = 1.;
|
||||
// float distance_seq_print = 6.; // Used when sequential print is ON
|
||||
float distance = 5.;
|
||||
// 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