Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drujensen/gerbtoscad
Ability to create 3D printable PCB boards by converting a Gerber file to OpenSCAD.
https://github.com/drujensen/gerbtoscad
Last synced: 10 days ago
JSON representation
Ability to create 3D printable PCB boards by converting a Gerber file to OpenSCAD.
- Host: GitHub
- URL: https://github.com/drujensen/gerbtoscad
- Owner: drujensen
- Created: 2013-04-26T06:41:15.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-10-15T19:15:23.000Z (about 1 year ago)
- Last Synced: 2024-10-25T01:35:39.698Z (about 2 months ago)
- Language: Ruby
- Size: 2.71 MB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
GerbToSCAD
==========Jerrill Johnson from the G+ 3D community provided the idea of using a simple process to create PCB boards using conductive paint. Watch the video to see how this process is performed.
https://www.youtube.com/watch?feature=player_embedded&v=jCzmQLZKNA8#!
This project is to convert a RS-274X extended Gerber Solder Stencil into a SCAD file that can be 3D printed using the process Jerrill presents.
Credits go to https://github.com/bluecoast/SolderSCAD for a good starting point.
Usage: GerbToSCAD {inputfile} {outputfile}
The inputfile should be the .gbl file format.
The outputfile will be .scad file format.Requires Ruby 1.9.2 or greater