Added support for GCode expressions and vars, Added probe and seek commands
authorJoseph Coffland <joseph@cauldrondevelopment.com>
Sun, 2 Jul 2017 06:18:32 +0000 (23:18 -0700)
committerJoseph Coffland <joseph@cauldrondevelopment.com>
Sun, 2 Jul 2017 06:18:32 +0000 (23:18 -0700)
commite002b40f43b2daec8f0bdbe5abc994481751dd67
treeafa019f0a4e2d6545909a46ae38db8793f6f7a9d
parent5ccea80929b8bddc37ba315d4a9a278e4c573f5c
Added support for GCode expressions and vars, Added probe and seek commands
35 files changed:
avr/src/axis.c
avr/src/command.c
avr/src/command.def
avr/src/config.h
avr/src/drv8711.h
avr/src/estop.c
avr/src/gcode_expr.c [new file with mode: 0644]
avr/src/gcode_expr.h [new file with mode: 0644]
avr/src/gcode_parser.c
avr/src/gcode_parser.h
avr/src/gcode_state.h
avr/src/home.c [deleted file]
avr/src/home.h [deleted file]
avr/src/homing.c [deleted file]
avr/src/homing.h [deleted file]
avr/src/i2c.h
avr/src/machine.c
avr/src/machine.h
avr/src/main.c
avr/src/messages.def
avr/src/motor.c
avr/src/motor.h
avr/src/plan/arc.c
avr/src/plan/buffer.c
avr/src/plan/buffer.h
avr/src/plan/exec.c
avr/src/plan/line.c
avr/src/plan/line.h
avr/src/plan/planner.c
avr/src/probing.c [deleted file]
avr/src/probing.h [deleted file]
avr/src/switch.c
avr/src/vars.c
avr/src/vars.def
avr/src/vars.h