Fix skirt start angle per object (#7374)

This commit is contained in:
Vovodroid 2025-04-14 10:24:12 +03:00 committed by GitHub
parent 6d467c8f16
commit e2e06e5e89
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 4 deletions

View file

@ -311,6 +311,7 @@ private:
std::string generate_skirt(const Print &print,
const ExtrusionEntityCollection &skirt,
const Point& offset,
const float skirt_start_angle,
const LayerTools &layer_tools,
const Layer& layer,
unsigned int extruder_id);