1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-21 09:44:26 +00:00

Variable-width gap fill. Yay! #2960

This commit is contained in:
Alessandro Ranellucci
2016-03-19 15:33:58 +01:00
parent 5ff7511a14
commit 6dc42ee902
19 changed files with 379 additions and 166 deletions
+1 -1
View File
@@ -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;
}