grbl-LPC-CoreXY/grbl
Sungeun Jeon ed29d8a122 New compile options and inverse time bug fix.
- Apparently inverse time motion were not working for quite some time.
Goes to show how many people actually use it. The calculation was bad
and is now fixed in this update. It should now work correctly.

- `;` comment type is now supported. This is standard on LinuxCNC and
common on 3d printers. It was previously not supported due to not
existing in the NIST standard, which is out-dated.

- New compile-option to ECHO the line received. This should help users
experiencing very weird problems and help diagnose if there is
something amiss in the communication to Grbl.

- New compile-option to use the spindle direction pin D13 as a spindle
enable pin with PWM spindle speed on D11. This feature has been
requested often from the laser cutter community. Since spindle
direction isn’t really of much use, it seemed like good good trade.
Note that M4 spindle enable counter-clock-wise support is removed for
obvious reasons, while M3 and M5 still work.
2015-03-27 18:13:21 -06:00
..
examples/grblUpload File re-organization. New Makefile. 2015-02-10 19:30:40 -07:00
config.h New compile options and inverse time bug fix. 2015-03-27 18:13:21 -06: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 New compile options and inverse time bug fix. 2015-03-27 18:13:21 -06: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 New compile options and inverse time bug fix. 2015-03-27 18:13:21 -06:00
gcode.h Updated README. 2015-03-15 21:57:21 -06:00
grbl.h New compile options and inverse time bug fix. 2015-03-27 18:13:21 -06:00
limits.c Another homing cycle fix. 2015-03-07 13:32:59 -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 New compile options and inverse time bug fix. 2015-03-27 18:13:21 -06: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 New compile options and inverse time bug fix. 2015-03-27 18:13:21 -06:00
protocol.h Homing alarm upon no switch. Licensing update. 2015-02-15 17:36:08 -07:00
report.c New compile options and inverse time bug fix. 2015-03-27 18:13:21 -06:00
report.h New compile options and inverse time bug fix. 2015-03-27 18:13:21 -06: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 New compile options and inverse time bug fix. 2015-03-27 18:13:21 -06: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