Commit Graph

  • d4cbac2a5c Port stepper Todd Fleming 2017-01-08 16:12:24 -05:00
  • fdf6e31218 delay_us, delay_ms Todd Fleming 2017-01-07 23:30:48 -05:00
  • dec344fdb0 Fix current_control Todd Fleming 2017-01-07 20:12:55 -05:00
  • 3344ff1e74 Remove .bin Todd Fleming 2017-01-07 20:10:25 -05:00
  • 4ec14b6ec6 Current control Todd Fleming 2017-01-07 18:31:12 -05:00
  • 34a4c93ccc Whoops Unknown 2017-01-07 15:55:23 -05:00
  • eabf9d2cfd Made easier to switch uart channels. Unknown 2017-01-07 15:51:42 -05:00
  • da6227c27d First cut at serial modification for ARM. Uses a CMSIS driver for now. Unknown 2017-01-07 15:47:45 -05:00
  • f2fe3eebfd Fix build. Add custom RTE_Device.h Todd Fleming 2017-01-06 18:40:09 -05:00
  • fb65d80714 Remove mbed build Todd Fleming 2017-01-06 14:52:17 -05:00
  • c6bda8de9a Build using CMSIS Todd Fleming 2017-01-06 14:50:26 -05:00
  • 35aef077c6 motion_control.c: add PARKING_ENABLE condition Todd Fleming 2017-01-06 14:46:39 -05:00
  • 179bfd6a9c Add LPC17xx startup Todd Fleming 2017-01-06 13:45:10 -05:00
  • 1cefc775b1 Remove atmega Makefile Todd Fleming 2017-01-06 13:42:20 -05:00
  • 40c74f3d9c Add CMSIS_5 and NXP_LPC submodules Todd Fleming 2017-01-06 13:40:33 -05:00
  • 34a805c897 Remove mbed submodule Todd Fleming 2017-01-06 13:37:37 -05:00
  • c00263c5f3 Revert changes to serial.c Todd Fleming 2017-01-06 13:32:17 -05:00
  • 72dc1c3f9b system.c: preserve interrupt enable Todd Fleming 2017-01-05 20:03:54 -05:00
  • c93491fb64 Started serial replacement Unknown 2017-01-04 22:07:31 -05:00
  • 55eb5fb546 cli(), sei() Todd Fleming 2017-01-04 22:00:27 -05:00
  • fb5ba4cfb9 limit pins Todd Fleming 2017-01-04 20:48:59 -05:00
  • bbbdb60076 step, dir, enable ports Todd Fleming 2017-01-04 19:04:38 -05:00
  • f5a117d0ba Copy DEFAULTS_GENERIC and CPU_MAP_ATMEGA328P Todd Fleming 2017-01-04 18:03:07 -05:00
  • 0cb5438443 add mbed submodule Todd Fleming 2017-01-04 14:04:22 -05:00
  • fe902be6e2 Update makefile Todd Fleming 2017-01-04 13:50:59 -05:00
  • c8c76e0e85 Move hacks from smoother/main to grbl/main Todd Fleming 2017-01-04 13:50:50 -05:00
  • 4ba78b416f Brett's changes Todd Fleming 2017-01-04 13:43:06 -05:00
  • 30c0f79afd Spindle enable pin with variable spindle option fix. Sonny Jeon 2017-01-03 10:10:35 -07:00
  • 6e39a08139 Fake registers, functions, values, and macros Todd Fleming 2017-01-02 22:16:43 -05:00
  • 03787d2b28 make globals extern Todd Fleming 2017-01-02 22:15:41 -05:00
  • 137d36cce5 true and false may already be defined Todd Fleming 2017-01-02 22:09:05 -05:00
  • cdfed79a8d mbed build system Todd Fleming 2017-01-02 20:22:06 -05:00
  • 864d1306b9 Fixed homing fail alarm handling. Re-integrated software debouncing. Sonny Jeon 2016-12-19 22:18:23 -07:00
  • d5ed3bdb81 Addressed optional PWM min value issue. Updated docs. Sonny Jeon 2016-12-18 19:17:55 -07:00
  • af17f0071f Updating steam.py streaming script Sonny Jeon 2016-12-12 11:49:18 -07:00
  • 5d79103eb9 Updated documentation. Sonny Jeon 2016-12-11 20:04:17 -07:00
  • 91d6de90bd Updated documentation. Cleaned up a bit. Sonny Jeon 2016-12-10 23:13:26 -07:00
  • 4d10c3062c Update README.md Sonny Jeon 2016-12-09 22:00:38 -07:00
  • 8f9605c65a Update README.md Sonny Jeon 2016-12-09 21:54:43 -07:00
  • 54985b30a3 Update README.md Sonny Jeon 2016-12-09 21:53:28 -07:00
  • 490d3f1220 Removed classic GUI interface. Fixed typo with line number support. Sonny Jeon 2016-12-08 23:17:45 -07:00
  • 94083e8314 Fixed unintended laser mode pausing. Updated documentation. Min SS OVR lowered to 10%. chamnit 2016-12-04 23:49:48 -07:00
  • b753c542c7 v1.1e: New laser features. G-code parser refactoring. CoreXY homing fix. Sonny Jeon 2016-12-03 18:02:45 -07:00
  • 998f23b9ce PWM calculation correction. Sonny Jeon 2016-11-12 20:54:38 -07:00
  • 1161056bf2 Fixed a g-code parser issue caused by last commit. Sonny Jeon 2016-11-04 10:50:28 -06:00
  • 6e3fb6bd13 Improved constant laser power per rate mode. Re-factored for flash size. Minor bug fixes. Sonny Jeon 2016-11-04 09:15:34 -06:00
  • e8b717604b Spindle speed overrides behavior tweak. New experimental laser dynamic power mode. Sonny Jeon 2016-10-27 09:11:59 -06:00
  • cb916a996a Add high-frequency spindle output option. Minor parking motion re-factoring. Sonny Jeon 2016-10-26 08:42:45 -06:00
  • 3854d200bb Mandate all probe cycles ignore feed overrides. chamnit 2016-10-25 20:03:30 -06:00
  • a6f6431515 Resolved parking accessory handling issue. chamnit 2016-10-25 19:43:06 -06:00
  • f8ca08ad66 Minor re-factoring. Fix an issue with parking and spindle restore. Sonny Jeon 2016-10-24 22:18:13 -06:00
  • 498dd62572 Spindle speed close to minimum fix. Sonny Jeon 2016-10-23 13:55:50 -06:00
  • 8e638f0054 Minor VARIABLE_SPINDLE feature toggle refactoring (#16) Will Winder 2016-10-22 12:28:05 -07:00
  • 8b76a39d5d Improved option for v0.9 GUI compatibility. Sonny Jeon 2016-10-18 22:58:52 -06:00
  • ed790c9fa2 v1.1d: Tweaked interface a bit. Added realtime spindle speed and build option data. Minor bug fixes. Sonny Jeon 2016-10-17 23:48:25 -06:00
  • c8ac98d6e0 Modify code CSV format. (#10) Will Winder 2016-10-17 06:50:15 -07:00
  • 62d16af285 Merge branch 'dev' into edge chamnit 2016-10-12 19:18:34 -06:00
  • a0e96eb11a Added settings documentation. Very minor bug fix to step direction handling. chamnit 2016-10-12 19:18:05 -06:00
  • 6ab3cfbe7d Spindle speed bug fix. Sonny Jeon 2016-10-12 09:14:23 -06:00
  • d1037268c8 v1.1c: New sleep mode. Laser mode and other bug fixes. Sonny Jeon 2016-10-11 17:07:44 -06:00
  • e2e2bb5242 New jog cancel real-time command. Parser typo fix from last push. Sonny Jeon 2016-09-28 21:17:02 -06:00
  • bf5fc48074 Refactored g-code parser. Saved 60bytes flash and some ram. Edited Readme. Sonny Jeon 2016-09-27 23:05:43 -06:00
  • 669735bea9 Update README and clarifications in jogging document. Sonny Jeon 2016-09-27 10:55:32 -06:00
  • d21e06a201 v1.1b: Tweaked Bf reports, jogging doc, saved another 160 bytes, minor bug fixes Sonny Jeon 2016-09-26 22:33:19 -06:00
  • b04faaf0d3 Addressed much larger flash size with avr-gcc v4.9.2. Refactored reports to save 160KB. Sonny Jeon 2016-09-25 00:05:25 -06:00
  • c0f61e4aac Serial RX count bug fix. Settings codes CSV. More documentation. Sonny Jeon 2016-09-24 14:41:41 -06:00
  • e51e691eeb Increment to v1.1a, minor compile bug fix, tweaked communication protocol, more docs. Sonny Jeon 2016-09-22 23:15:55 -06:00
  • 968e97f9ef Merge pull request #1 from winder/dev Sonny Jeon 2016-09-22 09:21:06 -06:00
  • 228066f927 Add locale to code CSVs. winder 2016-09-22 10:54:20 -04:00
  • 12f48a008a Grbl v1.0e huge beta release. Overrides and new reporting. chamnit 2016-09-21 19:08:24 -06:00
  • 0746a5a1d7 Organizational updates. Mega2560 support moved. Sonny Jeon 2016-03-30 11:58:47 -06:00
  • 5bfc3a1945 No variable spindle and spindle speed fix. Sonny Jeon 2016-03-19 12:41:52 -06:00
  • 81adc202cd Soft limit error bug fix. Sonny Jeon 2016-03-11 09:42:07 -07:00
  • 111d28dc9a Applied master branch bug fixes. Sonny Jeon 2016-03-04 13:39:29 -07:00
  • 5eee10845b Pin state reporting of all pins. Flash optimization. Sonny Jeon 2015-11-09 21:54:26 -07:00
  • b9c3461932 Bug fixes. Sonny Jeon 2015-09-30 21:32:58 -06:00
  • d226555810 Minor bug fixes. Sonny Jeon 2015-09-30 20:53:35 -06:00
  • dade712f0e Updated G28/G30 intermediate motion behavior. Sonny Jeon 2015-09-24 11:35:27 -06:00
  • 965e337405 Parking motion bug fix. Sonny Jeon 2015-09-05 13:34:40 -06:00
  • 9575199183 Optional line number reporting bug fix. Sonny Jeon 2015-08-29 16:28:29 -06:00
  • 9152d1429c Update README Sonny Jeon 2015-08-27 21:41:31 -06:00
  • b3a53a4683 v1.0 Beta Release. Sonny Jeon 2015-08-27 21:37:19 -06:00
  • 90ad129ad2 Update README.md Sonny Jeon 2015-08-16 22:43:30 -06:00
  • 3a68c22fab Individual control pin invert compile-option. Sonny Jeon 2015-08-14 14:13:52 -06:00
  • 0427fd5b9f Version bump to v0.9j Sonny Jeon 2015-07-17 08:19:57 -06:00
  • cc38ae2471 Restore parameters minor bug fix. Sonny Jeon 2015-06-25 15:05:47 -06:00
  • 81505e6a81 New EEPROM restore functions. Sonny Jeon 2015-06-20 10:27:24 -06:00
  • e6db564511 Updated README Sonny Jeon 2015-06-18 09:27:13 -06:00
  • 185de02836 Added restore settings defaults command. Sonny Jeon 2015-06-18 09:23:17 -06:00
  • e14cff3ddc Added G61 exact path support. Sonny Jeon 2015-05-29 21:32:45 -06:00
  • 2e8ed41b11 Another git case-sensitive folder fix. Sonny Jeon 2015-05-27 08:32:24 -06:00
  • d0919142c5 Added X-Carve defaults. Sonny Jeon 2015-05-27 08:19:22 -06:00
  • 39a047a35f Merge pull request #710 from buserror/fix-directory-case-sensitivity Sonny Jeon 2015-05-27 07:49:58 -06:00
  • 558e1a2dfc Rename Grbl to grbl Michel Pollet 2015-05-27 14:05:47 +01:00
  • 8a84f8987d Updated README Sonny Jeon 2015-05-26 10:49:37 -06:00
  • d13f741f7d Merge pull request #706 from grbl/edge Sonny Jeon 2015-05-26 10:42:03 -06:00
  • 0eb8bca3d9 CoreXY planner bug fix. Sonny Jeon 2015-05-23 16:40:20 -06:00
  • 993c83d1c8 Moved cpu_map. Sonny Jeon 2015-05-23 12:43:52 -06:00
  • f85c481ded Homing and limit updates. Minor bug fixes. Sonny Jeon 2015-05-23 11:57:30 -06:00
  • e704862f11 Merge pull request #702 from ashelly/default-split Sonny Jeon 2015-05-22 16:41:10 -06:00