Fixed rendering of printed panel. Removed panel_printed.stl (dumb).
This commit is contained in:
parent
cdd74ede56
commit
d32338e067
|
@ -1502,7 +1502,7 @@ if (PART == "plate") {
|
||||||
} else if (PART == "arduino_nano_electronics_mount") {
|
} else if (PART == "arduino_nano_electronics_mount") {
|
||||||
arduino_nano_electronics_mount();
|
arduino_nano_electronics_mount();
|
||||||
} else if (PART == "printed_panel") {
|
} else if (PART == "printed_panel") {
|
||||||
intval_panel_printed();
|
rotate([180, 0, 0]) rotate([0, 0, 13]) intval_panel_printed();
|
||||||
} else if (PART == "printed_panel_cover") {
|
} else if (PART == "printed_panel_cover") {
|
||||||
printed_panel_cover();
|
printed_panel_cover();
|
||||||
} else if (PART == "printed_panel_cover_buttons") {
|
} else if (PART == "printed_panel_cover_buttons") {
|
||||||
|
|
|
@ -22,6 +22,6 @@
|
||||||
../stl/intval2_plunger_plate.stl
|
../stl/intval2_plunger_plate.stl
|
||||||
../stl/intval2_standoff_plate.stl
|
../stl/intval2_standoff_plate.stl
|
||||||
../stl/intval2_button_nuts_plate.stl
|
../stl/intval2_button_nuts_plate.stl
|
||||||
../stl/intval2_panel_printed.stl
|
../stl/intval2_printed_panel.stl
|
||||||
../stl/intval2_printed_panel_cover_buttons.stl
|
../stl/intval2_printed_panel_cover_buttons.stl
|
||||||
../stl/intval2_printed_panel_cover.stl
|
../stl/intval2_printed_panel_cover.stl
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue