Commit Graph

  • 641b966ee4 added acceleration and deceleration TimEvWw 2014-08-02 15:51:01 -0100
  • 38705fc3e1 Merge pull request #3 from TimEvWw/master Tim Evers 2014-07-30 22:31:28 +0200
  • 923786605e modified end stop check TimEvWw 2014-07-30 19:18:36 -0100
  • c656f2beac debugging movement TimEvWw 2014-07-29 21:12:19 -0100
  • fb3d904e30 debugging TimEvWw 2014-07-25 19:32:37 -0100
  • 4e28fa5069 debugging TimEvWw 2014-07-24 20:04:19 -0100
  • fe55f588bd adding end stop status to status message TimEvWw 2014-07-23 20:58:39 -0100
  • 9331ddff19 Added reporting messages TimEvWw 2014-07-23 06:46:21 -0100
  • ec116ffd8b Update README.md Tim Evers 2014-07-16 21:10:20 +0200
  • e1e690150c Update README.md Tim Evers 2014-07-16 21:06:17 +0200
  • 97ee57254c Merge pull request #2 from TimEvWw/master Tim Evers 2014-07-16 00:25:17 +0200
  • dc93740186 reverse direction homing TimEvWw 2014-07-15 21:19:06 -0100
  • 012116f225 home command added with two speeds TimEvWw 2014-07-15 19:23:01 -0100
  • c7586e884b Update README.md Tim Evers 2014-07-13 23:50:51 +0200
  • 50b8fd7f0f Merge pull request #1 from TimEvWw/master Tim Evers 2014-07-13 23:48:09 +0200
  • 3220bbd380 ignoring build directory TimEvWw 2014-07-13 20:13:28 -0100
  • c17a52fac3 end stop handling TimEvWw 2014-07-13 20:12:01 -0100
  • 2648590b50 End stop pins to input TimEvWw 2014-07-13 16:26:29 -0100
  • deed0bf626 - Added endstop support - Movement changed to straight line (nearly straight - division rest is not handled) - Added G28 - home all axis - Negative axis values are changed to 0 mateo 2014-07-01 13:00:03 +0200
  • 21d6fe20d7 Changed G00 movement to constant speed mateo 2014-06-25 22:22:52 +0200
  • 2d1218e156 Tested with arduino - max rev/sec = 4. Added S parameter to G00 (speed in steps per second) There are a few problems: the seperation of the axis steps didn't work, the acceleration is not as it should be - has to be reworked mateo 2014-05-29 01:02:22 +0200
  • 7ca098e6e4 Added acceleration code. Not tested with Arduino yet mateo 2014-05-26 01:20:00 +0200
  • c3eac84429 Update README.md TimEvWw 2014-05-22 23:29:33 +0200
  • e869dad613 Update README.md TimEvWw 2014-05-22 23:28:56 +0200
  • 7f1bff15aa Merge branch 'master' of https://github.com/FarmBot/farmbot-arduino-controller TimEvWw 2014-05-22 20:24:01 -0100
  • 7f8cc7cb7b moving source for command line tool compatibility TimEvWw 2014-05-22 20:22:40 -0100
  • c2acf9a843 Inverted the direction of all axis mateo 2014-05-17 21:21:31 +0200
  • a7bf3dfb25 Added logging enable/disable. Removed feed rate and extruder parameters - not used in farmbot mateo 2014-05-16 22:27:16 +0200
  • 66a0515d88 Merge branch 'master' of https://github.com/FarmBot/farmbot-arduino-controller.git mateo 2014-05-16 20:46:16 +0200
  • 6f00d3ceaf Added initial implementation for G0 Code. There are no endstops and speed is constant. mateo 2014-05-15 23:46:47 +0200
  • 2b268e61e8 adding ino file TimEvWw 2014-05-15 18:45:25 -0100
  • deef74f092 Added test G0 code. Works with solo Arduino but didn't work when Ramps 1.4 is connected mateo 2014-05-15 19:44:28 +0200
  • e16b2279fe Readme enhance mateo 2014-05-06 00:26:08 +0200
  • ca27c414be Initial G code parser mateo 2014-05-06 00:15:58 +0200
  • bb59163d11 Test Command parsing send through Serial mateo 2014-05-05 20:50:13 +0200
  • c076fce76d Initial commit TimEvWw 2014-05-04 14:52:02 -0700