Henner Zeller
unread,Mar 23, 2017, 7:22:25 AM3/23/17Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to beagleg-dev
Hi,
In the recent changes, the gcode-parser grew a lot in files (and
Leonardo plans to add more to it), so I now put the gcode-parser and
the common utilities (mostly string utils) in a separate library
subdirectory in src/.
Things are not optimal yet, there is a lot of common boilerplate in
all Makefiles, which should probably be more compacted. Also, the
libraries are done with simple static libraries; it would probably be
better to use libtool for these things.
Suggestions welcome :)
Cheers,
Henner.