EvanStanford / cams

Generates cam profiles (.stl) for the mechanical laser show

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cams

Generates cam profiles (.stl) for the mechanical laser show. Orignally written in Golang but now ported to JS/HTML (thanks ValkA!).



more info

https://hackaday.io/project/25447-mechanical-laser-show

https://www.thingiverse.com/thing:2383299

legacy golang usage

#Install go, git
mkdir go/src/github.com/EvanStanford/
cd go/src/github.com/EvanStanford/
#Add environment variable GOPATH to go directory
git clone https://github.com/EvanStanford/cams.git
cd cams/profiler/
go get         
go test
#PASS                                                                    
go install
cd ../main/
go install
../../../../../bin/main.exe ../profiler/testfiles/star_path.csv 0.045
ls out/star_path/

About

Generates cam profiles (.stl) for the mechanical laser show

License:MIT License


Languages

Language:JavaScript 97.4%Language:Go 2.3%Language:HTML 0.2%Language:CSS 0.1%