Object skirt

This commit is contained in:
vovodroid 2024-08-22 17:12:42 +03:00
parent 0b6a1d3636
commit 2a8b39acd4
14 changed files with 266 additions and 138 deletions

View file

@ -981,6 +981,8 @@ public:
return std::all_of(this->objects().begin(), this->objects().end(), [&](PrintObject* obj) { return obj->height() < scale_(this->config().nozzle_height.value); });
}
std::tuple<float, float> object_skirt_offset(double margin_height = 0) const;
protected:
// Invalidates the step, and its depending steps in Print.
bool invalidate_step(PrintStep step);