Sonny Jeon
b86ba60a25
Updated streaming scripts. Compiler compatibility for _delay_ms().
...
- Moved obsolete streaming scripts to folder for reference.
- Added a more complex Python streaming script which uses the serial
buffer as an additional streaming buffer.
- Removed all references to a _delay_ms(variable) to allow for better
porting across different compilers.
2012-01-27 19:48:46 -07:00
Simen Svale Skogsrud
3f172fa276
gcode streaming works
2011-02-17 10:14:27 +01:00
Simen Svale Skogsrud
4562ee7fe9
merged master
2011-01-31 19:42:56 +01:00
Simen Svale Skogsrud
b628a4aabf
added basic accelleration management with trapezoid accelleration profiles but no look ahead optimization (coming next patch)
2011-01-14 12:10:18 +01:00
Simen Svale Skogsrud
0ac1731488
minor edits
2010-07-08 14:55:43 +02:00
Simen Svale Skogsrud
703d812b85
rough accelleration stuff
2010-06-28 23:29:58 +02:00
Simen Svale Skogsrud
5613aa706f
the stream script will no longer reset the arduino before it completes the last couple of operation in a g-code-file
2010-06-18 21:47:45 +02:00
Simen Svale Skogsrud
937c70cb50
Grbl can now take advantage of the extra memory in the 328
2010-03-14 23:45:31 +01:00
Simen Svale Skogsrud
e409f10047
moved all strings to pgm-memory
2010-03-07 23:10:41 +01:00
Simen Svale Skogsrud
df243d2490
successfully maintained 30khz, lots of optimization of code and buffering allocation
2010-03-03 00:26:48 +01:00
Simen Svale Skogsrud
a42c03601d
Fixed a number of bugs caused by using abs() on floats and long ints. Added support for selectively inverting bits of the stepping port. Debugged, optimized and cleaned up timing code for the step-pulses.
2010-02-27 19:55:09 +01:00
Simen Svale Skogsrud
6ac3b3f2e6
added some gcode to test with
2010-01-07 23:14:29 +01:00
Simen Svale Skogsrud
65b696f2f9
added a simple ruby-script to stream gcode and made serial protocol more reprap-like
2010-01-06 23:49:33 +01:00