grbl-LPC-CoreXY/grbl
Sonny Jeon d1037268c8 v1.1c: New sleep mode. Laser mode and other bug fixes.
- New $SLP sleep mode that will disable spindle, coolant, and stepper
enable pins. Allows users to disable their steppers without having to
alter their settings. A reset is required to exit and re-initializes in
alarm state.

- Laser mode wasn’t updating the spindle PWM correctly (effected
spindle speed overrides) and not checking for modal states either.
Fixed both issues.

- While in laser mode, parking motions are ignored, since the power off
delay with the retract motion would burn the material. It will just
turn off and not move. A restore immediately powers up and resumes. No
delays.

- Changing rpm max and min settings did not update the spindle PWM
calculations. Now fixed.

- Increased default planner buffer from 16 to 17 block. It seems to be
stable, but need to monitor this carefully.

- Removed software debounce routine for limit pins. Obsolete.

- Fixed a couple parking motion bugs. One related to restoring
incorrectly and the other the parking rate wasn’t compatible with the
planner structs.

- Fixed a bug caused by refactoring the critical alarms in a recent
push. Soft limits weren’t invoking a critical alarm.

- Updated the documentation with the new sleep feature and added some
more details to the change summary.
2016-10-11 17:07:44 -06:00
..
examples Grbl v1.0e huge beta release. Overrides and new reporting. 2016-09-21 19:08:24 -06:00
config.h v1.1c: New sleep mode. Laser mode and other bug fixes. 2016-10-11 17:07:44 -06:00
coolant_control.c Grbl v1.0e huge beta release. Overrides and new reporting. 2016-09-21 19:08:24 -06:00
coolant_control.h Grbl v1.0e huge beta release. Overrides and new reporting. 2016-09-21 19:08:24 -06:00
cpu_map.h v1.1c: New sleep mode. Laser mode and other bug fixes. 2016-10-11 17:07:44 -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.1c: New sleep mode. Laser mode and other bug fixes. 2016-10-11 17:07:44 -06:00
gcode.h v1.1b: Tweaked Bf reports, jogging doc, saved another 160 bytes, minor bug fixes 2016-09-26 22:33:19 -06:00
grbl.h v1.1c: New sleep mode. Laser mode and other bug fixes. 2016-10-11 17:07:44 -06:00
jog.c Grbl v1.0e huge beta release. Overrides and new reporting. 2016-09-21 19:08:24 -06:00
jog.h Grbl v1.0e huge beta release. Overrides and new reporting. 2016-09-21 19:08:24 -06: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 Grbl v1.0e huge beta release. Overrides and new reporting. 2016-09-21 19:08:24 -06:00
motion_control.c v1.1c: New sleep mode. Laser mode and other bug fixes. 2016-10-11 17:07:44 -06:00
motion_control.h v1.1b: Tweaked Bf reports, jogging doc, saved another 160 bytes, minor bug fixes 2016-09-26 22:33:19 -06: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.1b: Tweaked Bf reports, jogging doc, saved another 160 bytes, minor bug fixes 2016-09-26 22:33:19 -06:00
planner.h v1.1c: New sleep mode. Laser mode and other bug fixes. 2016-10-11 17:07:44 -06:00
print.c Addressed much larger flash size with avr-gcc v4.9.2. Refactored reports to save 160KB. 2016-09-25 00:05: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.1c: New sleep mode. Laser mode and other bug fixes. 2016-10-11 17:07:44 -06:00
protocol.h Grbl v1.0e huge beta release. Overrides and new reporting. 2016-09-21 19:08:24 -06:00
report.c v1.1c: New sleep mode. Laser mode and other bug fixes. 2016-10-11 17:07:44 -06: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.1b: Tweaked Bf reports, jogging doc, saved another 160 bytes, minor bug fixes 2016-09-26 22:33:19 -06:00
settings.c v1.1c: New sleep mode. Laser mode and other bug fixes. 2016-10-11 17:07:44 -06:00
settings.h v1.1b: Tweaked Bf reports, jogging doc, saved another 160 bytes, minor bug fixes 2016-09-26 22:33:19 -06:00
spindle_control.c v1.1c: New sleep mode. Laser mode and other bug fixes. 2016-10-11 17:07:44 -06:00
spindle_control.h Increment to v1.1a, minor compile bug fix, tweaked communication protocol, more docs. 2016-09-22 23:15:55 -06:00
stepper.c v1.1c: New sleep mode. Laser mode and other bug fixes. 2016-10-11 17:07:44 -06:00
stepper.h Grbl v1.0e huge beta release. Overrides and new reporting. 2016-09-21 19:08:24 -06:00
system.c v1.1c: New sleep mode. Laser mode and other bug fixes. 2016-10-11 17:07:44 -06:00
system.h v1.1c: New sleep mode. Laser mode and other bug fixes. 2016-10-11 17:07:44 -06:00