From 222baf2769900c1fc398d4ba6e5d2adb40fa1f3a Mon Sep 17 00:00:00 2001 From: Matt Mets Date: Mon, 9 Apr 2012 02:09:00 -0400 Subject: [PATCH] Add readme, .gitignore --- .gitignore | 1 + readme.markdown | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 .gitignore create mode 100644 readme.markdown diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0d20b64 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.pyc diff --git a/readme.markdown b/readme.markdown new file mode 100644 index 0000000..4a16fc6 --- /dev/null +++ b/readme.markdown @@ -0,0 +1,15 @@ +# s3g + +S3g is an attempt at implementing the MakerBot serial protocol in python. The main goal is to control some plotter devices. If it proves useful, then certainly something else could be done with it. + +## Usage + +For now, just some unit tests: + + python s3g_test.py + +Once it can pass these, then some comms handler, etc. It's only going to support a blocking interface. + +## Reference + +See the [RepRap Generation 3 (s3g) Protocol Specification](https://docs.google.com/a/makerbot.com/document/d/1oq-oEogcRxJ91ex4_cJLs8bXPmWoTKJRNPz9Amh0Hb4/edit#heading=h.054a1e7d67e9)