ENH: add flat ironing before toolchange

jira: none
Change-Id: Iabe121f9523b662fc90c18365aa642583635a126
(cherry picked from commit 1b467b13c4bbac7d6afd361fee75ccc52eddef9a)
This commit is contained in:
jiangkai.zhao
2025-02-08 10:19:57 +08:00
committed by Noisyfox
parent 1db0f6d663
commit 69d85d0045
2 changed files with 35 additions and 3 deletions

View File

@@ -24,7 +24,7 @@
namespace Slic3r
{
float flat_iron_area = 4.f;
static constexpr float flat_iron_area = 4.f;
constexpr float flat_iron_speed = 10.f * 60.f;
static const double wipe_tower_wall_infill_overlap = 0.0;
static constexpr double WIPE_TOWER_RESOLUTION = 0.1;