SHA256
10
0
forked from pool/Printrun

24 Commits

Author SHA256 Message Date
6422406036 Accepting request 870347 from science
OBS-URL: https://build.opensuse.org/request/show/870347
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Printrun?expand=0&rev=6
2021-02-09 20:17:00 +00:00
1020be1aa4 Accepting request 870346 from home:StefanBruens:branches:science
- Remove two remaining instances of python_module macro, pulling
  in python36-wxPython.

OBS-URL: https://build.opensuse.org/request/show/870346
OBS-URL: https://build.opensuse.org/package/show/science/Printrun?expand=0&rev=23
2021-02-08 21:28:04 +00:00
9af0e7d848 Accepting request 866336 from science
OBS-URL: https://build.opensuse.org/request/show/866336
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Printrun?expand=0&rev=5
2021-01-25 17:24:02 +00:00
f7cc6448f4 Accepting request 866335 from home:StefanBruens:branches:science
- Fix build failures after backwards incompatible changes to
  python-rpm-macros.

OBS-URL: https://build.opensuse.org/request/show/866335
OBS-URL: https://build.opensuse.org/package/show/science/Printrun?expand=0&rev=21
2021-01-24 09:22:10 +00:00
78dd3e3a96 Accepting request 846390 from 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 (forwarded request 846361 from StefanBruens)

OBS-URL: https://build.opensuse.org/request/show/846390
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Printrun?expand=0&rev=4
2020-11-06 22:45:01 +00:00
d404cc7cc4 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
c033ae21cd fix
OBS-URL: https://build.opensuse.org/package/show/science/Printrun?expand=0&rev=18
2020-02-11 13:46:18 +00:00
3c9be9fbf4 Accepting request 645480 from science
- fix dependency to python3 modules (esp. wxWidgets)

OBS-URL: https://build.opensuse.org/request/show/645480
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Printrun?expand=0&rev=3
2018-10-31 12:16:54 +00:00
fba3d64a4a changes entry
OBS-URL: https://build.opensuse.org/package/show/science/Printrun?expand=0&rev=16
2018-10-30 09:04:14 +00:00
544ffef602 sync
OBS-URL: https://build.opensuse.org/package/show/science/Printrun?expand=0&rev=15
2018-10-30 08:40:21 +00:00
a15a83b36a Accepting request 624274 from science
OBS-URL: https://build.opensuse.org/request/show/624274
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Printrun?expand=0&rev=2
2018-07-22 21:04:23 +00:00
c8cb5f1633 Accepting request 623528 from home:StefanBruens:branches:science
- 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

OBS-URL: https://build.opensuse.org/request/show/623528
OBS-URL: https://build.opensuse.org/package/show/science/Printrun?expand=0&rev=13
2018-07-20 12:53:45 +00:00
ebc047cf06 Accepting request 623654 from science
Revert direct commits, changes should go in via SRs!

OBS-URL: https://build.opensuse.org/request/show/623654
OBS-URL: https://build.opensuse.org/package/show/science/Printrun?expand=0&rev=12
2018-07-18 12:59:55 +00:00
31d29c62fc cleanup
OBS-URL: https://build.opensuse.org/package/show/science/Printrun?expand=0&rev=11
2018-07-18 12:30:06 +00:00
176007318b cleanup
OBS-URL: https://build.opensuse.org/package/show/science/Printrun?expand=0&rev=10
2018-07-18 12:29:41 +00:00
96fceafbdf update
OBS-URL: https://build.opensuse.org/package/show/science/Printrun?expand=0&rev=9
2018-04-10 12:21:39 +00:00
85880a464f Accepting request 505566 from science
3D Printer control app, CLI and UI

OBS-URL: https://build.opensuse.org/request/show/505566
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Printrun?expand=0&rev=1
2017-08-10 12:02:06 +00:00
444ec6d597 another
OBS-URL: https://build.opensuse.org/package/show/science/Printrun?expand=0&rev=7
2017-06-21 20:19:03 +00:00
ca0e91cd17 go
OBS-URL: https://build.opensuse.org/package/show/science/Printrun?expand=0&rev=6
2017-06-21 19:54:46 +00:00
5c2879440e grr
OBS-URL: https://build.opensuse.org/package/show/science/Printrun?expand=0&rev=5
2017-06-21 19:53:34 +00:00
b73b6eb897 go
OBS-URL: https://build.opensuse.org/package/show/science/Printrun?expand=0&rev=4
2017-06-21 19:44:34 +00:00
74fe42eaca fix dep
OBS-URL: https://build.opensuse.org/package/show/science/Printrun?expand=0&rev=3
2017-06-11 17:25:18 +00:00
ca1146d1a8 prepare for submission
OBS-URL: https://build.opensuse.org/package/show/science/Printrun?expand=0&rev=2
2017-06-11 15:01:25 +00:00
3f5fc15139 osc copypac from project:science:unstable package:Printrun revision:1
OBS-URL: https://build.opensuse.org/package/show/science/Printrun?expand=0&rev=1
2017-06-11 14:57:08 +00:00