Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tuna-f1sh/wire-dispenser
Laser cut wire dispenser. OpenSCAD 3D drawing scales to user definable number of reels, reel dimensions etc and using 'projection()' exports .DXF for cutter.
https://github.com/tuna-f1sh/wire-dispenser
Last synced: 25 days ago
JSON representation
Laser cut wire dispenser. OpenSCAD 3D drawing scales to user definable number of reels, reel dimensions etc and using 'projection()' exports .DXF for cutter.
- Host: GitHub
- URL: https://github.com/tuna-f1sh/wire-dispenser
- Owner: tuna-f1sh
- License: mit
- Created: 2014-11-30T18:08:12.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-11T17:33:03.000Z (over 9 years ago)
- Last Synced: 2024-05-02T04:42:51.666Z (6 months ago)
- Language: OpenSCAD
- Homepage:
- Size: 281 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wire Dispenser
A simple box for holding equipment wire, with center dowel to allow dispensing
through front slots. Since the design uses OpenSCAD, the code is designed to
be configurable to any size/number of reels one requires.# Usage
Set the variables at the top of the code to your reel diamensions and number
required. The _baseSlots_ and _sideSlots_ require a bit of tinkering until it
looks right - probably a better way to do that.By default, the code is to make a 6 reel holder of this 24AWG AlphaWire:
http://uk.farnell.com/alpha-wire/1550-bk005/wire-blk-24awg-7-32awg-30-5m/dp/2291093.# Assembly
To view everything slotted together, leave `export=false` - this arranges the
3d parts.![Assembly Render](/img/assembly.png)
# DXF Export
Once your happy, to create a .dxf for sending to a cutter, set `export=true`.
It uses `projection()` to get the 2d sections of each piece and arranges them
on a flat area.![Print Sheet](/img/print.png)