diff --git a/README.md b/README.md index cbaaac2..c0ccf6a 100644 --- a/README.md +++ b/README.md @@ -7,15 +7,16 @@ https://github.com/jonnor/fabmodules Status -------- -Can cut/engrave paths with correct proportions, -including upload to printer. -PPI, speed and power settings are respected. +- GCC output driver integrated in Fabmodules. +- Basic function present, including upload to printer. +- Can cut/engrave paths with correct proportions. +- PPI, speed and power settings are respected. +- Job offset/origin is respected TODO (prioritized): - Fix laser being turned on before the first point (critical) - Fix output being flipped vertically (workaround: flip input image) -- Verify job offset being applied correctly - Fix/enable relative job origin - Fix hardcoded scaling factor with correct logic - Add more workflows in Fabmodules (especially from .svg) @@ -31,4 +32,11 @@ Later/maybe: Worklog -------- -[./worklog.md](./worklog.md) +[./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) +