1
0
mirror of https://github.com/nophead/Mendel90.git synced 2025-09-01 17:12:37 +02:00

Better BOM format

This commit is contained in:
Chris Palmer
2012-04-02 15:30:31 +01:00
parent b2ea9b14af
commit d61dc7fa2d
50 changed files with 604 additions and 601 deletions

View File

@@ -30,7 +30,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));
vitamin(str("BED", bed_width, bed_depth,": PCB bed ", bed_width, "mm x ", bed_depth, "mm"));
translate([0,0, pillar_height(bed_pillars) + pcb_thickness / 2])
color(bed_color) cube([bed_width, bed_depth, pcb_thickness], center = true);