SHA256
10
0
forked from pool/Printrun
Files
Printrun/_service

16 lines
516 B
Plaintext
Raw Permalink Normal View History

<services>
<service name="obs_scm" mode="disabled">
<param name="url">https://github.com/kliment/Printrun.git</param>
<param name="scm">git</param>
Accepting request 846361 from home:StefanBruens:branches:science - 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 OBS-URL: https://build.opensuse.org/request/show/846361 OBS-URL: https://build.opensuse.org/package/show/science/Printrun?expand=0&rev=19
2020-11-06 06:56:00 +00:00
<param name="revision">printrun-2.0.0rc7</param>
<param name="versionprefix">2.0.0~rc7</param>
</service>
<service mode="disabled" name="set_version" />
<service mode="buildtime" name="tar" />
<service mode="buildtime" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
</services>