mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-08-19 22:07:31 +02:00
Fixed fillet back to front
This commit is contained in:
@@ -28,5 +28,6 @@ module fillet(r, h, center = false) //! Fillet with specified radius and height
|
||||
translate([-eps, -eps, 0])
|
||||
square(r + eps);
|
||||
|
||||
circle(r + eps);
|
||||
translate([r, r])
|
||||
circle(r + eps);
|
||||
}
|
||||
|
Reference in New Issue
Block a user