-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*.pyc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) |