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
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);