Skip to content

Commit

Permalink
fix wipe tower brim
Browse files Browse the repository at this point in the history
  • Loading branch information
supermerill committed Mar 26, 2022
1 parent 403294c commit e120983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libslic3r/GCode/WipeTower.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1377,7 +1377,7 @@ WipeTower::ToolChangeResult WipeTower::finish_layer()
size_t loops_num = (m_wipe_tower_brim_width + spacing / 2) / spacing;


writer.set_extrusion_flow(brim_flow.mm3_per_mm())
writer.set_extrusion_flow(brim_flow.mm3_per_mm() / filament_area())
.set_z(m_z_pos) // Let the writer know the current Z position as a base for Z-hop.
.set_initial_tool(m_current_tool)
.append(";-------------------------------------\n"
Expand Down

0 comments on commit e120983

Please sign in to comment.