From: Joseph Coffland Date: Thu, 26 Sep 2019 00:36:52 +0000 (-0700) Subject: Fixed indicators low-side units, version bump X-Git-Url: https://git.buildbotics.com/?a=commitdiff_plain;h=58437b560e2881cb44154e5a8d52834e58b7d479;p=bbctrl-firmware Fixed indicators low-side units, version bump --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 475bf8c..8d8944f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Buildbotics CNC Controller Firmware Changelog ============================================= +## v0.4.11 + - Don't reset global offsets on M2. + - Test shunt and show error on failure. + - Report spindle status codes from Modbus. + - Save more log files in bug report. + - Fixed indicators low-side units. + ## v0.4.10 - Fix demo password check - Fix bug were fast clicks could cause jog commands to arrive out of order. @@ -9,10 +16,6 @@ Buildbotics CNC Controller Firmware Changelog - Show all motors in shutdown when in power shutdown. - Improved GCode error messages. - Put controller into estop when in power shutdown. - - Don't reset global offsets on M2. - - Test shunt and show error on failure. - - Report spindle status codes from Modbus. - - Save more log files in bug report. ## v0.4.9 - Enforce 6A per motor channel peak current limit. @@ -20,7 +23,7 @@ Buildbotics CNC Controller Firmware Changelog ## v0.4.8 - Fixed log rotating. - - Use systemd serivce instead of init.d. + - Use systemd service instead of init.d. - Fix planner terminate. - Changed AVR serial interrupt priorites. - Increased AVR serial and command buffers. diff --git a/package.json b/package.json index 5141d1e..cf48ab4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bbctrl", - "version": "0.4.10", + "version": "0.4.11", "homepage": "http://buildbotics.com/", "repository": "https://github.com/buildbotics/bbctrl-firmware", "license": "GPL-3.0+", diff --git a/src/pug/templates/indicators.pug b/src/pug/templates/indicators.pug index 7e35543..6839e5a 100644 --- a/src/pug/templates/indicators.pug +++ b/src/pug/templates/indicators.pug @@ -230,7 +230,7 @@ script#indicators-template(type="text/x-template") td {{state.motor | fixed 2}} A th Motor th.separator - td {{state.vdd | fixed 1}} V + td {{state.vdd | fixed 2}} A th Low-side tr