mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-12 17:38:11 +08:00
Fixed a bug in the temperature handling of the Prusa Multi Material
priming towers.
This commit is contained in:
parent
eb0117b1c1
commit
e719e48a84
@ -440,7 +440,8 @@ WipeTower::ToolChangeResult WipeTowerPrusaMM::prime(
|
|||||||
} else {
|
} else {
|
||||||
// Ram the hot material out of the melt zone, retract the filament into the cooling tubes and let it cool.
|
// Ram the hot material out of the melt zone, retract the filament into the cooling tubes and let it cool.
|
||||||
writer.travel(writer.x(), writer.y() + m_perimeter_width, 7200);
|
writer.travel(writer.x(), writer.y() + m_perimeter_width, 7200);
|
||||||
toolchange_Unload(writer, cleaning_box, m_material[m_current_tool], m_first_layer_temperature[tool]);
|
// Change the extruder temperature to the temperature of the next filament before starting the cooling moves.
|
||||||
|
toolchange_Unload(writer, cleaning_box, m_material[m_current_tool], m_first_layer_temperature[tools[idx_tool+1]]);
|
||||||
// Save the y end of the non-last priming area.
|
// Save the y end of the non-last priming area.
|
||||||
y_end = writer.y();
|
y_end = writer.y();
|
||||||
cleaning_box.translate(m_wipe_tower_width, 0.f);
|
cleaning_box.translate(m_wipe_tower_width, 0.f);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user