Update test_fit.scad
This commit is contained in:
@@ -1,15 +1,20 @@
|
|||||||
// This file contains the enclosure with all the internal components, for a test fit.
|
// This file contains the enclosure with all the internal components, for a test fit.
|
||||||
|
|
||||||
use <internal_components.scad>
|
use <internal_components.scad>
|
||||||
//use <fabula_enclosure.scad>
|
use <fabula_enclosure.scad>
|
||||||
|
|
||||||
|
|
||||||
module test_fit_components() {
|
module test_fit_components() {
|
||||||
|
// Internal components
|
||||||
translate([0, 35, 0]) speaker_80();
|
translate([0, 35, 0]) speaker_80();
|
||||||
translate([0, -60, 0]) rotate([0, 0, 0]) rotate([0, 0, 90]) li_ion_4056_charger_module();
|
|
||||||
translate ([38, -40, 10]) rotate([90, 0, 0]) rotate([0, 90, 0]) switch();
|
|
||||||
translate([0, 0, 35]) pcb();
|
translate([0, 0, 35]) pcb();
|
||||||
translate([0, -14, 9]) rotate([0, 90, 0]) battery_18650();
|
translate([0, -14, 9]) rotate([0, 90, 0]) battery_18650();
|
||||||
|
|
||||||
|
// Components that require cutout on external shell
|
||||||
|
translate([40, -80, 10]) rotate([0, 90, 0]) rotate([0, 0, 90]) li_ion_4056_charger_module();
|
||||||
|
translate ([46.5, -40, 10]) rotate([90, 0, 0]) rotate([0, 90, 0]) switch();
|
||||||
}
|
}
|
||||||
|
|
||||||
test_fit_components();
|
test_fit_components();
|
||||||
|
//#closed_box();
|
||||||
|
translate([0, 0, 20]) rotate([0, 0, -90]) #box();
|
||||||
Reference in New Issue
Block a user