1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-08-02 11:35:51 +00:00

Fix arrange distance with enabled sequential printing

fixes #5258
This commit is contained in:
tamasmeszaros
2020-12-01 14:07:34 +01:00
parent 27243c0785
commit 8027f6608a
4 changed files with 30 additions and 11 deletions
+4 -3
View File
@@ -387,9 +387,10 @@ public:
struct ArrangeSettings
{
float distance = 6.;
float accuracy = 0.65f;
bool enable_rotation = false;
float distance = 6.;
float distance_seq_print = 6.; // Used when sequential print is ON
float accuracy = 0.65f; // Unused currently
bool enable_rotation = false;
};
private: