mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-03 02:22:46 +00:00
Variable-width gap fill. Yay! #2960
This commit is contained in:
@@ -114,7 +114,7 @@ Polygons
|
||||
ExtrusionPath::grow() const
|
||||
{
|
||||
Polygons pp;
|
||||
offset(this->polyline, &pp, +this->width/2);
|
||||
offset(this->polyline, &pp, +scale_(this->width/2));
|
||||
return pp;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user