-rw-r--r-- | delta.jscad | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/delta.jscad b/delta.jscad index f06870e..ef0d4ec 100644 --- a/delta.jscad +++ b/delta.jscad | |||
@@ -80,7 +80,9 @@ var CONFIG = { | |||
80 | }, | 80 | }, |
81 | nut: { h: 2.3, w: 5.5 }, | 81 | nut: { h: 2.3, w: 5.5 }, |
82 | color: { | 82 | color: { |
83 | extrusion: [0.8, 0.8, 0.8, 0.8] | 83 | extrusion: [0.8, 0.8, 0.8, 0.8], |
84 | pcb: [ 0, 0.3, 0.2, 0.8 ], | ||
85 | bulk: [ .9, .9, .9, .2 ] | ||
84 | } | 86 | } |
85 | }; | 87 | }; |
86 | 88 | ||