aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2015-06-19 11:17:39 +0200
committerJakob Odersky <jodersky@gmail.com>2015-06-19 11:17:39 +0200
commit3255cf1e42536f08f986dd5ebe59164aed103587 (patch)
tree0a6435e21169ccfa691ea813c2dc7246c34ec46b
parentc162fa8f908eb7193fa9f59e97037ce5953bb148 (diff)
downloadcondor-1-3255cf1e42536f08f986dd5ebe59164aed103587.tar.gz
condor-1-3255cf1e42536f08f986dd5ebe59164aed103587.tar.bz2
condor-1-3255cf1e42536f08f986dd5ebe59164aed103587.zip
change color of rack plates
-rw-r--r--structure/parts/rack_plate.scad2
1 files changed, 1 insertions, 1 deletions
diff --git a/structure/parts/rack_plate.scad b/structure/parts/rack_plate.scad
index 3ffbb6b..718d566 100644
--- a/structure/parts/rack_plate.scad
+++ b/structure/parts/rack_plate.scad
@@ -1,7 +1,7 @@
include <../conf.scad>
module rack_plate() {
-color("black")
+color("gray")
difference() {
cube([rack_width, rack_width, rack_plate_height], center=true);
for (i=[0:3]) {