From 3d556478957c9d9996b8f945d877b1ab7ec8a133 Mon Sep 17 00:00:00 2001 From: Arthur Date: Wed, 21 Sep 2022 16:49:35 +0800 Subject: [PATCH] ENH: increase auto-arranging spacing to 5mm Change-Id: Iebf4d31f2f869f11ddb6d9e903dfd446082802d1 --- src/slic3r/GUI/GLCanvas3D.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/slic3r/GUI/GLCanvas3D.hpp b/src/slic3r/GUI/GLCanvas3D.hpp index 9dddcec17e..933f698c1c 100644 --- a/src/slic3r/GUI/GLCanvas3D.hpp +++ b/src/slic3r/GUI/GLCanvas3D.hpp @@ -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;