Wykres commitów

  • e24e67ffe2 Processor-independent pin mapping feature. Sonny Jeon 2013-08-19 15:07:47 -0600
  • b2a69c02cf Merge pull request #260 from elmom/master Sonny Jeon 2013-08-19 08:27:01 -0700
  • 7a175bd2db Push old dev_2 draft to work on other things. Sonny Jeon 2013-08-19 09:24:22 -0600
  • b2b5352e82 Merge pull request #229 from 0xPIT/patch-1 Sonny Jeon 2013-08-19 08:18:43 -0700
  • 72ef50b17d Refactor config.h to allow defaults for chips/boards with different pin mappings Elmo Mäntynen 2013-07-21 15:11:04 +0300
  • 689bc6d471 Added pin mapping list to docs, useful for porting Elmo Mäntynen 2013-07-21 13:54:14 +0300
  • 8c781e155c Make serial work with most chips by default Elmo Mäntynen 2013-07-21 12:45:45 +0300
  • d39abee37d fix command line parameter for avr-size 0xPIT 2013-05-16 21:48:44 +0200
  • fc5c497256 Updated readme Sonny Jeon 2013-04-05 09:32:20 -0600
  • ca563cf423 Increased g-code parser line buffer. Added line overflow feedback. Sonny Jeon 2013-04-05 09:29:07 -0600
  • 1fa3dad206 Updates to edge/dev. Line buffer increased/planner buffer decreased. Line overflow feedback. Sonny Jeon 2013-04-05 09:21:52 -0600
  • 08baabc63c Minor updates to code and commenting. Sonny Jeon 2013-03-28 10:11:34 -0600
  • 49f703bb2c Update README.md Sonny Jeon 2013-03-22 08:45:46 -0600
  • 3c9c516a47 Untested! Soft limits, max travel, homing changes, new settings. Sonny Jeon 2013-03-21 19:22:07 -0600
  • 33c6659523 Update README.md Sonny Jeon 2013-03-19 11:43:11 -0600
  • 96f7d9b78e G-code updates for G10 L2 and L20 Sonny Jeon 2013-03-19 11:35:19 -0600
  • e3cfa93d97 G-code updates for G10 L2 and L20. Sonny Jeon 2013-03-19 11:33:04 -0600
  • 61f2bd1bc3 Update planner.c Bertus Kruger 2013-03-13 18:41:52 +1300
  • f04489530a Update nuts_bolts.c Bertus Kruger 2013-03-13 18:29:28 +1300
  • aae1089051 Pushed minor changes. Thanks @Protoneer! Sonny Jeon 2013-03-12 18:10:24 -0600
  • cdcb4263e8 Merge pull request #200 from Protoneer/master Sonny Jeon 2013-03-12 17:09:54 -0700
  • 8e01fed143 Update gcode.c Bertus Kruger 2013-03-13 10:19:42 +1300
  • 5ecc661ec8 Update eeprom.h Bertus Kruger 2013-03-13 09:44:22 +1300
  • 7bb20a7505 Update eeprom.c Bertus Kruger 2013-03-13 09:43:04 +1300
  • 058cf3f13a Update gcode.c Bertus Kruger 2013-03-12 19:08:44 +1300
  • d376f03bd0 Update eeprom.c Bertus Kruger 2013-03-12 19:01:17 +1300
  • b06643a2e0 Bug fix to-do note on soft limit checks. Not yet completed. Sonny Jeon 2013-03-01 10:50:36 -0700
  • 74b2af3c2f Minor changes and added notes to soft limits routines. Sonny Jeon 2013-03-01 09:55:10 -0700
  • 7951b83294 Merge pull request #193 from bungao/soft_limts Sonny Jeon 2013-02-26 09:35:30 -0800
  • a0f430d188 bugfix: uninitiallized curr_block->new_entry_speed_sqr lead to step loss in some cases Jens Geisler 2013-02-26 08:40:43 +0100
  • b75e95c880 integrating soft limits bungao 2013-02-26 13:55:12 +1100
  • 74bdc32332 Added some prelimary notes to new changes. Sonny Jeon 2013-02-22 14:11:14 -0700
  • a85e1b80f7 Push additional updates from @jgeisler0303 Sonny Jeon 2013-02-22 13:23:13 -0700
  • ea09ddba99 changed atomic access for updating the acceleration profile the stepper interrupt is only halted when necessary and for the shortest time possible (8% cycle time) Jens Geisler 2013-02-22 16:36:27 +0100
  • 67608a5014 Merge pull request #188 from jgeisler0303/new_planner Sonny Jeon 2013-02-20 08:25:03 -0800
  • 40d8b8bf66 Update README.md Sonny Jeon 2013-02-20 09:23:12 -0700
  • 87864cce19 added counter for planner steps Jens Geisler 2013-02-20 15:04:26 +0100
  • dba26eff91 implemented a mixture of Sonny's MATLAB and my previous grbl planner ontop of the edge planner examples run byte for byte identical old and new version Jens Geisler 2013-02-20 14:56:47 +0100
  • b9bb0894b6 Merge pull request #169 from silasb/fix-execute-bit-on-files Sonny Jeon 2013-01-18 18:15:37 -0800
  • 97d18f0ffe Merge bug fixes from recent v0.8c push. Added readme for Grbl Sim. Sonny Jeon 2013-01-18 17:02:44 -0700
  • 8a1720e1a1 Merge pull request #167 from tmpvar/simulator-mac Sonny Jeon 2013-01-18 09:12:03 -0800
  • d0d07b7b0c Fix sim makefile so it works on mac Elijah Insua 2013-01-18 09:22:42 -0700
  • a5c2964a8f Removing executable bit on the files Silas Baronda 2013-01-17 23:25:18 -0500
  • dd06268c3d Merge pull request #112 from jgeisler0303/simulator Sonny Jeon 2013-01-17 12:01:37 -0800
  • 5e76136dd3 relaunch ontop of latest grbl edge code very messy but tested Jens Geisler 2013-01-17 13:06:51 +0100
  • aad8b0468d Merge pull request #160 from daapp/edge Sonny Jeon 2013-01-09 14:55:31 -0800
  • 7c6162b90a Replace some constants with N_AXIS. Alexander Danilov 2013-01-10 02:22:45 +0400
  • 4f459e473b Fixed bug with homing and polling at the same time. Updated readme. Sonny Jeon 2013-01-06 12:32:41 -0700
  • 53286744d5 Minor changes. Sonny Jeon 2013-01-06 12:04:02 -0700
  • e0f619b8c3 Readme link to edge build 2012-12-21 Sonny Jeon 2012-12-21 09:55:43 -0700
  • 5e7c25d480 Updated README. Max step rate back at 30kHz. Acceleration minor bug fix. Sonny Jeon 2012-12-21 08:51:36 -0700
  • 3dfffa622d Arc mm_per_segment removed, now in terms of tolerance. Stepper ramp counter variable type corrected. Sonny Jeon 2012-12-19 17:30:09 -0700
  • c8b53b9d0a Slow trailing steps fix. Added more defaults. Sonny Jeon 2012-12-16 16:58:44 -0700
  • a1397f61c4 Max velocity axes independence installed. Fixed intermittent slow trailing steps. Timer0 disable fix. Sonny Jeon 2012-12-16 16:23:24 -0700
  • cc4df3e14b Acceleration independence installed. Initial re-work of planner for feedrate overrides. Sonny Jeon 2012-12-14 08:27:02 -0700
  • e21d6a2fc4 Update README.md Sonny Jeon 2012-12-12 17:23:36 -0700
  • b4072a3a5e Changed README to markdown Sonny Jeon 2012-12-12 17:16:24 -0700
  • add7944811 Added download links to README. Sonny Jeon 2012-12-12 17:11:03 -0700
  • 37549986df Moved compiled builds to different repo. Sonny Jeon 2012-12-12 16:46:35 -0700
  • b297b8d788 Added builds folder. Sonny Jeon 2012-12-11 20:51:24 -0700
  • 47bfe18327 Added builds folder. Sonny Jeon 2012-12-11 20:47:53 -0700
  • 2dc920a8e5 Planner optimizations. Sonny Jeon 2012-12-11 17:42:29 -0700
  • 4f273db805 (Another) Planner bug fix. Sonny Jeon 2012-12-10 20:11:08 -0700
  • b7b31df3af Planner bug fix. Sonny Jeon 2012-12-10 19:17:22 -0700
  • 3082fdbb6d Planner execution time halved and bug fixes. Increased step rate limit to 30kHz. Sonny Jeon 2012-12-10 18:50:18 -0700
  • 9ba117c1bb New stepper algorithm. Optimized planner. Sonny Jeon 2012-12-08 15:00:58 -0700
  • bba633101a G28/G30 post move bug fix. Altered file permissions. Sonny Jeon 2012-11-25 22:02:33 -0700
  • e4d8cf511e G28/G30 post move bug fix. Sonny Jeon 2012-11-25 11:08:38 -0700
  • ce45a348db Merge error fix. Sonny Jeon 2012-11-20 20:20:09 -0700
  • c712af23ab Merge v0.8 edge to master Sonny Jeon 2012-11-20 13:20:25 -0700
  • 9e0ce55dbc Updated interface protocol. Fixed M2 bug. Sonny Jeon 2012-11-19 17:39:40 -0700
  • b3f5536530 Updated readme Sonny Jeon 2012-11-18 21:03:58 -0700
  • d85238cc9b Homing search sequence now compile-time option. New defaults.h file. Tidying up. Sonny Jeon 2012-11-18 19:52:16 -0700
  • 5dd6d90122 Added Grbl state in status report. Removed switch support. Sonny Jeon 2012-11-15 21:53:11 -0700
  • 559feb97e2 Re-factored system states and alarm management. Serial baud support greater than 57600. Sonny Jeon 2012-11-14 17:36:29 -0700
  • e6ad15b548 Tweaks. Seek rate updates when set. CCW arc full circle fix. Sonny Jeon 2012-11-10 12:49:33 -0700
  • 978de77c2f Added note that D13 can't be used as input, pulled-high. Sonny Jeon 2012-11-09 18:33:38 -0700
  • 5844172af1 Fixed homing cycle hanging after locating switches. Sonny Jeon 2012-11-09 16:25:42 -0700
  • 00fd09189d Housekeeping. Sonny Jeon 2012-11-08 19:23:47 -0700
  • baf137882b Sanguino compile patch Sonny Jeon 2012-11-08 17:24:56 -0700
  • 5e7a4b3ba8 More tweaks. Removed dry run. Trimmed all messages to save flash space. Sonny Jeon 2012-11-07 20:53:03 -0700
  • e2e794af45 Merge pull request #132 from hin/header_dependencies Sonny Jeon 2012-11-06 06:22:51 -0800
  • f41dd69273 Tweaks and bug fixes. Increase to 3 startup blocks. Remove purge/added unlock command Sonny Jeon 2012-11-05 21:40:52 -0700
  • 8a09e2c9c4 Ignore dependency files Hans Insulander 2012-11-05 22:55:49 +0100
  • b3b454ee77 Generate header dependencies and use them in Makefile Hans Insulander 2012-11-05 22:48:09 +0100
  • c2b31a06ff Tweaked dry run and check g-code switches. Now resets when toggled off. Sonny Jeon 2012-11-05 13:32:29 -0700
  • 9cabc915ef Runtime command pinned out! Re-organized coolant pins. Sonny Jeon 2012-11-04 10:48:57 -0700
  • 8c0106c247 Tweaks and minor bug fixes. Added purge buffer command. Sonny Jeon 2012-11-04 08:44:54 -0700
  • 4c711a4af7 New startup script setting. New dry run, check gcode switches. New system state variable. Lots of reorganizing. Sonny Jeon 2012-11-03 11:32:23 -0600
  • 303cf59f52 Added block delete, opt stop, single block mode. New parser state and parameter feedback. Overhauled '$' command. Sonny Jeon 2012-11-01 19:48:55 -0600
  • e0a9054e32 New report module. 6 persistent work coordinates. New G-codes and settings. README and minor bug updates Sonny Jeon 2012-11-01 09:37:27 -0600
  • 5d8c3dcbd7 Added misc message to indicate how to exit ALARM mode. Sonny Jeon 2012-10-21 19:29:18 -0600
  • 065ceceb34 New alarm method. Re(re)organized status messages. Sonny Jeon 2012-10-21 19:18:24 -0600
  • 909feb7f79 Re-organized status messages to be more coherent and centralized. Sonny Jeon 2012-10-21 16:55:59 -0600
  • 39e11b696f Hard limits code minor updates. Sonny Jeon 2012-10-18 21:29:07 -0600
  • df5bb70b25 Hard limits, homing direction, pull-off limits after homing, status reports in mm or inches, system alarm, and more. Sonny Jeon 2012-10-16 21:29:45 -0600
  • 34f6d2eb4b Minor updates, improvements, and bug fixes. Sonny Jeon 2012-10-13 13:11:43 -0600
  • 00701ff24e Updated delay_us() function to accept long integers Sonny Jeon 2012-10-12 08:27:14 -0600
  • 9b4e108905 (2x) speed increase in printFloat() function. Decimal places setting added. Sonny Jeon 2012-10-11 22:43:54 -0600
  • d8ca4176bf Homing stepper enable bit fix. Sonny Jeon 2012-10-11 00:06:52 -0600