Merge pull request #17 from madc/patch-1

Added gcode-generative-for-processing
This commit is contained in:
Brian Boucheron 2020-10-06 11:48:29 -04:00 committed by GitHub
commit c8c6cbb719
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,6 +88,7 @@ G-code is a text-based standard for controlling CNC machines. Though it was desi
- [jscut](http://jscut.org/) - A web-based utiltity for converting SVG to G-code.
- [Universal-G-Code-Sender](https://github.com/winder/Universal-G-Code-Sender) - Java-based grbl-compatible cross-platform G-code sender.
- [ChiliPeppr Hardware Fiddle](http://chilipeppr.com) - Modular web-based workspaces to visualize G-code and control hardware.
- [gcode-generative-for-processing](https://github.com/o0morgan0o/gcode-generative-for-processing) - Processing library, aiming to create gcode from simple shapes. (Designed for usage with the Creality CR10)
### Plotter-Specific