1
0
mirror of https://github.com/nophead/Mendel90.git synced 2025-09-03 01:52:44 +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

@@ -31,7 +31,7 @@ height = axel_height + dia / 2;
module y_idler_bracket_stl() {
stl("y_idler_bracket");
color([0,1,0]) intersection() {
color(y_idler_bracket_color) intersection() {
difference() {
rotate([90, 0, 90])
linear_extrude(height = width, center = true) //side profile
@@ -79,7 +79,7 @@ module y_idler_screw_hole()
module y_idler_assembly() {
assembly("y_idler_assembly");
color([0,1,0]) render() y_idler_bracket_stl();
color(y_idler_bracket_color) render() y_idler_bracket_stl();
translate([0, 0, axel_height]) rotate([0, -90, 0]) {