Wiping into infill - no infills are now inadvertedly printed twice (hopefully)

This commit is contained in:
Lukas Matena 2018-06-01 15:38:49 +02:00
parent 2d24bf5f73
commit bdaa1cbdfd
3 changed files with 25 additions and 9 deletions

View file

@ -1222,6 +1222,7 @@ float Print::mark_wiping_infill(const ToolOrdering::LayerTools& layer_tools, uns
}
}
}
return std::max(0.f, volume_to_wipe);
}