Character retainer printable
This commit is contained in:
@@ -43,23 +43,6 @@ module character_retainer_ring() {
|
||||
|
||||
}
|
||||
|
||||
module status_led_diffuser() {
|
||||
$fn = 32;
|
||||
// Diffuser
|
||||
hull() {
|
||||
translate([0, -13, 0]) cylinder(d = 10, h = 13);
|
||||
translate([15, 13, 0]) cylinder(d = 10, h = 13);
|
||||
translate([-15, 13, 0]) cylinder(d = 10, h = 13);
|
||||
}
|
||||
difference() {
|
||||
// Flange
|
||||
cube([50, 40, 2], true);
|
||||
// Mounting holes
|
||||
translate([-18, -5, 0]) cylinder(d = 3, h = 3, center = true);
|
||||
translate([18, -5, 0]) cylinder(d = 3, h = 3, center = true);
|
||||
}
|
||||
}
|
||||
|
||||
module sdcard_access_port() {
|
||||
$fn = 32;
|
||||
difference() {
|
||||
@@ -80,6 +63,6 @@ module sdcard_access_port() {
|
||||
}
|
||||
|
||||
//retainer_spring();
|
||||
//character_retainer_ring();
|
||||
character_retainer_ring();
|
||||
//status_led_diffuser();
|
||||
sdcard_access_port();
|
||||
//sdcard_access_port();
|
||||
|
||||
3
enclosure/printables/character_retainer_ring.scad
Normal file
3
enclosure/printables/character_retainer_ring.scad
Normal file
@@ -0,0 +1,3 @@
|
||||
use <../external_parts.scad>
|
||||
|
||||
rotate([0, 180, 0]) character_retainer_ring();
|
||||
Reference in New Issue
Block a user