File tree 2 files changed +22
-2
lines changed
2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change
1
+ Printrun - 2.0.0rc5
2
+ ====================
3
+
4
+ Pre-release for testing purposes.
5
+
6
+ ### New Features
7
+
8
+ - Slic3r integration works with Slic3r PE (959e03e)
9
+ - Disable extrude and retract while printing (284f793, c772209)
10
+ - Add disable autoscroll option (4df9d58)
11
+
12
+ ### Fixed Bugs
13
+
14
+ - sys.frozen problem with installed Printrun (#920 )
15
+ - Button dragging (#690 )
16
+ - Repetier M20 (#848 )
17
+ - Crash on startup with tabbed mode enabled (979df4a)
18
+ - Absurd 3D viewer viewport rotation control (#622 )
19
+ - STL parser and GCODE plater export Python 3 problems (f8aeafd, 2ea0835)
20
+
21
+
1
22
Printrun - 2.0.0rc4
2
23
====================
3
24
@@ -18,7 +39,6 @@ Pre-release for testing purposes.
18
39
- Messages printed twice in terminal (#916 )
19
40
- Prevent race condition on exit (42d7cd0, 16ee30b)
20
41
- Object has no attribute 'slic3r_configs' (#865 )
21
-
22
42
23
43
24
44
Printrun - 2.0.0rc3
Original file line number Diff line number Diff line change 13
13
# You should have received a copy of the GNU General Public License
14
14
# along with Printrun. If not, see <http://www.gnu.org/licenses/>.
15
15
16
- __version__ = "2.0.0rc4 "
16
+ __version__ = "2.0.0rc5 "
17
17
18
18
import sys
19
19
if sys .version_info .major < 3 :
You can’t perform that action at this time.
0 commit comments