Encuentre similares con IA
Perfil de impresión(0)
Archivo de modelo(0)
Publicado:2026-04-22 08:46:57
0
0
It's a rack... for lens caps! I also use it to hold my macro tubes. Tested on my Sony E-mount Lens Caps.
The OpenSCAD file is parametric. The diameter and thickness of each item can be set using an array.
```
// List the thickness and diameter of each item in sequence
THICKNESS = [32, 12, 12];
DIA = [62, 61, 61];
// Set the total y and z-axis depth of the entire thing.
DEPTH = 62;
```
