Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sjkelly/gcode.jl
A high level Gcode API for Julia.
https://github.com/sjkelly/gcode.jl
Last synced: about 2 months ago
JSON representation
A high level Gcode API for Julia.
- Host: GitHub
- URL: https://github.com/sjkelly/gcode.jl
- Owner: sjkelly
- License: other
- Created: 2014-05-09T01:41:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-27T16:14:06.000Z (over 10 years ago)
- Last Synced: 2024-10-13T19:37:32.767Z (3 months ago)
- Language: Julia
- Homepage:
- Size: 152 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Gcode
This is a Julia package to easily generate [G-code](https://en.wikipedia.org/wiki/Gcode) for controlling mills, lathes, 3D printers, and the like. It is inspired by [Jack Minardi's](http://jack.minardi.org/) [mecode](https://github.com/jminardi/mecode).
[![Build Status](https://travis-ci.org/sjkelly/Gcode.jl.svg)](https://travis-ci.org/sjkelly/Gcode.jl)
## License
This package is available under the MIT "Expat" License. See [LICENSE.md](./LICENSE.md).