brandonagr / gocupi

Polargraph (vertical plotter / drawing machine) written in Go
GNU Lesser General Public License v3.0
102 stars 26 forks source link

Added PenUp pause functionality plus minor changes #4

Closed jromero closed 10 years ago

jromero commented 10 years ago

Added pause on PenUp functionality: Self explanatory Made import of polargraph relative: So you can build off of the relative code instead of the go get code Added .gitignore for binary and eclipse project: To prevent other devs from pushing the built binary or eclipse project configuration Fix: Added new line to end of available commands: Self explanatory (help menu)

brandonagr commented 10 years ago

Thanks for the updates! I had to remove the relative path import so that the code is still go gettable, from this post it seems like the recommended way to clone and keep working on a repo is to preserve the original path by doing a manual git pull inside the expected gopath\src\brandonagr\gocupi folder