Character platform and retainer ring
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
use <internal_components.scad>
|
||||
use <fabula_enclosure.scad>
|
||||
use <keys.scad>
|
||||
use <character_retainer_ring.scad>
|
||||
|
||||
explode_view = false;
|
||||
|
||||
|
||||
module test_fit_components() {
|
||||
@@ -18,8 +21,15 @@ module test_fit_components() {
|
||||
translate([12.6, -35.6, 43]) next_keycap();
|
||||
translate([-23.4, -44.6, 43]) prev_keycap();
|
||||
translate([2.05, -61.05, 43]) vol_down_keycap();
|
||||
|
||||
// Components mounted on the external shell
|
||||
translate([0, 50, 45]) character_retainer_ring();
|
||||
}
|
||||
|
||||
//test_fit_components();
|
||||
translate([0, 0, 20]) rotate([0, 0, -90]) rotate([180, 0, 0]) fabula_enclosure_bottom();
|
||||
translate([0, 0, 20]) rotate([0, 0, -90]) rotate([180, 0, 0]) fabula_enclosure_top();
|
||||
//translate([0, 0, explode_view ? -20 : 20]) rotate([0, 0, -90]) rotate([180, 0, 0]) fabula_enclosure_bottom();
|
||||
translate([0, 0, explode_view ? 100 : 20]) rotate([0, 0, -90]) rotate([180, 0, 0]) fabula_enclosure_top();
|
||||
|
||||
//DEBUG
|
||||
//translate([0, 50, 45]) character_retainer_ring();
|
||||
//DEBUG
|
||||
Reference in New Issue
Block a user