mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-09-03 12:22:46 +02:00
Screws.scad is now included in core.scad, so doesn't need to be included
anywhere else. utils/core/core.scad is the old version without fasteners to be used internally in the library.
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
//
|
||||
//! Rounded fillet for adding to corners.
|
||||
//
|
||||
include <../core.scad>
|
||||
include <../utils/core/core.scad>
|
||||
|
||||
module fillet(r, h, center = false) //! Fillet with specified radius and height
|
||||
extrude_if(h, center = center)
|
||||
|
Reference in New Issue
Block a user