Skip to content

Commit

Permalink
Merge pull request #116 from donovan6000/devel
Browse files Browse the repository at this point in the history
Version 0.30 release
  • Loading branch information
donovan6000 committed Mar 16, 2016
2 parents 049afdf + 4880f0c commit fc473ef
Show file tree
Hide file tree
Showing 20 changed files with 1,632 additions and 1,647 deletions.
8 changes: 8 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
Changelog:

V0.30 March 16, 2016

* Fixed compatibility with OctoPrint V1.2.10
* Fixes issue with dialog system
* Made pausing/resuming/canceling a print more reliable when line numbers above 65535 are being sent
* Prevents unhandled firmware and communication errors from being displayed
* Fixed issue where printer would hang when a command with a line number greater than 65535 isn't sucessfully sent to the printer

V0.29 March 11, 2016

* Added raft/brim to model editor
Expand Down
Binary file modified installers/Linux/install.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion installers/OS X/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ else

# Get OctoPrint parameter
octoPrintVersion="$(/Users/$SUDO_USER/Library/Python/2.7/bin/octoprint --version | cut -d' ' -f3)"
if [ $octoPrintVersion = "1.2.8" ] || [ $octoPrintVersion = "1.2.9" ]; then
if [ $octoPrintVersion = "1.2.8" ] || [ $octoPrintVersion = "1.2.9" ] || [ $octoPrintVersion = "1.2.10" ] || [ $octoPrintVersion = "1.2.11" ]; then
octoPrintParameter=""
else
octoPrintParameter="<string>serve<\/string>"
Expand Down
Binary file modified installers/Windows/install.zip
Binary file not shown.
Loading

0 comments on commit fc473ef

Please sign in to comment.