added a simple ruby-script to stream gcode and made serial protocol more reprap-like
This commit is contained in:
parent
c669a7562c
commit
65b696f2f9
4 changed files with 153 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ char line[BLOCK_BUFFER_SIZE];
|
|||
uint8_t line_counter;
|
||||
|
||||
void prompt() {
|
||||
printString("\r\n@");
|
||||
printString("ok\r\n");
|
||||
line_counter = 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue