ENH: modify the start pos of wall for wipe tower

and modify the overlap of wall and infill for wipe tower
jira:none

Change-Id: I0d1355c718e2bd1efea6d898f793f5869476ab12
(cherry picked from commit 4db196b11f052d6a7a7c7a8aafe0d2b34a7d2d80)
This commit is contained in:
zhimin.zeng
2024-10-09 15:19:46 +08:00
committed by Noisyfox
parent 830c1ac928
commit 328ea469cb
2 changed files with 44 additions and 24 deletions

View File

@@ -304,7 +304,7 @@ private:
float m_travel_speed = 0.f;
float m_first_layer_speed = 0.f;
size_t m_first_layer_idx = size_t(-1);
size_t m_cur_layer_id;
// G-code generator parameters.
float m_cooling_tube_retraction = 0.f;
float m_cooling_tube_length = 0.f;