This commit is contained in:
mmcwilliams 2018-10-10 18:18:18 -04:00
parent 6eeedb06ae
commit e026268cde
1 changed files with 2 additions and 2 deletions

View File

@ -334,7 +334,7 @@ module intval_laser_panel_cover (LASER = false, DEBUG = false, ALL_RED = false,
if (!DEBUG) {
translate([-44, 8, height + (cover_h / 2 ) - 4.25]) rotate([0, 0, -13]) rotate([0, 90, 0]) back_side();
}
translate([2, 49 + 10, height + (cover_h / 2 ) - 4.25]) rotate([0, 0, -13]) rotate([90, 0, 0]) top_side();
translate([2, 49, height + (cover_h / 2 ) - 4.25]) rotate([0, 0, -13]) rotate([90, 0, 0]) top_side();
translate([-22, -45, height + (cover_h / 2 ) - 4.25]) rotate([0, 0, -13]) rotate([90, 0, 0]) bottom_side();
}
}