remove commented out code

This commit is contained in:
Brian S. Stephan 2023-11-09 08:02:47 -06:00
parent 696697f574
commit b9d66a4a2f
Signed by: bss
GPG Key ID: 3DE06D3180895FCB
1 changed files with 0 additions and 2 deletions

View File

@ -31,8 +31,6 @@ module dir_arc_plus_w_30mm_and_sega_2p_plus_one_decorative_plate() {
translate([-top_plate_x/2, 0, -1]) dir_arc_w_30mm();
translate([top_plate_x/2, 0, -1]) sega_2p_plus_one();
}
/* // fill in some space */
/* translate([-6, -6, 0]) cube([23, 23, 1], center=true); */
}
dir_arc_plus_w_30mm_and_sega_2p_plus_one_decorative_plate();