blob: e62f186eaad0b40fa345b46716eeaf56c51b5221 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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>
|