grbl-LPC-CoreXY/script
Sonny J 4d03c4febc Further planner improvements and misc minor bug fixes. Memory savings and increased buffer size.
- Update grbl version and settings version to automatically reset
eeprom. FYI, this will reset your grbl settings. - Saved
3*BLOCK_BUFFER_SIZE doubles in static memory by removing obsolete
variables: speed_x, speed_y, and speed_z. - Increased buffer size
conservatively to 18 from 16. (Probably can do 20). - Removed expensive!
modulo operator from block indexing function. Reduces significant
computational overhead. - Re-organized some sqrt() calls to be more
efficient during time critical planning cases, rather than non-time
critical. - Minor bug fix in planner max junction velocity logic. -
Simplified arc logic and removed need to multiply for CW or CCW
direction.
2011-09-13 21:57:16 -06:00
..
console minor tweak eliminates 'ok' message after errors 2011-02-10 17:01:07 +01:00
grbl_preprocess.py Further planner improvements and misc minor bug fixes. Memory savings and increased buffer size. 2011-09-13 21:57:16 -06:00
proxy configurations and adjustments to protocol 2009-02-15 12:56:07 +01:00
simple_stream.py Add G02/03 arc conversion/pre-processor script and example streaming script 2011-09-03 16:08:42 -06:00
stream minor edits 2010-07-08 14:55:43 +02:00
stream.rb gcode streaming works 2011-02-17 10:14:27 +01:00
trapezoid_simulator.rb a new (slightly inelegant) stab at eliminating the slow tail problem 2011-02-16 22:58:53 +01:00