diff options
Diffstat (limited to 'Content')
-rw-r--r-- | Content/3D-Designs/2024-02-17-Can-Holder-Mountain-Bike.md | 38 | ||||
-rw-r--r-- | Content/3D-Designs/index.md | 3 |
2 files changed, 41 insertions, 0 deletions
diff --git a/Content/3D-Designs/2024-02-17-Can-Holder-Mountain-Bike.md b/Content/3D-Designs/2024-02-17-Can-Holder-Mountain-Bike.md new file mode 100644 index 0000000..49378ca --- /dev/null +++ b/Content/3D-Designs/2024-02-17-Can-Holder-Mountain-Bike.md @@ -0,0 +1,38 @@ +--- +date: 2024-02-17 18:42 +description: Carry your favourite soda (or beer) can with you while you ride +tags: Mountain Biking, OpenSCAD +--- + +# Bike Soda Can Holder + +Ever wanted a nice craft soda, or a natty light during your ride? Mounts to the standard bottle cage holes on your bike. + +Printed on an Anycubic Kobra 2 (0.20mm resolution w/ 0.40mm nozzle at 40% Infill) + +Download Link: [Github](https://github.com/navanchauhan/3D-Designs/tree/master/MTBCanHolder) + +<script type="module" src="https://ajax.googleapis.com/ajax/libs/model-viewer/3.4.0/model-viewer.min.js"></script> + +<div class="wrapper"> +<model-viewer alt="Holder for standard 12oz can" src="https://raw.githubusercontent.com/navanchauhan/3D-Designs/master/MTBCanHolder/12ozCanHolder.glb" shadow-intensity="1" ar ar-scale="auto" camera-controls touch-action="pan-y" camera-orbit="90deg 45def auto" auto-rotate xr-environment> +</div> + +<style> +.wrapper { + width: 100% +} + +model-viewer { + height: 600px; + width: auto; +} +</style> + +## Current Variations + +* Standard 12oz Can +* 8.4 oz Red Bull holder + + +The OpenSCAD code can be modified to support tall boys and stovepipe cans. Email me if you need help generating more variations diff --git a/Content/3D-Designs/index.md b/Content/3D-Designs/index.md new file mode 100644 index 0000000..0375031 --- /dev/null +++ b/Content/3D-Designs/index.md @@ -0,0 +1,3 @@ +# 3D Designs + +I refuse to learn how to use a normal CAD software like SolidWorks. I use OpenSCAD. All of the code and exported models are stored in my GitHub Repository: [navanchauhan/3D-Designs](https://github.com/navanchauhan/3D-Designs). |