Skip to content

Commit

Permalink
v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hovanem committed Oct 31, 2017
1 parent c22ad11 commit f3eb0ec
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion documentation/CHANGELOG.md
Expand Up @@ -113,4 +113,19 @@
* UI now build with create-react-app library

## 1.7.1 (2017-10-19)
* Titan park routine moves up 10mm in Z
* Titan park routine moves up 10mm in Z

## 1.8.0 (2017-10-31)
* Fixed bug where disconnect wasn't possible unless processing a job
* Fixed reset button for raspberry pi
* Fixed functionality for updating hostname on the pi
* Fixed header padding on UI Files and Settings
* Modified disable motors to be a single row
* Added ability to tune flowrate and speed
* Added "Live Jog" to enable jogging while a job is being processed
* Temp commands can be so long as the bot is connected (mid-job temp change is not blocked)
* Fixed bug with hovering luminesence resetting itself
* Uniform command scheme where green is "GO" and red is "STOP"
* Serial bots no longer show up unless they're connected


2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "machine-collaboration-utility",
"version": "1.7.1",
"version": "1.8.0",
"private": true,
"main": "server/launchElectron.js",
"build": {
Expand Down

0 comments on commit f3eb0ec

Please sign in to comment.