diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2024-07-07 23:36:51 -0600 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2024-07-07 23:36:51 -0600 |
commit | f9681514747ebbb97c0683a5e0e0a815288a269f (patch) | |
tree | a189b703fb5ab366a54385855d986c1c7ce1fa9a /Content/3D-Designs | |
parent | 6e44c622947e593ede534f2bbb33bd313d8294b6 (diff) |
add record holder
Diffstat (limited to 'Content/3D-Designs')
-rw-r--r-- | Content/3D-Designs/2024-07-07-record-holder.md | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/Content/3D-Designs/2024-07-07-record-holder.md b/Content/3D-Designs/2024-07-07-record-holder.md new file mode 100644 index 0000000..e62f186 --- /dev/null +++ b/Content/3D-Designs/2024-07-07-record-holder.md @@ -0,0 +1,30 @@ +--- +date: 2024-07-07 17:47 +description: Hang your records on the wall +tags: OpenSCAD +--- + +# Vinyl Record Holder + +Use with 3M's Picture Hanging Command Strips. I used the large strips from Target. + +Printed on an Anycubic Kobra 2 (0.20mm resolution w/ 0.40mm nozzle at 20% Infill) + +Download Link: [Github](https://github.com/navanchauhan/3D-Designs/tree/master/RecordHolder) + +<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/RecordHolder/record_holder.glb" shadow-intensity="1" ar ar-scale="auto" camera-controls touch-action="pan-y" camera-orbit="90deg 45def auto" ar-placement="wall" auto-rotate xr-environment> +</div> + +<style> +.wrapper { + width: 100% +} + +model-viewer { + height: 600px; + width: auto; +} +</style>
\ No newline at end of file |