- Fixed pausing fail near end of run bug.
authorJoseph Coffland <joseph@cauldrondevelopment.com>
Wed, 28 Feb 2018 13:58:57 +0000 (05:58 -0800)
committerJoseph Coffland <joseph@cauldrondevelopment.com>
Wed, 28 Feb 2018 13:58:57 +0000 (05:58 -0800)
commitbef14114b36a244d96eb81eb95ec896253cd77e8
treefe481e9c40a75a0ee1501ed1a518c16c22ecc552
parent20fd8c9be4e9ff5f72c9f03a8b404b56d9c5fb6d
 - Fixed pausing fail near end of run bug.
 - Show "Upgrading firmware" when upgrading.
 - Log excessive pwr communcation failures as errors.
 - Ensure we can still get out of non-idle cycles when there are errors.
 - Less frequent pwr variable updates.
 - Stop cancels seek and subsequent estop.
 - Fixed bug in AVR/Planner command synchronization.
 - Consistently display HOMMING state during homing operation.
 - Homing zeros axis global offset.
 - Added zero all button. #126
 - Separate "Auto" and "MDI" play/pause & stop buttons. #126
 - Moved home all button. #126
 - Display "Video camera not found." instead of broken image icon.
 - Show offset positions not absolute on LCD.
 - Dont change gcode lines while homing.
 - Dont change button states while homing.
 - Adding warning about power cyclying during an upgrade.
 - Reset planner on AVR errors.
 - Fixed pausing with short moves.
 - Corrected s-curve accel increasing jogging velocities.
26 files changed:
CHANGELOG.md
package.json
src/avr/src/exec.c
src/avr/src/jog.c
src/avr/src/line.c
src/avr/src/scurve.c
src/avr/src/scurve.h
src/avr/src/seek.c
src/avr/src/seek.h
src/avr/src/state.c
src/jade/index.jade
src/jade/templates/control-view.jade
src/js/app.js
src/js/control-view.js
src/py/bbctrl/Comm.py
src/py/bbctrl/CommandQueue.py [new file with mode: 0644]
src/py/bbctrl/Ctrl.py
src/py/bbctrl/LCD.py
src/py/bbctrl/Mach.py
src/py/bbctrl/MainLCDPage.py
src/py/bbctrl/Planner.py
src/py/bbctrl/Pwr.py
src/py/bbctrl/Web.py
src/py/bbctrl/__init__.py
src/py/inevent/JogHandler.py
src/stylus/style.styl