1
0
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:
Chris Palmer
2024-04-21 10:18:34 +01:00
parent a5b2018008
commit 2840cc2390

View File

@@ -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);