- Fixed bug in move exec that was causing bumping between moves.
authorJoseph Coffland <joseph@cauldrondevelopment.com>
Thu, 22 Feb 2018 06:18:38 +0000 (22:18 -0800)
committerJoseph Coffland <joseph@cauldrondevelopment.com>
Thu, 22 Feb 2018 06:18:38 +0000 (22:18 -0800)
commit0e707c3b56296e86c73d571135aa56b992b8d735
treefeb4fcee1cb4f4a2431b1a2ba3358fb7f6d8aa22
parenta8afaf17e0b99e004a14e36806fc1cff139ee1f5
 - Fixed bug in move exec that was causing bumping between moves.
 - Fixed planner bug which could create negative s-curve times.
 - Hide step and optional pause buttons until they are implemented.
 - Fixed pausing problems.
 - Limit number of console messages.
 - Scrollbar on console view.
 - Log debug messages to console in developer mode.
 - Fixed AVR log message source.
 - Fixed step correction.
24 files changed:
CHANGELOG.md
package.json
src/avr/Makefile
src/avr/src/exec.c
src/avr/src/exec.h
src/avr/src/huanyang.c
src/avr/src/huanyang.h
src/avr/src/lcd.h
src/avr/src/line.c
src/avr/src/main.c
src/avr/src/messages.def
src/avr/src/motor.c
src/avr/src/state.c
src/avr/test/Makefile
src/avr/test/hal.c
src/avr/test/planner-test.c
src/jade/templates/console.jade
src/jade/templates/control-view.jade
src/js/console.js
src/py/bbctrl/AVR.py
src/py/bbctrl/Messages.py
src/py/bbctrl/Planner.py
src/py/bbctrl/__init__.py
src/stylus/style.styl