Commit Graph

24 Commits

Author SHA1 Message Date
de5fa07d8a Update README.md 2014-08-05 16:21:18 -06:00
b33c2dd842 Update README.md 2014-08-04 05:54:15 -06:00
aa314776e0 Update README.md 2014-08-03 21:12:51 -06:00
4c97bfc929 Update README.md 2014-08-01 08:39:04 -06:00
3081be8e76 Update README.md 2014-07-28 06:55:43 -06:00
299c09d177 Updates to allow Arduino IDE direct compiling.
- Only minor changes were required to make the Arduino IDE compile all
of the Grbl’s source code (correctly using the C-compiler). Tested in
Windows and Mac and with the normal USB upload and with a programmer.
2014-07-26 15:11:42 -06:00
3aeb5d3d06 Update README.md 2014-07-17 07:33:53 -06:00
67a87b4678 Update README.md 2014-07-03 18:20:05 -06:00
da92ddcb0b MIT-licensing change 2014-05-18 10:01:05 -06:00
9a83dd0171 Update README.md 2014-03-14 08:50:36 -06:00
c3e4ca7301 Update README.md 2014-02-02 10:45:40 -07:00
cdb6de3f4b Update README.md 2014-01-15 07:56:02 -05:00
3bb92b2530 Update README.md 2014-01-14 10:37:37 -05:00
4f987d2a5e Update README.md 2014-01-02 09:24:46 -07:00
331a2cd094 Update README.md 2013-12-10 22:36:35 -07:00
d00525d384 Pushed bug fixes. Updated readme.
- G18 plane select fix from XZ-plane to ZX-plane per right hand rule.

- Added volatile declaration for rx_buffer_tail in serial.c. No real
effect to operation as avr-gcc adds this upon compilation. Helps with
porting issues when using a different compiler.
2013-12-07 10:10:36 -07:00
fc5c497256 Updated readme 2013-04-05 09:32:20 -06:00
33c6659523 Update README.md 2013-03-19 11:43:11 -06:00
a5c2964a8f Removing executable bit on the files 2013-01-17 23:25:18 -05:00
4f459e473b Fixed bug with homing and polling at the same time. Updated readme. 2013-01-06 12:32:41 -07:00
e0f619b8c3 Readme link to edge build 2012-12-21 2012-12-21 09:55:43 -07:00
c8b53b9d0a Slow trailing steps fix. Added more defaults.
- Fixed an issue (hopefully) with slow trailing steps after a
triangular velocity profile move. Sets the trapezoid tick cycle counter
to the correct value for an accurate reproduction of the deceleration
curve. Keeps it from arriving too early to the target position, which
causes the slow trailing steps.

- Added Zen Toolworks 7x7 to default settings.

- Updated readme with new edge build.
2012-12-16 17:06:38 -07:00
e21d6a2fc4 Update README.md 2012-12-12 17:23:36 -07:00
b4072a3a5e Changed README to markdown 2012-12-12 17:16:24 -07:00