Skip to content

Commit

Permalink
Release Printrun-2.0.0rc5
Browse files Browse the repository at this point in the history
  • Loading branch information
hroncok committed Mar 26, 2018
1 parent bcb3eba commit e0ee40a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
22 changes: 21 additions & 1 deletion NEWS.md
@@ -1,3 +1,24 @@
Printrun - 2.0.0rc5
====================

Pre-release for testing purposes.

### New Features

- Slic3r integration works with Slic3r PE (959e03e)
- Disable extrude and retract while printing (284f793, c772209)
- Add disable autoscroll option (4df9d58)

### Fixed Bugs

- sys.frozen problem with installed Printrun (#920)
- Button dragging (#690)
- Repetier M20 (#848)
- Crash on startup with tabbed mode enabled (979df4a)
- Absurd 3D viewer viewport rotation control (#622)
- STL parser and GCODE plater export Python 3 problems (f8aeafd, 2ea0835)


Printrun - 2.0.0rc4
====================

Expand All @@ -18,7 +39,6 @@ Pre-release for testing purposes.
- Messages printed twice in terminal (#916)
- Prevent race condition on exit (42d7cd0, 16ee30b)
- Object has no attribute 'slic3r_configs' (#865)



Printrun - 2.0.0rc3
Expand Down
2 changes: 1 addition & 1 deletion printrun/printcore.py
Expand Up @@ -13,7 +13,7 @@
# You should have received a copy of the GNU General Public License
# along with Printrun. If not, see <http://www.gnu.org/licenses/>.

__version__ = "2.0.0rc4"
__version__ = "2.0.0rc5"

import sys
if sys.version_info.major < 3:
Expand Down

0 comments on commit e0ee40a

Please sign in to comment.