1
0
mirror of https://github.com/nophead/Mendel90.git synced 2025-08-01 11:00:16 +02:00

Fixed replaced nut_grey with nut_color to match nuts.scad

This commit is contained in:
Chris Palmer
2012-03-13 16:35:11 +00:00
parent e5405f6da9
commit c46edbf182

View File

@@ -33,7 +33,7 @@ dibond_grey = [0.5, 0.5, 0.5, 1 ];
rod_color = grey80;
studding_color = grey50;
tubing_color = [0.8, 0.8, 0.8, 0.75 ];
nut_grey = grey70;
nut_color = grey70;
soft_washer_color = grey20;
hard_washer_color = grey80;
star_washer_color = [0.8, 0.8, 0.4];