Bureaucrats, checkuser, Administrators
3,313
edits
No edit summary |
|||
Line 22: | Line 22: | ||
== Current State of work == | == Current State of work == | ||
We have: | |||
* | |||
* | * Some knowledge of the .MOL format | ||
* A [https://github.com/londonhackspace/txt2mol .TXT to .MOL compiler] based on a dll. (runs under Wine) | |||
* A [https://github.com/londonhackspace/dumpmol .TXT parser] using python and construct | |||
* There are headers online, [http://read.pudn.com/downloads184/sourcecode/windows/862584/Line/mpc03ls.h__.htm mpc03ls.h] and [http://google.com/search?q=%22mpc05ls.h%22 mpc05ls.h] | * There are headers online, [http://read.pudn.com/downloads184/sourcecode/windows/862584/Line/mpc03ls.h__.htm mpc03ls.h] and [http://google.com/search?q=%22mpc05ls.h%22 mpc05ls.h] | ||
* A [http://pointless.net/hg/mpc6515/ USB driving software] that allows us to tell the laser cutter to run box, etc. | |||
== Currently to do == | == Currently to do == | ||
Line 32: | Line 35: | ||
* Figure out which parts of the TXT file correspond to which function calls, so we know how to generate meaningful TXT files. | * Figure out which parts of the TXT file correspond to which function calls, so we know how to generate meaningful TXT files. | ||
* More work on .Mol files? | * More work on .Mol files? | ||
==Initial Analysis of .mol file== | ==Initial Analysis of .mol file== |