I noticed a gap in the wipe tower.

What is its intended purpose?
This gap is causing problems when printing with some high-strength/rigid materials
see code:
|
float left = fill_box.lu.x() + 2*m_perimeter_width; |
|
float right = fill_box.ru.x() - 2 * m_perimeter_width; |
I noticed a gap in the wipe tower.

What is its intended purpose?
This gap is causing problems when printing with some high-strength/rigid materials
see code:
PrusaSlicer/src/libslic3r/src/libslic3r/GCode/WipeTower.cpp
Lines 1339 to 1340 in 6f51012