remove unnecessary difference/union duplication
This commit is contained in:
parent
a26f87a9d2
commit
2253889430
@ -20,12 +20,8 @@ include <components.scad>
|
|||||||
use <top-panel-right-sega-2p-plus-one.scad>
|
use <top-panel-right-sega-2p-plus-one.scad>
|
||||||
|
|
||||||
module top_panel_right_sega_2p_plus_one_with_mount() {
|
module top_panel_right_sega_2p_plus_one_with_mount() {
|
||||||
difference() {
|
top_panel_right_sega_2p_plus_one();
|
||||||
union() {
|
translate([30, -50, -(top_plate_z/2) - 3]) pcb_mount();
|
||||||
top_panel_right_sega_2p_plus_one();
|
|
||||||
translate([30, -50, -(top_plate_z/2) - 3]) pcb_mount();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
top_panel_right_sega_2p_plus_one_with_mount();
|
top_panel_right_sega_2p_plus_one_with_mount();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user