From 6402dbe26fd228604681dd60c345ba31d514ec90 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sat, 17 Feb 2024 19:52:08 -0700 Subject: add 3d designs section and first 3d design post --- .../2024-02-17-Can-Holder-Mountain-Bike.md | 38 +++++++++++++++++++++ Content/3D-Designs/index.md | 3 ++ .../2024-02-17-Can-Holder-Mountain-Bike.png | Bin 0 -> 24564 bytes 3 files changed, 41 insertions(+) create mode 100644 Content/3D-Designs/2024-02-17-Can-Holder-Mountain-Bike.md create mode 100644 Content/3D-Designs/index.md create mode 100644 Resources/images/opengraph/3D-Designs/2024-02-17-Can-Holder-Mountain-Bike.png 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) + + + +
+ +
+ + + +## 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). diff --git a/Resources/images/opengraph/3D-Designs/2024-02-17-Can-Holder-Mountain-Bike.png b/Resources/images/opengraph/3D-Designs/2024-02-17-Can-Holder-Mountain-Bike.png new file mode 100644 index 0000000..b779dcd Binary files /dev/null and b/Resources/images/opengraph/3D-Designs/2024-02-17-Can-Holder-Mountain-Bike.png differ -- cgit v1.2.3