mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 15:44:12 -06:00
Variable layer height enabled, nozzle diameters properly passed to the wipe tower generator
This commit is contained in:
parent
6fd3f38717
commit
281732ca38
3 changed files with 19 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue