mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
Fix: modify tpu travel speed to 2 times
because of 2x nozzlechange width jira: none Change-Id: I3a9af777551c54b8bac273bf1f6e06c9f36673bb (cherry picked from commit 99af2382c4a6d8d942611b4d1145b4d8872a99a8)
This commit is contained in:
@@ -2833,7 +2833,7 @@ WipeTower::NozzleChangeResult WipeTower::nozzle_change_new(int old_filament_id,
|
|||||||
if (is_tpu_filament(m_current_tool)) {
|
if (is_tpu_filament(m_current_tool)) {
|
||||||
bool left_to_right = !m_left_to_right;
|
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
|
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);
|
writer.travel(writer.x(), writer.y() - m_nozzle_change_perimeter_width);
|
||||||
|
|
||||||
for (int i = 0; true; ++i) {
|
for (int i = 0; true; ++i) {
|
||||||
|
|||||||
Reference in New Issue
Block a user