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

@@ -25,7 +25,7 @@ module pcb_spacer_stl(screw = M3_cap_screw, h = pcb_spacer_height()) {
}
module pcb_spacer_assembly() {
color([0,1,0]) render() pcb_spacer_stl();
color(pcb_spacer_color) render() pcb_spacer_stl();
translate([0,0, pcb_spacer_height() + pcb_thickness])
screw_and_washer(M3_cap_screw, pcb_screw_length, !frame_nuts);