grbl-LPC-CoreXY/grbl
Sonny Jeon 111d28dc9a Applied master branch bug fixes.
- Planner was under-estimating maximum speeds through straight
junctions in certain cases. The calculations have been updated to be
more accurate.

- Strange sizeof() bug in the most recent releases. Manifested as an
alarm upon a power up even when homing was disabled. Fixed by declaring
sizeof() with struct types, rather than variable names, even though
they were validated to give the same value.

- Spindle speed zero should disable the spindle. Now fixed.

- New configuration option for inverting certain limit pins. Handy for
mixed NO and NC switch machines. See config.h for details.
2016-03-04 13:39:29 -07:00
..
cpu_map v1.0 Beta Release. 2015-08-27 21:37:19 -06:00
defaults v1.0 Beta Release. 2015-08-27 21:37:19 -06:00
examples/grblUpload File re-organization. New Makefile. 2015-02-10 19:30:40 -07:00
config.h Applied master branch bug fixes. 2016-03-04 13:39:29 -07:00
coolant_control.c v1.0 Beta Release. 2015-08-27 21:37:19 -06:00
coolant_control.h Homing alarm upon no switch. Licensing update. 2015-02-15 17:36:08 -07:00
cpu_map.h Moved cpu_map. 2015-05-23 12:43:52 -06:00
defaults.h Added X-Carve defaults. 2015-05-27 08:19:22 -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 Applied master branch bug fixes. 2016-03-04 13:39:29 -07:00
gcode.h Added G61 exact path support. 2015-05-29 21:32:45 -06:00
grbl.h Applied master branch bug fixes. 2016-03-04 13:39:29 -07:00
limits.c Applied master branch bug fixes. 2016-03-04 13:39:29 -07:00
limits.h Homing and limit updates. Minor bug fixes. 2015-05-23 11:57:30 -06:00
main.c Applied master branch bug fixes. 2016-03-04 13:39:29 -07:00
motion_control.c Pin state reporting of all pins. Flash optimization. 2015-11-09 21:54:26 -07:00
motion_control.h Optional line number reporting bug fix. 2015-08-29 16:28:29 -06:00
nuts_bolts.c v1.0 Beta Release. 2015-08-27 21:37:19 -06:00
nuts_bolts.h Pin state reporting of all pins. Flash optimization. 2015-11-09 21:54:26 -07:00
planner.c Applied master branch bug fixes. 2016-03-04 13:39:29 -07:00
planner.h v1.0 Beta Release. 2015-08-27 21:37:19 -06:00
print.c v1.0 Beta Release. 2015-08-27 21:37:19 -06:00
print.h v1.0 Beta Release. 2015-08-27 21:37:19 -06:00
probe.c Pin state reporting of all pins. Flash optimization. 2015-11-09 21:54:26 -07:00
probe.h Homing alarm upon no switch. Licensing update. 2015-02-15 17:36:08 -07:00
protocol.c Pin state reporting of all pins. Flash optimization. 2015-11-09 21:54:26 -07:00
protocol.h v1.0 Beta Release. 2015-08-27 21:37:19 -06:00
report.c Pin state reporting of all pins. Flash optimization. 2015-11-09 21:54:26 -07:00
report.h v1.0 Beta Release. 2015-08-27 21:37:19 -06:00
serial.c Pin state reporting of all pins. Flash optimization. 2015-11-09 21:54:26 -07:00
serial.h Homing alarm upon no switch. Licensing update. 2015-02-15 17:36:08 -07:00
settings.c v1.0 Beta Release. 2015-08-27 21:37:19 -06:00
settings.h Pin state reporting of all pins. Flash optimization. 2015-11-09 21:54:26 -07:00
spindle_control.c Applied master branch bug fixes. 2016-03-04 13:39:29 -07:00
spindle_control.h Homing alarm upon no switch. Licensing update. 2015-02-15 17:36:08 -07:00
stepper.c Applied master branch bug fixes. 2016-03-04 13:39:29 -07:00
stepper.h v1.0 Beta Release. 2015-08-27 21:37:19 -06:00
system.c Pin state reporting of all pins. Flash optimization. 2015-11-09 21:54:26 -07:00
system.h Pin state reporting of all pins. Flash optimization. 2015-11-09 21:54:26 -07:00