gcc-laserpro-driver/README.md

54 wiersze
1.2 KiB
Markdown

2014-09-01 09:44:15 +00:00
2014-09-01 17:45:31 +00:00
Open drivers for GCC Spirit LS
2014-09-01 09:44:15 +00:00
===============================
The driver is integrated in Fabmodules, and can be found here:
https://github.com/fellesverkstedet/fabmodules
2014-09-01 09:44:15 +00:00
Status
--------
Basic functionality working
2014-09-04 17:23:28 +00:00
- GCC output driver integrated in Fabmodules, can import SVG and PNG.
- Basic vector functionality present, including upload to printer.
- Can cut/engrave paths with correct proportions.
- PPI, speed and power settings are respected.
2014-09-04 17:23:28 +00:00
- Job offset/origin is respected, interpreted from top-left
2014-09-01 17:45:31 +00:00
2014-12-15 16:11:14 +00:00
TODO
-----
Prioritized:
2014-09-01 17:45:31 +00:00
2014-09-04 17:23:28 +00:00
- Enable using offset relative to other positions than top-left
2014-09-01 17:45:31 +00:00
- Upstream the support to fabmodules project
2014-09-04 17:23:28 +00:00
- Send code to Fablab Amsterdam for testing
2014-09-01 17:45:31 +00:00
2014-12-18 18:46:19 +00:00
2014-09-01 17:45:31 +00:00
Later/maybe:
2014-12-18 18:46:19 +00:00
- Add automated tests: .svg/.path -> .gcc
- Fix/enable relative job origin
2014-09-01 17:45:31 +00:00
- Implement native raster support
- Integrate support in Lasersaur app
2014-12-18 18:46:19 +00:00
Installing
------------
See [./SETUP.md](SETUP.md)
2014-09-01 09:44:15 +00:00
2014-12-15 16:20:30 +00:00
Demos videos
--------------
2014-12-15 16:19:19 +00:00
[![First complete cut](http://img.youtube.com/vi/T_f-NWOrRFQ/maxresdefault.jpg)](https://www.youtube.com/watch?v=T_f-NWOrRFQ)
2014-09-01 09:44:15 +00:00
Worklog
--------
[./worklog.md](worklog.md)
Related
----------------
* Near-full set of
[GCC LaserPro commands](http://www.wiki.cl.cam.ac.uk/rowiki/CompArch/HardwareLab/LaserCutter) (reverse-engineered)