mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-09-02 11:52:42 +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:
@@ -22,7 +22,7 @@
|
||||
//! A single radius can be specified or separate internal and external radii.
|
||||
//! If `chamfer_base` is `true` for `round_3D()` then the bottom edge is made suitable for 3D printing by chamfering once the
|
||||
//! the angle gets shallower than 45 degrees.
|
||||
include <../core.scad>
|
||||
include <../utils/core/core.scad>
|
||||
use <offset.scad>
|
||||
|
||||
module round(r, ir = undef, or = undef) { //! Round a 2D child, single radius or separate inside and outside radii
|
||||
|
Reference in New Issue
Block a user