mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-27 03:09:34 -07:00
Variable layer height enabled, nozzle diameters properly passed to the wipe tower generator
This commit is contained in:
@@ -1104,7 +1104,7 @@ void WipeTowerPrusaMM::plan_tower()
|
||||
if (this_layer_depth > m_wipe_tower_depth - m_perimeter_width)
|
||||
m_wipe_tower_depth = this_layer_depth + m_perimeter_width;
|
||||
|
||||
for (int i = layer_index - 1; i >= 0 /*&& m_plan[i].depth < this_layer_depth*/; i--)
|
||||
for (int i = layer_index - 1; i >= 0 ; i--)
|
||||
{
|
||||
if (m_plan[i].depth - this_layer_depth < 2*m_perimeter_width )
|
||||
m_plan[i].depth = this_layer_depth;
|
||||
|
||||
Reference in New Issue
Block a user