├── .gitignore ├── LICENSE ├── README.md ├── images ├── assembled_1.JPG ├── assembled_2.JPG ├── assembled_no_case_back.JPG ├── assembled_no_case_running.JPG ├── bare_case_1.JPG ├── bare_case_2.JPG ├── bare_case_3.JPG ├── battery_in_case.JPG ├── bom.JPG ├── bottom_case_nuts.JPG ├── pi_in_case.JPG ├── pi_sugar_in_case.JPG ├── pigtail.JPG ├── promo_1.JPG ├── promo_2.JPG ├── shieldXl_in_case.JPG └── startup_dip_switch.JPG ├── models ├── battery arm.stl ├── bottom with hex nut.stl ├── bottom.stl ├── shieldXl_battery 3b hex nut.3mf ├── shieldXl_battery 3b.3mf ├── shieldXl_battery 4.3mf ├── top 3b.stl └── top 4.stl ├── prints ├── full_set_3b_0.4n_0.15mm_PLA_MK4_9h7m.gcode ├── full_set_4_0.4n_0.15mm_PLA_MK4_9h12m.gcode └── individuals │ ├── battery arm_0.4n_0.15mm_PLA_MK4_38m.gcode │ ├── bottom_0.4n_0.15mm_PLA_MK4_4h19m.gcode │ ├── top_4_0.4n_0.15mm_PLA_MK4_4h14m.gcode │ └── top_pi_3b_0.4n_0.15mm_PLA_MK4_4h16m.gcode └── shieldxl_battery.blend /.gitignore: -------------------------------------------------------------------------------- 1 | **/*.blend1 2 | .vscode/ -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JGuzak/shieldXl_battery/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JGuzak/shieldXl_battery/HEAD/README.md -------------------------------------------------------------------------------- /images/assembled_1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JGuzak/shieldXl_battery/HEAD/images/assembled_1.JPG -------------------------------------------------------------------------------- /images/assembled_2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JGuzak/shieldXl_battery/HEAD/images/assembled_2.JPG -------------------------------------------------------------------------------- /images/assembled_no_case_back.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JGuzak/shieldXl_battery/HEAD/images/assembled_no_case_back.JPG -------------------------------------------------------------------------------- /images/assembled_no_case_running.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JGuzak/shieldXl_battery/HEAD/images/assembled_no_case_running.JPG -------------------------------------------------------------------------------- /images/bare_case_1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JGuzak/shieldXl_battery/HEAD/images/bare_case_1.JPG -------------------------------------------------------------------------------- /images/bare_case_2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JGuzak/shieldXl_battery/HEAD/images/bare_case_2.JPG -------------------------------------------------------------------------------- /images/bare_case_3.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JGuzak/shieldXl_battery/HEAD/images/bare_case_3.JPG -------------------------------------------------------------------------------- /images/battery_in_case.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JGuzak/shieldXl_battery/HEAD/images/battery_in_case.JPG -------------------------------------------------------------------------------- /images/bom.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JGuzak/shieldXl_battery/HEAD/images/bom.JPG -------------------------------------------------------------------------------- /images/bottom_case_nuts.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JGuzak/shieldXl_battery/HEAD/images/bottom_case_nuts.JPG -------------------------------------------------------------------------------- /images/pi_in_case.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JGuzak/shieldXl_battery/HEAD/images/pi_in_case.JPG -------------------------------------------------------------------------------- /images/pi_sugar_in_case.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JGuzak/shieldXl_battery/HEAD/images/pi_sugar_in_case.JPG -------------------------------------------------------------------------------- /images/pigtail.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JGuzak/shieldXl_battery/HEAD/images/pigtail.JPG -------------------------------------------------------------------------------- /images/promo_1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JGuzak/shieldXl_battery/HEAD/images/promo_1.JPG -------------------------------------------------------------------------------- /images/promo_2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JGuzak/shieldXl_battery/HEAD/images/promo_2.JPG -------------------------------------------------------------------------------- /images/shieldXl_in_case.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JGuzak/shieldXl_battery/HEAD/images/shieldXl_in_case.JPG -------------------------------------------------------------------------------- /images/startup_dip_switch.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JGuzak/shieldXl_battery/HEAD/images/startup_dip_switch.JPG -------------------------------------------------------------------------------- /models/battery arm.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JGuzak/shieldXl_battery/HEAD/models/battery arm.stl -------------------------------------------------------------------------------- /models/bottom with hex nut.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JGuzak/shieldXl_battery/HEAD/models/bottom with hex nut.stl -------------------------------------------------------------------------------- /models/bottom.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JGuzak/shieldXl_battery/HEAD/models/bottom.stl -------------------------------------------------------------------------------- /models/shieldXl_battery 3b hex nut.3mf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JGuzak/shieldXl_battery/HEAD/models/shieldXl_battery 3b hex nut.3mf -------------------------------------------------------------------------------- /models/shieldXl_battery 3b.3mf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JGuzak/shieldXl_battery/HEAD/models/shieldXl_battery 3b.3mf -------------------------------------------------------------------------------- /models/shieldXl_battery 4.3mf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JGuzak/shieldXl_battery/HEAD/models/shieldXl_battery 4.3mf -------------------------------------------------------------------------------- /models/top 3b.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JGuzak/shieldXl_battery/HEAD/models/top 3b.stl -------------------------------------------------------------------------------- /models/top 4.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JGuzak/shieldXl_battery/HEAD/models/top 4.stl -------------------------------------------------------------------------------- /prints/full_set_3b_0.4n_0.15mm_PLA_MK4_9h7m.gcode: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JGuzak/shieldXl_battery/HEAD/prints/full_set_3b_0.4n_0.15mm_PLA_MK4_9h7m.gcode -------------------------------------------------------------------------------- /prints/full_set_4_0.4n_0.15mm_PLA_MK4_9h12m.gcode: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JGuzak/shieldXl_battery/HEAD/prints/full_set_4_0.4n_0.15mm_PLA_MK4_9h12m.gcode -------------------------------------------------------------------------------- /prints/individuals/battery arm_0.4n_0.15mm_PLA_MK4_38m.gcode: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JGuzak/shieldXl_battery/HEAD/prints/individuals/battery arm_0.4n_0.15mm_PLA_MK4_38m.gcode -------------------------------------------------------------------------------- /prints/individuals/bottom_0.4n_0.15mm_PLA_MK4_4h19m.gcode: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JGuzak/shieldXl_battery/HEAD/prints/individuals/bottom_0.4n_0.15mm_PLA_MK4_4h19m.gcode -------------------------------------------------------------------------------- /prints/individuals/top_4_0.4n_0.15mm_PLA_MK4_4h14m.gcode: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JGuzak/shieldXl_battery/HEAD/prints/individuals/top_4_0.4n_0.15mm_PLA_MK4_4h14m.gcode -------------------------------------------------------------------------------- /prints/individuals/top_pi_3b_0.4n_0.15mm_PLA_MK4_4h16m.gcode: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JGuzak/shieldXl_battery/HEAD/prints/individuals/top_pi_3b_0.4n_0.15mm_PLA_MK4_4h16m.gcode -------------------------------------------------------------------------------- /shieldxl_battery.blend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JGuzak/shieldXl_battery/HEAD/shieldxl_battery.blend --------------------------------------------------------------------------------