Forums » Discussion and support »
LGC file documentation
Added by parag0n almost 12 years ago
Hey all,
I got a bit annoyed at not having any documentation for LGC files, so i have attempted to work out how it works from looking at LaosMation.cpp, laos.lua and some visicut files. If someone more experienced could have a look over the documentation and tell me if it is correct that'd be great.
http://redmine.laoslaser.org/projects/laos/wiki/LGC_Documentation
The bits i could do with a hand with are:- Code 5 doesnt do anything, but is explicitly defined (LaosMotion.cpp:284). Will it be used for something in future, or should the definition be removed?
- Visicut sends Code "7 102", which isnt defined in the laos interpreter, should it be doing something?
- What is the format for code 9's bitmap data
ta,
Bob
Replies (4)
RE: LGC file documentation - Added by peter almost 12 years ago
There is a description of the command scheme, still on the "old" wiki.
http://wiki.laoslaser.org/index.php/SimpleCode
Not all codes are implemented yet.
RE: LGC file documentation - Added by jaap almost 12 years ago
The simplecode page is also on the NEW wiki:
http://redmine.laoslaser.org/projects/laos/wiki/SimpleCode
Parag0n, can you please delete the page you made and add information that is still missing to the existing SimpleCode page?
RE: LGC file documentation - Added by parag0n almost 12 years ago
Aha, i had no idea it was called simplecode, I was searching for lgc. I'll add that to the page to make it show up in the search.
I'll try and merge in my changes, is it worth adding a field to specify whether something is implemented or not?
RE: LGC file documentation - Added by jaap almost 12 years ago
Adding a field to specify whether something is implemented sounds good to me.