mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-08-02 21:47:25 +02:00
Washer now uses sweep.scad instead of including it, leaking its interface.
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
//! If a washer is given a child, usually a screw or a nut, then it is placed on its top surface.
|
//! If a washer is given a child, usually a screw or a nut, then it is placed on its top surface.
|
||||||
//
|
//
|
||||||
include <../utils/core/core.scad>
|
include <../utils/core/core.scad>
|
||||||
include <../utils/sweep.scad>
|
use <../utils/sweep.scad>
|
||||||
|
|
||||||
soft_washer_colour = grey(20);
|
soft_washer_colour = grey(20);
|
||||||
hard_washer_colour = grey(85);
|
hard_washer_colour = grey(85);
|
||||||
|
Reference in New Issue
Block a user