+ - Respect offsets in canned cycle moves. #219
authorJoseph Coffland <joseph@cauldrondevelopment.com>
Fri, 14 Jun 2019 16:51:05 +0000 (09:51 -0700)
committerJoseph Coffland <joseph@cauldrondevelopment.com>
Fri, 14 Jun 2019 16:51:05 +0000 (09:51 -0700)
commit6202919521d0cbdf42b0f401d8a0e9c7064c440b
tree78ba384f865383f066e6e0587ccdd03fa9cdada1
parentc1b7887c5572fbf49198c619aeac55968dded979
+ - Respect offsets in canned cycle moves.  #219
+ - Fixed G53 warning.
+ - Fixed delayed offset update after M2 or M30 end of program.
+ - Handle multiple consecutive config resets correctly.
+ - Fixed log CPU usage problem introduced in v0.4.6.
+ - Show RPi temp on indicators page.
+ - Show red thermometer if RPi temp exceeds 80°C.
+ - Enforce 6A per motor channel peak current limit.
+ - Adjust config values above max or below min instead of resetting to default.
18 files changed:
CHANGELOG.md
package.json
scripts/install.sh
scripts/update-bbctrl
scripts/upgrade-bbctrl
src/avr/src/config.h
src/avr/src/drv8711.c
src/avr/src/vars.def
src/bbserial/bbserial.c
src/js/indicators.js
src/pug/index.pug
src/pug/templates/admin-general-view.pug
src/pug/templates/indicators.pug
src/py/bbctrl/Config.py
src/py/bbctrl/Log.py
src/py/bbctrl/MonitorTemp.py
src/py/bbctrl/__init__.py
src/resources/config-template.json