mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-08-09 17:06:34 +02:00
Made hard washers slightly lighter.
This means they can be distinguished from bolts when viewed from directly above.
This commit is contained in:
@@ -26,7 +26,7 @@ include <../utils/core/core.scad>
|
||||
include <../utils/sweep.scad>
|
||||
|
||||
soft_washer_colour = grey(20);
|
||||
hard_washer_colour = grey(80);
|
||||
hard_washer_colour = grey(85);
|
||||
star_washer_colour = brass;
|
||||
|
||||
function washer_size(type) = type[1]; //! Nominal size
|
||||
|
Reference in New Issue
Block a user