Wipe tower: changed the way how initial wipe tower preview depth is calculated

This commit is contained in:
Lukas Matena 2023-03-17 13:49:35 +01:00 committed by SoftFever
parent cd3bbdb5f5
commit ee4705d6b7
2 changed files with 28 additions and 0 deletions

View file

@ -25,6 +25,7 @@ public:
// WipeTower height to minimum depth map
static const std::map<float, float> min_depth_per_height;
static std::vector<std::vector<float>> extract_wipe_volumes(const PrintConfig& config);
struct Extrusion
{