mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-08-29 18:19:58 +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:
@@ -21,7 +21,7 @@
|
||||
//! When square holes are cut with a CNC bit they get rounded corners. If it is important that
|
||||
//! a square cornered part fits in the hole then circles are placed in the corners making a bone shape.
|
||||
//
|
||||
include <../core.scad>
|
||||
include <../utils/core/core.scad>
|
||||
|
||||
module dogbone_square(size, r = cnc_bit_r, center = true) //! Square with circles at the corners
|
||||
{
|
||||
|
Reference in New Issue
Block a user