author | Michael Krelin <hacker@klever.net> | 2016-01-13 10:12:48 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2016-01-13 10:12:48 (UTC) |
commit | 8d9ad499fcb960e825f92580bf96215c73ee91ea (patch) (unidiff) | |
tree | af555e75ef30508deaa2707480a89e6b43542984 | |
parent | 10e299ccac1b7e6ab393df441e7e6e24baefc3ca (diff) | |
download | redelta-8d9ad499fcb960e825f92580bf96215c73ee91ea.zip redelta-8d9ad499fcb960e825f92580bf96215c73ee91ea.tar.gz redelta-8d9ad499fcb960e825f92580bf96215c73ee91ea.tar.bz2 |
colors
-rw-r--r-- | delta.jscad | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/delta.jscad b/delta.jscad index 83122af..54f1f86 100644 --- a/delta.jscad +++ b/delta.jscad | |||
@@ -97,9 +97,11 @@ var CONFIG = { | |||
97 | extrusion: [0.8, 0.8, 0.8, 0.8], | 97 | extrusion: [0.8, 0.8, 0.8, 0.8], |
98 | pcb: [ 0, 0.3, 0.2, 0.8 ], | 98 | pcb: [ 0, 0.3, 0.2, 0.8 ], |
99 | bulk: [ .9, .9, .9, .2 ], | 99 | bulk: [ .9, .9, .9, .2 ], |
100 | parts: [ 0, 0.8, 0, 0.9 ], | 100 | parts: [ 0, 0.8, 0, 0.9 ], |
101 | softparts: [ 0, 0, 0.8, 0.9 ] | 101 | softparts: [ 0, 0, 0.8, 0.9 ], |
102 | heatbed: [0.8, 0.8, 0.8, 0.8 ], | ||
103 | glass: [0.9, 0.9, 0.9, 0.7 ] | ||
102 | } | 104 | } |
103 | }; | 105 | }; |
104 | 106 | ||
105 | var CD = { | 107 | var CD = { |