mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 14:44:19 -06:00
Removed an unnecessary wait
This commit is contained in:
parent
1c6fa6660e
commit
b5fd4ddb8c
1 changed files with 0 additions and 1 deletions
|
@ -627,7 +627,6 @@ WipeTower::ToolChangeResult WipeTowerPrusaMM::tool_change(unsigned int tool, boo
|
||||||
if (peters_wipe_tower)
|
if (peters_wipe_tower)
|
||||||
writer.rectangle(m_wipe_tower_pos,m_layer_info->depth + 3*m_perimeter_width,m_wipe_tower_depth);
|
writer.rectangle(m_wipe_tower_pos,m_layer_info->depth + 3*m_perimeter_width,m_wipe_tower_depth);
|
||||||
else {
|
else {
|
||||||
writer.wait(2.f);
|
|
||||||
writer.rectangle(m_wipe_tower_pos,m_wipe_tower_width, m_layer_info->depth + m_perimeter_width);
|
writer.rectangle(m_wipe_tower_pos,m_wipe_tower_width, m_layer_info->depth + m_perimeter_width);
|
||||||
if (layer_finished()) { // no finish_layer will be called, we must wipe the nozzle
|
if (layer_finished()) { // no finish_layer will be called, we must wipe the nozzle
|
||||||
writer.travel(m_wipe_tower_pos.x + (writer.x()>m_wipe_tower_pos.x + EPSILON ? 0.f : m_wipe_tower_width), writer.y());
|
writer.travel(m_wipe_tower_pos.x + (writer.x()>m_wipe_tower_pos.x + EPSILON ? 0.f : m_wipe_tower_width), writer.y());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue