Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhenkyle/myledcube
a 8x8x8 led cube
https://github.com/zhenkyle/myledcube
Last synced: about 1 month ago
JSON representation
a 8x8x8 led cube
- Host: GitHub
- URL: https://github.com/zhenkyle/myledcube
- Owner: zhenkyle
- License: cc0-1.0
- Created: 2018-01-27T03:58:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-06T02:08:41.000Z (over 4 years ago)
- Last Synced: 2024-10-07T13:41:11.802Z (3 months ago)
- Language: G-code
- Size: 1.63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My LED Cube
This is My 8x8x8 LED Cube project.
## Install toolchain
Following tools are under Ubuntu 16.04.
### Install gEDA
http://www.geda-project.org/
### Install FlatCAM
http://flatcam.org
Following tools are under Windows. Becuase Candle doesn't support Linux x64.
### Install Candle
https://github.com/Denvi/Candle
## Workflow
### Edit Schema
Edit mulitiplexer schema with:
```
gschem multiplexer.sch
```### Generate PCB file
Run this after make change with schema file:
```
gsch2pcb project.gsch2pcb
```### Edit PCB file
Edit PCB file with:
```
pcb board.pcb
```### Output gerber file
Output gerber file after edit PCB file:
_Select `File - Export`, choose `gerber`, click `OK`_
### View gerber file
You can view gerber file with:
```
gerbv *.gbr *.cnc
```