grbl-LPC-CoreXY/grbl
Sonny Jeon b753c542c7 v1.1e: New laser features. G-code parser refactoring. CoreXY homing fix.
- Increment to v1.1e due to new laser features.

- After several discussions with some prominent laser people, a few
tweaks to the new laser mode has been installed.

- LASER: M3 behaves in a constant power mode.

- LASER: M4 behaves in a dynamic power mode, where the laser power is
automatically adjusted based on how fast Grbl is moving relative to the
programmed feed rate. This is the same as the  CONSTANT_POWER_PER_RATE
config.h option in the last version. NOTE: When not in motion in M4,
Grbl automatically turns off the laser. Again, it only operates while
moving!

- LASER: Only G1, G2, and G3 motion modes will turn on the laser. So,
this means that G0, G80 motion modes will always keep the laser
disabled. No matter if M3/M4 are active!

- LASER: A spindle stop override is automatically invoked when a laser
is put in a feed hold. This behavior may be disabled by a config.h
option.

- Lots of little tweaks to the g-code parser to help streamline it a
bit. It should no effect how it operates. Generally just added a parser
flag to track and execute certain scenarios a little more clearly.

- Jog motions now allow line numbers to be passed to it and will be
displayed in the status reports.

- Fixed a CoreXY homing bug.

- Fixed an issue when $13 is changed, WCO isn’t sent immediately.

- Altered how spindle PWM is set in the stepper ISR. Updated on a step
segment basis now. May need to change this back if there are any
oddities from doing this.

- Updated some documentation. Clarified why M0 no longer showing up in
$G and why a `1.` floating point values are shown with no decimals,
like so `1`.
2016-12-03 18:02:45 -07:00
..
examples Grbl v1.0e huge beta release. Overrides and new reporting. 2016-09-21 19:08:24 -06:00
config.h v1.1e: New laser features. G-code parser refactoring. CoreXY homing fix. 2016-12-03 18:02:45 -07:00
coolant_control.c Minor re-factoring. Fix an issue with parking and spindle restore. 2016-10-24 22:18:13 -06:00
coolant_control.h v1.1d: Tweaked interface a bit. Added realtime spindle speed and build option data. Minor bug fixes. 2016-10-17 23:48:25 -06:00
cpu_map.h Add high-frequency spindle output option. Minor parking motion re-factoring. 2016-10-26 08:42:45 -06:00
defaults.h v1.1b: Tweaked Bf reports, jogging doc, saved another 160 bytes, minor bug fixes 2016-09-26 22:33:19 -06:00
eeprom.c File re-organization. New Makefile. 2015-02-10 19:30:40 -07:00
eeprom.h Homing alarm upon no switch. Licensing update. 2015-02-15 17:36:08 -07:00
gcode.c v1.1e: New laser features. G-code parser refactoring. CoreXY homing fix. 2016-12-03 18:02:45 -07:00
gcode.h v1.1e: New laser features. G-code parser refactoring. CoreXY homing fix. 2016-12-03 18:02:45 -07:00
grbl.h v1.1e: New laser features. G-code parser refactoring. CoreXY homing fix. 2016-12-03 18:02:45 -07:00
jog.c v1.1e: New laser features. G-code parser refactoring. CoreXY homing fix. 2016-12-03 18:02:45 -07:00
jog.h v1.1e: New laser features. G-code parser refactoring. CoreXY homing fix. 2016-12-03 18:02:45 -07:00
limits.c v1.1c: New sleep mode. Laser mode and other bug fixes. 2016-10-11 17:07:44 -06:00
limits.h Grbl v1.0e huge beta release. Overrides and new reporting. 2016-09-21 19:08:24 -06:00
main.c Minor re-factoring. Fix an issue with parking and spindle restore. 2016-10-24 22:18:13 -06:00
motion_control.c v1.1e: New laser features. G-code parser refactoring. CoreXY homing fix. 2016-12-03 18:02:45 -07:00
motion_control.h v1.1e: New laser features. G-code parser refactoring. CoreXY homing fix. 2016-12-03 18:02:45 -07:00
nuts_bolts.c Grbl v1.0e huge beta release. Overrides and new reporting. 2016-09-21 19:08:24 -06:00
nuts_bolts.h v1.1b: Tweaked Bf reports, jogging doc, saved another 160 bytes, minor bug fixes 2016-09-26 22:33:19 -06:00
planner.c v1.1e: New laser features. G-code parser refactoring. CoreXY homing fix. 2016-12-03 18:02:45 -07:00
planner.h Improved constant laser power per rate mode. Re-factored for flash size. Minor bug fixes. 2016-11-04 09:15:34 -06:00
print.c v1.1d: Tweaked interface a bit. Added realtime spindle speed and build option data. Minor bug fixes. 2016-10-17 23:48:25 -06:00
print.h Addressed much larger flash size with avr-gcc v4.9.2. Refactored reports to save 160KB. 2016-09-25 00:05:25 -06:00
probe.c Grbl v1.0e huge beta release. Overrides and new reporting. 2016-09-21 19:08:24 -06:00
probe.h Grbl v1.0e huge beta release. Overrides and new reporting. 2016-09-21 19:08:24 -06:00
protocol.c v1.1e: New laser features. G-code parser refactoring. CoreXY homing fix. 2016-12-03 18:02:45 -07:00
protocol.h Grbl v1.0e huge beta release. Overrides and new reporting. 2016-09-21 19:08:24 -06:00
report.c v1.1e: New laser features. G-code parser refactoring. CoreXY homing fix. 2016-12-03 18:02:45 -07:00
report.h v1.1c: New sleep mode. Laser mode and other bug fixes. 2016-10-11 17:07:44 -06:00
serial.c v1.1c: New sleep mode. Laser mode and other bug fixes. 2016-10-11 17:07:44 -06:00
serial.h v1.1d: Tweaked interface a bit. Added realtime spindle speed and build option data. Minor bug fixes. 2016-10-17 23:48:25 -06:00
settings.c v1.1e: New laser features. G-code parser refactoring. CoreXY homing fix. 2016-12-03 18:02:45 -07:00
settings.h Improved option for v0.9 GUI compatibility. 2016-10-18 22:58:52 -06:00
spindle_control.c v1.1e: New laser features. G-code parser refactoring. CoreXY homing fix. 2016-12-03 18:02:45 -07:00
spindle_control.h Minor VARIABLE_SPINDLE feature toggle refactoring (#16) 2016-10-22 13:28:05 -06:00
stepper.c v1.1e: New laser features. G-code parser refactoring. CoreXY homing fix. 2016-12-03 18:02:45 -07:00
stepper.h Grbl v1.0e huge beta release. Overrides and new reporting. 2016-09-21 19:08:24 -06:00
system.c Minor re-factoring. Fix an issue with parking and spindle restore. 2016-10-24 22:18:13 -06:00
system.h Minor re-factoring. Fix an issue with parking and spindle restore. 2016-10-24 22:18:13 -06:00