Fix: modify tpu travel speed to 2 times

because of 2x nozzlechange width
jira: none

Change-Id: I3a9af777551c54b8bac273bf1f6e06c9f36673bb
This commit is contained in:
jiangkai.zhao 2025-02-27 17:29:00 +08:00 committed by lane.wei
parent d5b570d8dc
commit 99af2382c4
1 changed files with 1 additions and 1 deletions

View File

@ -2840,7 +2840,7 @@ WipeTower::NozzleChangeResult WipeTower::nozzle_change_new(int old_filament_id,
if (is_tpu_filament(m_current_tool)) {
bool left_to_right = !m_left_to_right;
int tpu_line_count = (real_nozzle_change_line_count + 2 - 1) / 2; // nozzle_change_line_count / 2 round up
nozzle_change_speed *= 2;
writer.travel(writer.x(), writer.y() - m_nozzle_change_perimeter_width);
for (int i = 0; true; ++i) {