grbl-LPC-CoreXY/grbl
Sonny Jeon 85b0c7a8b4 G91.1 support. Fixed a config.h option.
- G91.1 support added. This g-code sets the arc IJK distance mode to
incremental, which is the default already. This simply  helps reduce
parsing errors with certain CAM programs that output this command.

- Max step rate checks weren’t being compiled in if the option was
enabled. Fixed now.

- Alarm codes were not displaying correctly when GUI reporting mode was
enabled. Due to unsigned int problem. Changed codes to positive values
since they aren’t shared with other codes.
2015-02-25 08:29:56 -07:00
..
examples/grblUpload File re-organization. New Makefile. 2015-02-10 19:30:40 -07:00
config.h Fixed config.h to Grbl release defaults. 2015-02-23 18:50:32 -07:00
coolant_control.c Homing alarm upon no switch. Licensing update. 2015-02-15 17:36:08 -07:00
coolant_control.h Homing alarm upon no switch. Licensing update. 2015-02-15 17:36:08 -07:00
cpu_map.h Homing alarm upon no switch. Licensing update. 2015-02-15 17:36:08 -07:00
defaults.h Homing alarm upon no switch. Licensing update. 2015-02-15 17:36:08 -07: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 G91.1 support. Fixed a config.h option. 2015-02-25 08:29:56 -07:00
gcode.h G91.1 support. Fixed a config.h option. 2015-02-25 08:29:56 -07:00
grbl.h New configuration options. 2015-02-23 18:45:26 -07:00
limits.c New configuration options. 2015-02-23 18:45:26 -07:00
limits.h Homing alarm upon no switch. Licensing update. 2015-02-15 17:36:08 -07:00
main.c New configuration options. 2015-02-23 18:45:26 -07:00
motion_control.c Homing alarm upon no switch. Licensing update. 2015-02-15 17:36:08 -07:00
motion_control.h Homing alarm upon no switch. Licensing update. 2015-02-15 17:36:08 -07:00
nuts_bolts.c Homing alarm upon no switch. Licensing update. 2015-02-15 17:36:08 -07:00
nuts_bolts.h Homing alarm upon no switch. Licensing update. 2015-02-15 17:36:08 -07:00
planner.c Homing alarm upon no switch. Licensing update. 2015-02-15 17:36:08 -07:00
planner.h Homing alarm upon no switch. Licensing update. 2015-02-15 17:36:08 -07:00
print.c Homing alarm upon no switch. Licensing update. 2015-02-15 17:36:08 -07:00
print.h Homing alarm upon no switch. Licensing update. 2015-02-15 17:36:08 -07:00
probe.c Homing alarm upon no switch. Licensing update. 2015-02-15 17:36:08 -07:00
probe.h Homing alarm upon no switch. Licensing update. 2015-02-15 17:36:08 -07:00
protocol.c Homing alarm upon no switch. Licensing update. 2015-02-15 17:36:08 -07:00
protocol.h Homing alarm upon no switch. Licensing update. 2015-02-15 17:36:08 -07:00
report.c G91.1 support. Fixed a config.h option. 2015-02-25 08:29:56 -07:00
report.h G91.1 support. Fixed a config.h option. 2015-02-25 08:29:56 -07:00
serial.c Homing alarm upon no switch. Licensing update. 2015-02-15 17:36:08 -07:00
serial.h Homing alarm upon no switch. Licensing update. 2015-02-15 17:36:08 -07:00
settings.c G91.1 support. Fixed a config.h option. 2015-02-25 08:29:56 -07:00
settings.h Homing alarm upon no switch. Licensing update. 2015-02-15 17:36:08 -07:00
spindle_control.c Homing alarm upon no switch. Licensing update. 2015-02-15 17:36:08 -07:00
spindle_control.h Homing alarm upon no switch. Licensing update. 2015-02-15 17:36:08 -07:00
stepper.c Homing alarm upon no switch. Licensing update. 2015-02-15 17:36:08 -07:00
stepper.h Homing alarm upon no switch. Licensing update. 2015-02-15 17:36:08 -07:00
system.c New configuration options. 2015-02-23 18:45:26 -07:00
system.h Homing alarm upon no switch. Licensing update. 2015-02-15 17:36:08 -07:00