New planner sending line moves
authorJoseph Coffland <joseph@cauldrondevelopment.com>
Sun, 31 Dec 2017 19:43:56 +0000 (11:43 -0800)
committerJoseph Coffland <joseph@cauldrondevelopment.com>
Sun, 14 Jan 2018 23:40:43 +0000 (15:40 -0800)
commit3bb1994eae8a6ed43a6d89f4c34b0b9bf0530b66
treee4bcb1b731bdaad3ee9e61996011611b7d02af3d
parentcde9572418f2916535d64cbb5391644b48476c25
New planner sending line moves
64 files changed:
src/avr/.gitignore
src/avr/Makefile
src/avr/src/action.c [deleted file]
src/avr/src/action.h [deleted file]
src/avr/src/axis.h
src/avr/src/base64.c [new file with mode: 0644]
src/avr/src/base64.h [new file with mode: 0644]
src/avr/src/command.def
src/avr/src/command.h
src/avr/src/command.json.in [new file with mode: 0644]
src/avr/src/commands.c [new file with mode: 0644]
src/avr/src/config.h
src/avr/src/cpp_magic.h
src/avr/src/estop.c
src/avr/src/exec.c
src/avr/src/exec.h
src/avr/src/hardware.c
src/avr/src/hardware.h
src/avr/src/huanyang.c
src/avr/src/huanyang.h
src/avr/src/i2c.c
src/avr/src/i2c.h
src/avr/src/jog.c
src/avr/src/lcd.c
src/avr/src/lcd.h
src/avr/src/line.c [new file with mode: 0644]
src/avr/src/main.c
src/avr/src/messages.def
src/avr/src/messages.json.in [new file with mode: 0644]
src/avr/src/motor.c
src/avr/src/queue.c [deleted file]
src/avr/src/queue.h [deleted file]
src/avr/src/ringbuf.def
src/avr/src/rtc.c
src/avr/src/rtc.h
src/avr/src/spindle.c
src/avr/src/spindle.h
src/avr/src/state.c
src/avr/src/state.h
src/avr/src/status.c
src/avr/src/status.h
src/avr/src/stepper.c
src/avr/src/stepper.h
src/avr/src/switch.c
src/avr/src/switch.h
src/avr/src/type.c [new file with mode: 0644]
src/avr/src/type.def [new file with mode: 0644]
src/avr/src/type.h [new file with mode: 0644]
src/avr/src/usart.c
src/avr/src/usart.h
src/avr/src/util.c
src/avr/src/util.h
src/avr/src/vars.c
src/avr/src/vars.def
src/avr/src/vars.h
src/jade/templates/control-view.jade
src/js/control-view.js
src/pwr/Makefile
src/py/bbctrl/AVR.py
src/py/bbctrl/Cmd.py [new file with mode: 0644]
src/py/bbctrl/Jog.py
src/py/bbctrl/Planner.py [new file with mode: 0644]
src/py/bbctrl/__init__.py
src/resources/js/smoothie.js [new file with mode: 0644]