Add dxf plate

This commit is contained in:
Matt 2016-03-22 16:18:13 -04:00
parent 04ffaa273a
commit 44a0934a5a
2 changed files with 16709 additions and 1 deletions

16702
dist/intval2_dxf_plate.dxf vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@ -936,6 +936,11 @@ module stl_plate () {
translate([-52, -20, 66]) rotate([0, 180, 0]) motor_cap(false);
};
module dxf_plate () {
translate([105, 0, 0]) rotate([0, 0, 13]) projection() intval_panel_laser();
rotate([0, 0, 13]) intval_laser_panel_cover(LASER=true, ALL_RED=true);
};
//translate([-11, -36, 11.5]) rotate([0, 0, -90]) trinket_mount();
//button_nuts_plate(true);
//plunger_plate();
@ -1012,4 +1017,5 @@ module stl_plate () {
//motor_cap(false);
stl_plate();
//stl_plate();
dxf_plate();