cleanups to the decorative plates
This commit is contained in:
@@ -20,11 +20,10 @@ include <components.scad>
|
||||
|
||||
module button_24mm_decorative_plate() {
|
||||
difference() {
|
||||
decorative_add=10;
|
||||
// get a 1mm slice of the bigger button cylinders
|
||||
translate([0, 0, -45]) button_24mm_hole();
|
||||
translate([0, 0, -50]) cube([500, 500, 98], center=true);
|
||||
translate([0, 0, 50]) cube([500, 500, 98], center=true);
|
||||
// get a 2mm slice of the bigger button cylinders
|
||||
translate([0, 0, -55]) button_24mm_hole();
|
||||
translate([0, 0, -100]) cube([500, 500, 198], center=true);
|
||||
translate([0, 0, 100]) cube([500, 500, 198], center=true);
|
||||
// cut out the normal holes
|
||||
translate([0, 0, -1]) button_24mm_hole();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user