Fixed indicators low-side units, version bump
authorJoseph Coffland <joseph@cauldrondevelopment.com>
Thu, 26 Sep 2019 00:36:52 +0000 (17:36 -0700)
committerJoseph Coffland <joseph@cauldrondevelopment.com>
Thu, 26 Sep 2019 00:37:31 +0000 (17:37 -0700)
CHANGELOG.md
package.json
src/pug/templates/indicators.pug

index 475bf8c851b6f80a73f0f16bf6d5ee79de9c91f6..8d8944f459f4880c5588e30d8dcb44faa2cbd43d 100644 (file)
@@ -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.
index 5141d1e5bd2709e4012cc1e8f5520e8b5ed097e0..cf48ab41c2ab5f7d86fe8e246f8040d79acc4847 100644 (file)
@@ -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+",
index 7e355430025672cef94e53ae17d41aec6074867c..6839e5a414c8ad5a7d72e1e0d4e3cddc921a2fb7 100644 (file)
@@ -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