mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-05 14:10:45 +08:00
Wipe tower: keep pressure advance on for MK4
This commit is contained in:
parent
0a5c3d088a
commit
98f377c844
@ -903,7 +903,8 @@ void WipeTower::toolchange_Unload(
|
||||
|
||||
if (do_ramming) {
|
||||
writer.travel(ramming_start_pos); // move to starting position
|
||||
writer.disable_linear_advance();
|
||||
if (! m_is_mk4mmu3)
|
||||
writer.disable_linear_advance();
|
||||
if (cold_ramming)
|
||||
writer.set_extruder_temp(new_temperature - 20);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user