Commit Graph

  • 1c74be0625 Update README.md Sonny Jeon 2014-07-12 10:50:02 -06:00
  • 48dc1902a7 Update README.md Sonny Jeon 2014-07-12 10:40:39 -06:00
  • 89df0f28c8 Update README.md Sonny Jeon 2014-07-12 10:39:40 -06:00
  • ac7db2c8b2 Updated README Sonny Jeon 2014-07-12 10:33:55 -06:00
  • 1969f8b057 Updated README Sonny Jeon 2014-07-11 10:14:01 -06:00
  • 7d0df8ac4a Merge pull request #441 from ashelly/edge-simfix Sonny Jeon 2014-07-11 08:41:04 -06:00
  • c7039b3512 Restore changes made only for testing. ashelly 2014-07-10 13:13:58 -04:00
  • 9b37637ae6 Bug fixes for timers, added some wdt support for limit debounce. ashelly 2014-07-10 13:01:03 -04:00
  • 23ed7b6d4b Merge branch 'dev' into edge Sonny Jeon 2014-07-09 09:52:57 -06:00
  • 6c22cb37c2 Added test g-code programs. Sonny Jeon 2014-07-09 09:17:33 -06:00
  • a35262d56e Version and build update. Sonny Jeon 2014-07-06 19:07:30 -06:00
  • 87c5703200 Isolate atomic bit flag for execution. Sonny Jeon 2014-07-06 19:05:12 -06:00
  • a20d3e9855 Merge pull request #436 from kfoltman/dev Sonny Jeon 2014-07-06 18:21:01 -06:00
  • 145cea2dd0 Syntax fix for gcode.c Sonny Jeon 2014-07-06 15:42:40 -06:00
  • dab4535729 G43.1/G49 tool length offset installed. Minor bug fix. Sonny Jeon 2014-07-06 15:20:20 -06:00
  • 57eb860089 Merge branch 'ashelly-sim-update' into dev Sonny Jeon 2014-07-05 10:10:53 -06:00
  • 21850ce985 Merge grbl-sim updates for v0.9. Sonny Jeon 2014-07-05 09:59:16 -06:00
  • e455faaeef New G43.1/G49 gcodes. Not working yet!! Sonny Jeon 2014-07-05 09:51:22 -06:00
  • 1b66c9c304 formatting ashelly 2014-07-05 00:12:43 -04:00
  • aa95cb65bd Update readme.md ashelly 2014-07-05 00:11:42 -04:00
  • df2fd6095b Don't need kbhit.h ashelly 2014-07-04 23:43:45 -04:00
  • 82075627b3 minor tweaks for mingw. Adam Shelly 2014-07-04 23:21:19 -04:00
  • ed417220e1 Realtime rate reporting. Updated decimal places. Sonny Jeon 2014-07-04 16:08:15 -06:00
  • d3322ccded reduce diffs with dev branch ashelly 2014-07-04 16:43:52 -04:00
  • 8c9f3bca65 Total rework of simulator for dev branch. Create separate thread for interrupt processes. Tick-accurate simulation of timers. Non-blocking character input for running in realtime mode. Decouple hardware sim from grbl code as much as possible. Expanded command line options. Provisions for cross-platform solution. ashelly 2014-07-04 11:14:54 -04:00
  • 67a87b4678 Update README.md Sonny Jeon 2014-07-03 18:20:05 -06:00
  • f4f7d7d05e G18 reporting bug fix. Sonny Jeon 2014-07-03 18:16:47 -06:00
  • 92d6c2bca5 G-code parser G0/G1 bug fix. Sonny Jeon 2014-07-03 18:13:39 -06:00
  • 1ef5a45479 Minor bug fixes and updates. Line number tracking. Sonny Jeon 2014-07-02 08:39:19 -06:00
  • 015d5fa191 Fixed atomic access to flags in sys.execute. Krzysztof Foltman 2014-06-26 23:06:26 +01:00
  • 79e0e45826 Arc error-checking update. Sonny Jeon 2014-05-31 23:23:21 -06:00
  • 8ed8005f6c Various minor g-code parser fixes. Sonny Jeon 2014-05-31 21:58:59 -06:00
  • 9439e43975 Fixed spindle/coolant/dwell state check. Sonny Jeon 2014-05-29 15:41:53 -06:00
  • 532c359a11 Major g-code parser overhaul. 100%* compliant. Other related updates. Sonny Jeon 2014-05-25 16:05:28 -06:00
  • 1922887c9b Merge pull request #408 from chamnit/master Jens Geisler 2014-05-18 21:13:14 +02:00
  • dcb4f6fc1b MIT-licensing change. Sonny Jeon 2014-05-18 10:05:37 -06:00
  • da92ddcb0b MIT-licensing change Sonny Jeon 2014-05-18 10:01:05 -06:00
  • 2194fe58fe Merge pull request #391 from paulkaplan/master Sonny Jeon 2014-04-28 08:31:44 -06:00
  • 94489c3c41 updated shapeoko2 defaults Paul Kaplan 2014-04-14 12:00:23 -05:00
  • 9a83dd0171 Update README.md Sonny Jeon 2014-03-14 08:50:36 -06:00
  • 06432c9de9 Comment corrections and function call update. Sonny Jeon 2014-03-13 14:32:21 -06:00
  • 5310055408 Merge pull request #373 from EliteEng/dev Sonny Jeon 2014-03-13 14:29:42 -06:00
  • 60dd609b79 Added Probing to Mega2560 and fixed Shapeoko2 compile error Rob Brown 2014-03-11 09:23:39 +08:00
  • d3bf28f025 Probing command gets stuck in hold if several g38.2 are submitted Ex. G0 X0 Y0 Z0 G38.2 Z-10 F100 G10 L20 P0 Z0 G0 Z2 G38.2 Z-1 F50 G10 L20 P0 Z0 G0 Z2 G0 X0 Y0 G38.2 Z-1 F100 G0 Z2 henols 2014-03-07 19:33:57 +01:00
  • 4bb233393c Merge pull request #372 from martinstingl/master Sonny Jeon 2014-03-10 14:35:07 -06:00
  • 8c103d09eb Corrected units of default acceleration values Martin Stingl 2014-03-10 20:37:12 +01:00
  • 2168bb1cf9 Merge pull request #368 from henols/dev Sonny Jeon 2014-03-07 14:07:43 -07:00
  • 3d053d800c Probing command gets stuck in hold if several g38.2 are submitted Ex. G0 X0 Y0 Z0 G38.2 Z-10 F100 G10 L20 P0 Z0 G0 Z2 G38.2 Z-1 F50 G10 L20 P0 Z0 G0 Z2 G0 X0 Y0 G38.2 Z-1 F100 G0 Z2 henols 2014-03-07 19:33:57 +01:00
  • 76ab1b6a42 G38.2 probe feature rough draft installed. Working but needs testing. Sonny Jeon 2014-02-28 22:03:26 -07:00
  • 4d7ca76f6c Probe cycle line numbers ifdef fixes to get it to compile. Sonny Jeon 2014-02-27 22:30:24 -07:00
  • 387a1b9f84 Merge pull request #362 from robgrz/dev Sonny Jeon 2014-02-27 20:51:38 -07:00
  • 8f8d8e2887 Added grbl planner Matlab simulator for test reference. Updated line number compile-time option. Sonny Jeon 2014-02-26 12:10:07 -07:00
  • 0a46dfe0b9 Minimal probing cycle working. Supports both G38.2 for error and G38.3 when no errors are desired. Robert Grzesek 2014-02-25 12:19:52 -08:00
  • 1fd45791a5 Minor updates to line number feature. Sonny Jeon 2014-02-19 07:48:09 -07:00
  • 9c95c1439f Merge pull request #356 from robgrz/dev Sonny Jeon 2014-02-19 07:32:51 -07:00
  • b332d6edbb Commenting updates. Minor bug fix with exit of soft limit event. Sonny Jeon 2014-02-19 07:21:40 -07:00
  • 2307563d8a Merge commit 'cd71a90ce8a770e0030ed6c9bac805b89724e275' into dev Robert Grzesek 2014-02-18 18:23:39 -08:00
  • 3df61e0ec5 Homing and feed hold bug fixes. Sonny Jeon 2014-02-15 13:13:46 -07:00
  • 50fbc6e297 Refactoring and lots of bug fixes. Updated homing cycle. Sonny Jeon 2014-02-09 10:46:34 -07:00
  • cd71a90ce8 Made line number reporting optional via config.h Robert Grzesek 2014-02-06 15:19:30 -08:00
  • 6fdb35a7da Initial line number reporting Robert Grzesek 2014-02-06 15:10:27 -08:00
  • c3e4ca7301 Update README.md Sonny Jeon 2014-02-02 10:45:40 -07:00
  • 443f01de77 Merge pull request #337 from michmerr/edge Jens Geisler 2014-01-28 23:22:37 -08:00
  • 59e906f7e8 Simplify setting of STATE_CYCLE and ISR interval. michmerr 2014-01-28 11:37:31 -08:00
  • 783100db7d Make sure that cycle_start state is set before simulating steps. michmerr 2014-01-22 22:30:08 -08:00
  • cdb6de3f4b Update README.md Sonny Jeon 2014-01-15 07:56:02 -05:00
  • 3bb92b2530 Update README.md Sonny Jeon 2014-01-14 10:37:37 -05:00
  • cc9afdc195 Lots of re-organization and cleaning-up. Some bug fixes. Sonny Jeon 2014-01-10 20:22:10 -07:00
  • 7a85ab896d Updates to some stepper algorithm commenting Sonny Jeon 2014-01-05 11:54:59 -07:00
  • 3c3382ff75 New build info feature. (per @Analogreality request) Sonny Jeon 2014-01-05 10:27:34 -07:00
  • 1baff785f5 Variable spindle output. Resolved conflicts in last push. Sonny Jeon 2014-01-04 12:13:49 -07:00
  • 8b5f306851 Cleaned up variable spindle output (PWM). Code and config comments. Sonny Jeon 2014-01-04 12:12:44 -07:00
  • 0104cad56a Merge pull request #322 from EliteEng/dev Sonny Jeon 2014-01-03 06:23:39 -08:00
  • 1c4097352d Update to fix compile error Rob Brown 2014-01-03 19:35:56 +08:00
  • e7cd94e2bc Merge pull request #318 from EliteEng/dev Sonny Jeon 2014-01-02 16:56:02 -08:00
  • ce5f94d675 Update spindle_control.c Rob Brown 2014-01-03 07:42:22 +08:00
  • f8dd8fa54d Fix for M7/8/9 modal group checks. Updated AMASS frequency cutoffs and code cleaned. Sonny Jeon 2014-01-02 12:12:35 -07:00
  • 4f987d2a5e Update README.md Sonny Jeon 2014-01-02 09:24:46 -07:00
  • c0381799eb PWM Spindle Control and Invert Spindle & Coolant Pins Rob Brown 2014-01-02 12:42:22 +08:00
  • f10bad43b2 Minor bug fixes: Homing travel calculations. Cycle resuming after spindle and dwell commands. Sonny Jeon 2013-12-30 22:02:05 -07:00
  • 15a803e36f Merge pull request #201 from Protoneer/master Sonny Jeon 2013-12-30 20:23:54 -08:00
  • 47cd40c8dc Incomplete push but working. Lots more stuff. More to come. Sonny Jeon 2013-12-30 18:44:46 -07:00
  • 5ab2bb7767 Incomplete dev code push, but working. Lots of updates/fixes/improvements. Much still to polish. Sonny Jeon 2013-12-29 20:51:48 -07:00
  • bfb8639606 Merge branch 'dev' of https://github.com/grbl/grbl into dev Sonny Jeon 2013-12-29 20:36:00 -07:00
  • 903b462b2e Merge branch 'dev' of https://github.com/grbl/grbl into dev Sonny Jeon 2013-12-29 20:34:51 -07:00
  • 8550d2c3f9 Merge pull request #312 from scottrcarlson/dev Sonny Jeon 2013-12-27 12:26:27 -08:00
  • eefc25be91 Hard Limits configured for active high. Scott R Carlson 2013-12-27 15:09:00 -05:00
  • 331a2cd094 Update README.md Sonny Jeon 2013-12-10 22:36:35 -07:00
  • 3054b2df77 Revamped homing cycle. Axis limits and max travel bug fixes. Build info. Refactored config.h. Sonny Jeon 2013-12-10 22:33:06 -07:00
  • 76e7445a85 Merge pull request #301 from shapeoko/master Sonny Jeon 2013-12-10 11:02:45 -08:00
  • bfa8ebcac1 added shapeoko2 profile Edward 2013-12-10 11:10:36 -06:00
  • b562845d9d Deceleration to zero speed improvements. Update defaults. Sonny Jeon 2013-12-07 20:08:24 -07:00
  • d00525d384 Pushed bug fixes. Updated readme. Sonny Jeon 2013-12-07 10:10:36 -07:00
  • a87f25773c Pushed limits active high option. Updated defaults.h. Misc bug fixes. Cleaned up codebase. Sonny Jeon 2013-12-07 08:40:25 -07:00
  • 2f6663a0b9 Reinstated feed holds into new stepper algorithm and planner. Rough draft, but working. Sonny Jeon 2013-12-04 21:49:24 -07:00
  • cc3212d54a Merge pull request #289 from Travis-Snoozy/master Sonny Jeon 2013-11-23 14:04:36 -08:00
  • e8345fdb88 Add support for active-high limit switches Travis Snoozy 2013-11-22 18:12:29 -08:00
  • b36e30de2e Yet another major stepper algorithm and planner overhaul. Sonny Jeon 2013-11-22 17:35:58 -07:00
  • 2eb5acaa33 Another merge fix. Sonny Jeon 2013-10-29 19:43:40 -06:00
  • b8f0a2399e Merge fixes. Sonny Jeon 2013-10-29 19:28:44 -06:00