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

Extracted all color resources into a common file.

This commit is contained in:
David Carley
2012-03-13 10:02:35 -05:00
parent 9e5d384ba4
commit f2816b7ca9
42 changed files with 273 additions and 82 deletions

View File

@@ -32,7 +32,7 @@ module bed_assembly() {
translate([0, 0, washer_thickness(M3_washer)]) {
vitamin(str("BED", bed_width, bed_depth,": PCB bed ", bed_width, " x ", bed_depth));
translate([0,0, pillar_height(bed_pillars) + pcb_thickness / 2])
color([0.7,0,0]) cube([bed_width, bed_depth, pcb_thickness], center = true);
color(bed_color) cube([bed_width, bed_depth, pcb_thickness], center = true);
translate([0,0, pillar_height(bed_pillars) + pcb_thickness + sheet_thickness(glass) / 2 + eta * 3])
sheet(glass, bed_width, bed_depth - 12);