mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-10 08:39:29 +00:00
Case: Separate LED drill diameter into a "parameters" file variable.
This commit is contained in:
@@ -227,11 +227,9 @@ module led(refdes, c) {
|
||||
}
|
||||
|
||||
module led_drill() {
|
||||
hole_diameter = 2;
|
||||
|
||||
translate([0, -0.25, -0.3]) {
|
||||
rotate([90, 0, 0]) {
|
||||
cylinder(d=hole_diameter, h=10);
|
||||
cylinder(d=h1_led_hole_diameter, h=10);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user