Libreprap

From RepRap
Revision as of 20:53, 9 January 2011 by Timschmidt (talk | contribs) (Created page with '{{Development |name = libreprap |description = a library intended to abstract host <-> reprap communication |license = BSD |author = Ralith |reprap = Sui Generis |categories …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Crystal Clear action run.png
libreprap

Release status: unknown

No image available.png
Description
a library intended to abstract host <-> reprap communication
License
Author
Contributors
Based-on
Categories
CAD Models
External Link


Libreprap is a library intended to abstract host <-> reprap communication, allowing all reprap host software to share common code for this task.

Useful Links

GCode

Notes

Desired Protocol Changes

  • M115: report number of commands buffered by firmware
  • software flow control
  • firmware should really be able to request a resend at any point, not just in response to another message
  • confirmation of receipt and checksum validation should happen as soon as the message is received, not once it reaches the head of the queue