mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-02 05:50:37 +08:00
SPE-2687: Remove 1.5s pause after toolchange for XL
This commit is contained in:
parent
1a7cc64b94
commit
49f78f9770
@ -939,10 +939,10 @@ void WipeTower::toolchange_Unload(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (m_switch_filament_monitoring) {
|
if (m_switch_filament_monitoring)
|
||||||
writer.switch_filament_monitoring(false);
|
writer.switch_filament_monitoring(false);
|
||||||
|
if (m_is_mk4mmu3)
|
||||||
writer.wait(1.5f);
|
writer.wait(1.5f);
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// now the ramming itself:
|
// now the ramming itself:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user