Version: 2.0.0~rc7.1599393390.c451359-bp154.1.27
* Mon Feb 08 2021 Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Remove two remaining instances of python_module macro, pulling
in python36-wxPython.
* Sun Jan 24 2021 Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Fix build failures after backwards incompatible changes to
python-rpm-macros.
* Fri Nov 06 2020 Stefan Brüns <stefan.bruens@rwth-aachen.de>
- update to 2.0.0rc7
* New Features:
+ Live resizing of panels and many other UI improvements (#1073)
+ Render G2/G3 arcs in 3D view by interpolating them as line
segments (#1092 and #1097)
+ Apply grid size settings to 3d view (#1093)
+ Visualize moves with laser/spindle active as extrusion (#1094)
+ Keyboard shortcuts for important UI elements (00a932e)
+ Keyboard jogging improvements (#1100)
* Fixed Bugs
+ Do not expand setting spinners, combo boxes and dropdown
lists (5d42c19)
+ Build wheels for Windows and manylinux1/2014 correctly (#1087)
+ Allow spaces between coordinate and value when parsing
coordinates in gcode (#1090)
+ Fix G2/G3 arc rendering error and scaling in 2D view (#1091)
+ Correct index of appended command in gcoder (#1057)
+ Fix incorrect string comparisons using "is" (#1096)
+ Fix D-pad/keyboard jog movements (#1084)
+ Fix incorrect enabled state of controls on UI settings
change (f02f4ef)
+ Fix command history traversal (9d5620f)
+ Fix toolbar shortcuts, blank jog, jog tab-out on
Windows (1f0290b)
+ Fix lost messages from Marlin that contain the string
"Count" (#1104)
+ Fix wheel install paths for locales and images (#1101)
- update to 2.0.0rc6
* New Features:
+ Change the default background color to the theme one (#931)
+ Add setting for graph background color (#791)
+ Hide second extruder from graph if not present (#791)
+ Support for disabling Mate screensaver service (#979)
+ Armenian translation (#1042)
+ Don't print the M117 status msg to the console (#1081)
+ Packages installable by pip are available on PyPI (#921)
* Fixed Bugs
+ Don't ask for exit confirmation on the console when asking
in GUI (b48fe7b)
+ Preset for temperatures does not affect Selection on the
main screen (#676)
+ Several Python 3 related followups, mostly in
run_gcode_script
+ Issue connecting to a remote port (#1027)
+ Run "Final command" from settings when print is
finished (#1014)
+ Fix a crash in wx at startup due to locale settings (#1015)
+ Only apply PARITY_ODD workaround where it's actually
needed (#1017)
+ Do not attempt to read extra device name patterns on
windows (#1040)
+ Several Linux packaging fixes
+ Removed error-causing wxPython horizontal alignment
flags (#1052)
+ Rewrite deprecated Serial functions (#1017), pySerial >= 3
is now needed
+ 3D Viewer color options don't update (#1054)
+ Settings change callbacks not called (#1063 and others)
- Drop upstream fix-file-load.patch
- Clean up specfile
* Tue Feb 11 2020 Adrian Schröter <adrian@suse.de>
- fix file load in pronsole
* Tue Oct 30 2018 Adrian Schröter <adrian@suse.de>
- fix dependency to python3 modules (esp. wxWidgets)
* Tue Jul 17 2018 stefan.bruens@rwth-aachen.de
- Spec file fixes/cleanup:
* Use python3, python2 is no longer supported by Printrun
* Add missing setuptools dependency
* Remove %defattr
* Tag COPYING with %license, and only package it in common subpackage
- Drop obsolete Printrun-pyglet12.patch
* Tue Apr 10 2018 adrian@suse.de
- update to 2.0.0rc5
- switch to python3
* Wed Jun 21 2017 adrian@suse.de
- use upstream version scheme
* Fri Jun 02 2017 adrian@suse.de
- update to current code
- hack around to get it building
* Tue Aug 06 2013 jw@suse.com
- fixed desktop Categories
according to http://en.opensuse.org/openSUSE:Packaging_desktop_menu_categories#Graphics
- fixed specfile:
* chosen a valid group, instead of an invalid one
* added the default defattr() line, (which is still needed explicitly even after so many years)
* fixed license syntax.