76 Commits

Author SHA256 Message Date
Dominique Leuenberger
280222bc92 Accepting request 1135619 from science
- Add PrusaSlicer-2.7.1-slic3r-wxWidgets-3.2.4.patch
  * Fixes a compilation error with wxWidgets 3.2.4
  * gh#prusa3d/PrusaSlicer#11769 (forwarded request 1135618 from bnavigator)

OBS-URL: https://build.opensuse.org/request/show/1135619
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/PrusaSlicer?expand=0&rev=31
2024-01-03 11:23:53 +00:00
7308fafb08 Accepting request 1135618 from home:bnavigator:branches:science
- Add PrusaSlicer-2.7.1-slic3r-wxWidgets-3.2.4.patch
  * Fixes a compilation error with wxWidgets 3.2.4
  * gh#prusa3d/PrusaSlicer#11769

OBS-URL: https://build.opensuse.org/request/show/1135618
OBS-URL: https://build.opensuse.org/package/show/science/PrusaSlicer?expand=0&rev=69
2023-12-29 09:51:28 +00:00
e8be2fd2d5 Accepting request 1135111 from home:bnavigator:branches:science
- Update to 2.7.1
  ## Improvements fixed with respect to 2.7.0
  * The option Export as binary G-code was removed from Print
    Settings. Instead, there is a new option in Printer Settings
    named Supports binary G-code so it can be set at printer level.
    There is also a new global switch in Preferences->Other, which
    controls whether binary G-code will be generated for printers
    which support it. It is therefore easy to turn the feature on
    or off without doing any changes in profiles (#11734, #11873).
  * Wipe tower weight was added into G-code metadata so it can be
    easily displayed in the print statistics on the printer's
    display.
  ## Bugs fixed with respect to 2.7.0
  * When ramping travels were enabled, sometimes a perimeter was
    missing at the layer where the spiral starts.
  * Fixed a crash when selecting embossed text while an SVG tool is
    opened (#11759).
  * Helical layer changes could result in out of bed moves
    (#11754).
  * Helical layer change was enabled even when there was no
    retraction on layer change (#11709, #11761).
- Release 2.7.0
  * This is the stable release of PrusaSlicer 2.7.0, introducing
    SVG emboss, binary G-codes, ramping travels, support for G2/G3
    G-codes, support for Cancel object function and much more. It
    also fixes many bugs.
  * Important note for Original Prusa MINI, MK4 and XL owners: The
    new configuration update of our system profiles will enable
    binary G-code and G2/G3 features. Users using older firmware
    need to update to 5.1.0-alpha2 or later or manually turn these
    features off. On older firmware, new binary G-code is not
    visible or recognized and the G2/G3 G-codes may not work
    perfectly.
  * Travel moves improvements
  * SVG embossing tool (#6916, #9373)
  * G2 and G3 G-code support #4352
  * Binary G-code
  * Improved user interface
  * Custom G-code editor
  * Cancel object (Marlin, RRF and Klipper)
- D PrusaSlicer-2.6.0-wxWidgets-CheckResizerFlags-assert-fix.patch

OBS-URL: https://build.opensuse.org/request/show/1135111
OBS-URL: https://build.opensuse.org/package/show/science/PrusaSlicer?expand=0&rev=68
2023-12-29 08:58:57 +00:00
Dominique Leuenberger
56aeb42c95 Accepting request 1111617 from science
OBS-URL: https://build.opensuse.org/request/show/1111617
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/PrusaSlicer?expand=0&rev=30
2023-09-20 11:23:33 +00:00
14b1fc6404 Accepting request 1111613 from home:bnavigator:prusaslicer
- Update to 2.6.1
  * When renaming a preset to a name containing non-ASCII
    characters, the encoding was mangled. This is now fixed
    (#11232).
  * Supports are no longer shown when using the clipping plane in
    SLA supports tool.
  * Fixed a crash when displaying command line help (#11060).
  * Two tooltips in the Cut tool dialog were shown with mangled
    encoding in some languages (#11236).
  * The Help menu in PrusaSlicer was extended with "Sample G-codes
    and Models" item, which navigates the user to the respective
    page on our website where these assets can be downloaded.
  * The Help menu was extended with "Quick Start" item, which
    navigates the user to the beginner's guide on our website.
- Drop PrusaSlicer-pr11154-fix-cgal-c++-error.patch
- Drop PrusaSlicer-drop-wx3.0.patch

OBS-URL: https://build.opensuse.org/request/show/1111613
OBS-URL: https://build.opensuse.org/package/show/science/PrusaSlicer?expand=0&rev=66
2023-09-15 20:34:57 +00:00
Ana Guerrero
d7a69d04cd Accepting request 1107872 from science
- Add PrusaSlicer-pr11154-fix-cgal-c++-error.patch
  * gh#prusa3d/PrusaSlicer#11154
  * Fixes error on CGAL 5.6 (forwarded request 1107871 from bnavigator)

OBS-URL: https://build.opensuse.org/request/show/1107872
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/PrusaSlicer?expand=0&rev=29
2023-08-30 08:19:32 +00:00
a42f41e3c7 Accepting request 1107871 from home:bnavigator:prusaslicer
- Add PrusaSlicer-pr11154-fix-cgal-c++-error.patch
  * gh#prusa3d/PrusaSlicer#11154
  * Fixes error on CGAL 5.6

OBS-URL: https://build.opensuse.org/request/show/1107871
OBS-URL: https://build.opensuse.org/package/show/science/PrusaSlicer?expand=0&rev=64
2023-08-29 08:29:32 +00:00
13512f0571 Accepting request 1105329 from home:bnavigator:branches:science
- Limit to CGAL < 5.6 as it introduced breaking changes which
  PrusaSlicer is not compatible yet
- Disable failing ix86 build

OBS-URL: https://build.opensuse.org/request/show/1105329
OBS-URL: https://build.opensuse.org/package/show/science/PrusaSlicer?expand=0&rev=63
2023-08-22 19:25:23 +00:00
Ana Guerrero
3a1bd3d4c8 Accepting request 1099891 from science
- Require wxWidgets >= 3.1.6
  * Add PrusaSlicer-drop-wx3.0.patch
  * gh#prusa3d/PrusaSlicer#11026, gh#prusa3d/PrusaSlicer#11027 (forwarded request 1099890 from bnavigator)

OBS-URL: https://build.opensuse.org/request/show/1099891
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/PrusaSlicer?expand=0&rev=28
2023-07-25 09:29:34 +00:00
4758396167 Accepting request 1099890 from home:bnavigator:branches:science
- Require wxWidgets >= 3.1.6
  * Add PrusaSlicer-drop-wx3.0.patch
  * gh#prusa3d/PrusaSlicer#11026, gh#prusa3d/PrusaSlicer#11027

OBS-URL: https://build.opensuse.org/request/show/1099890
OBS-URL: https://build.opensuse.org/package/show/science/PrusaSlicer?expand=0&rev=61
2023-07-21 10:41:01 +00:00
edd6ac7050 Accepting request 1097830 from home:bnavigator:branches:science
- BuildRequire nanosvg-devel >= 2022.12.22
  * only the fltk fork has nsvgRasterizeXY()

OBS-URL: https://build.opensuse.org/request/show/1097830
OBS-URL: https://build.opensuse.org/package/show/science/PrusaSlicer?expand=0&rev=60
2023-07-09 14:44:15 +00:00
07f7b199d0 Accepting request 1097058 from home:frispete:3dprinting
- disable slic3r_jobs_tests.cpp, as it fails sometimes
- PrusaSlicer-2.6.0-wxWidgets-CheckResizerFlags-assert-fix.patch
  applied

- Update to version 2.6.0
  * too many changes to list here, you may want to check:
    https://github.com/prusa3d/PrusaSlicer/commits/version_2.6.0
  * PrusaSlicer-boost1.79.patch was applied upstream: removed
  * PrusaSlicer-cereal.patch was applied upstream: removed
  * gentoo-887055-boost-fix.patch was applied upstream: removed
  * new dependencies: nanosvg (new package), glu and glew
  * more sed fiddling required for system expat and qhull support
  * PrusaSlicer-2.6.0-octoprint-name-fix.patch added to work around
    compile error: cast lambda expressionn to same type
  * wxWidgets 3.0 is not supported anymore (even project states
    otherwise). Let's hope, it will work with 3.2 better now.
    upstream is using a patched 3.1 version.

OBS-URL: https://build.opensuse.org/request/show/1097058
OBS-URL: https://build.opensuse.org/package/show/science/PrusaSlicer?expand=0&rev=59
2023-07-06 18:35:53 +00:00
Dominique Leuenberger
c89d2cc7ab Accepting request 1082115 from science
OBS-URL: https://build.opensuse.org/request/show/1082115
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/PrusaSlicer?expand=0&rev=27
2023-04-22 20:03:18 +00:00
57f17d6cb6 Accepting request 1082061 from home:kwk:branches:science
- Update to version 2.5.2
  * contains profiles for Original Prusa MK4 printer
- Update to version 2.5.1
  * 'Monotonic lines' top/bottom fill pattern
  * It is now possible to set acceleration separately for external
    perimeters, solid infill and top solid infill (Print Settings->
      Speed->Acceleration control)
  * Original Prusa XL specific: Arrangement into the corner
  * Fixed a crash sometimes occurring when slicing very detailed models
  * Added Original Prusa XL profiles

OBS-URL: https://build.opensuse.org/request/show/1082061
OBS-URL: https://build.opensuse.org/package/show/science/PrusaSlicer?expand=0&rev=57
2023-04-21 17:35:28 +00:00
Dominique Leuenberger
1d3905d264 Accepting request 1062332 from science
OBS-URL: https://build.opensuse.org/request/show/1062332
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/PrusaSlicer?expand=0&rev=26
2023-02-01 15:39:13 +00:00
78b41ed3d6 Accepting request 1062331 from home:bnavigator:branches:science
- Add gentoo-887055-boost-fix.patch
  * Fix build error with boost-filesystem 1.81
  * gh#prusa3d/PrusaSlicer#9294
  * https://bugs.gentoo.org/887055

OBS-URL: https://build.opensuse.org/request/show/1062331
OBS-URL: https://build.opensuse.org/package/show/science/PrusaSlicer?expand=0&rev=55
2023-01-31 19:18:49 +00:00
Dominique Leuenberger
abdafe43e4 Accepting request 1046021 from science
- Update up-occt-version.patch
  * Allow any version for openCASCADE
  * Luckily, the package compiles with recently updated occt v7.7 (forwarded request 1046020 from bnavigator)

OBS-URL: https://build.opensuse.org/request/show/1046021
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/PrusaSlicer?expand=0&rev=25
2023-01-02 14:01:58 +00:00
50720ebaea Accepting request 1046020 from home:bnavigator:branches:science
- Update up-occt-version.patch
  * Allow any version for openCASCADE
  * Luckily, the package compiles with recently updated occt v7.7

OBS-URL: https://build.opensuse.org/request/show/1046020
OBS-URL: https://build.opensuse.org/package/show/science/PrusaSlicer?expand=0&rev=53
2023-01-01 17:37:00 +00:00
Dominique Leuenberger
130041ab2b Accepting request 1032201 from science
- Update to version 2.5.0
  * Arachne perimeter generator
  * Lightning infill
  * Pressure equalizer
  * STEP file import
  * various smaller features and bugfixes
  * Big changelog since v2.4.2, most changes decribed in alpha and
    beta release notes:
    https://github.com/prusa3d/PrusaSlicer/releases
- Add up-occt-version.patch

OBS-URL: https://build.opensuse.org/request/show/1032201
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/PrusaSlicer?expand=0&rev=24
2022-10-29 18:17:48 +00:00
06aaa543cd OBS-URL: https://build.opensuse.org/package/show/science/PrusaSlicer?expand=0&rev=51 2022-10-29 12:52:05 +00:00
e93eac9e84 Accepting request 1032196 from home:bnavigator:branches:science
- Update to version 2.5.0
  * Arachne perimeter generator
  * Lightning infill
  * Pressure equalizer
  * STEP file import
  * various smaller features and bugfixes
  * Big changelog since v2.4.2, most changes decribed in alpha and
    beta release notes:
    https://github.com/prusa3d/PrusaSlicer/releases

OBS-URL: https://build.opensuse.org/request/show/1032196
OBS-URL: https://build.opensuse.org/package/show/science/PrusaSlicer?expand=0&rev=50
2022-10-29 12:48:04 +00:00
Dominique Leuenberger
ecd996efab Accepting request 1001318 from science
OBS-URL: https://build.opensuse.org/request/show/1001318
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/PrusaSlicer?expand=0&rev=23
2022-09-06 11:00:58 +00:00
b1681bf822 Accepting request 1001306 from home:frispete:3dprinting
- Quoting Lucas Matena (see gh#prusa3d/PrusaSlicer#8299, issue 2): 
  if you link PrusaSlicer 2.5.x with wxWidgets 3.2, you will most
  likely break it: link against wxWidgets 3.0.5

OBS-URL: https://build.opensuse.org/request/show/1001306
OBS-URL: https://build.opensuse.org/package/show/science/PrusaSlicer?expand=0&rev=48
2022-09-05 21:51:15 +00:00
Dominique Leuenberger
b0c6d40211 Accepting request 992064 from science
OBS-URL: https://build.opensuse.org/request/show/992064
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/PrusaSlicer?expand=0&rev=22
2022-08-02 20:08:47 +00:00
d80caa5399 Accepting request 992063 from home:bnavigator:branches:science
- Add PrusaSlicer-cereal.patch -- gh#prusa3d/PrusaSlicer#7809

OBS-URL: https://build.opensuse.org/request/show/992063
OBS-URL: https://build.opensuse.org/package/show/science/PrusaSlicer?expand=0&rev=46
2022-08-01 16:08:46 +00:00
Dominique Leuenberger
802bb4f5af Accepting request 980157 from science
OBS-URL: https://build.opensuse.org/request/show/980157
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/PrusaSlicer?expand=0&rev=21
2022-06-01 15:34:45 +00:00
49b37b5ca7 Accepting request 980151 from home:bnavigator:branches:science
- Disable test_voronoi -- rh#2059646

OBS-URL: https://build.opensuse.org/request/show/980151
OBS-URL: https://build.opensuse.org/package/show/science/PrusaSlicer?expand=0&rev=44
2022-05-31 19:35:44 +00:00
Dominique Leuenberger
81e874b059 Accepting request 975640 from science
OBS-URL: https://build.opensuse.org/request/show/975640
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/PrusaSlicer?expand=0&rev=20
2022-05-08 19:52:58 +00:00
941c3af3b9 Accepting request 975624 from home:bnavigator:branches:science
- Update to version 2.4.2
  * SLA mode incorrectly handled 3MFs from 3rd party software,
    resulting in misplaced SLA support points and holes in some
    cases (#6100, #7359, #7189, #7826, #7659). This is very old
    issue.
  * Vase mode preview did not show in cases when Custom Start
    G-Code lacked moves in Z #8032
  * When loading a 3rd party 3MF using drag and drop. PrusaSlicer
    no longer asks if the 3MF shall be loaded as a project (which
    makes no sense since it contains no config) and loads the
    geometry only
  * Using the Layer Height Modifier with the wipe tower was
    impossible with multiple objects. The wipe tower reported that
    the layer height profile is different, even though it was in
    fact set the same on all objects (#7711, #7903, #8044)
  * Fixed a crash on "Convert from/to units" when several objects
    were selected
  * Automatic color change for logo crashed PrusaSlicer in certain
    cases (when a one-layer object was present) #8156
  * Linux specific: Fixed a crash on opening projects in some cases
    (#8078, #8097)
  * Added Snapmaker bundle (Snapmaker A250, Snapmaker A350). Based
    on https://github.com/nivekmai/snapmaker-prusa by @nivekmai,
    @WilliamBosacker, @mrworf
  * Added profiles for Zonestar printers (Z5, Z6, Z5X, Z8, Z9),
    based on slic3r/slic3r-profiles#19 by @ZONESTAR3D
  * Fixed a crash when Unsaved Changes dialog attempted to show a
    modified config option which is not available in current mode
    (e.g. Start G-Code in Simple mode). #7905
  * Fixed a bug that when the user was closing the application and

OBS-URL: https://build.opensuse.org/request/show/975624
OBS-URL: https://build.opensuse.org/package/show/science/PrusaSlicer?expand=0&rev=42
2022-05-08 15:08:15 +00:00
Dominique Leuenberger
51a3c98daf Accepting request 972597 from science
OBS-URL: https://build.opensuse.org/request/show/972597
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/PrusaSlicer?expand=0&rev=19
2022-04-25 21:35:51 +00:00
0b2e54c2f9 Accepting request 972596 from home:bnavigator:branches:science
- Refresh PrusaSlicer-boost1.79.patch with upstream's fix
  * gh#prusa3d/PrusaSlicer#8238

OBS-URL: https://build.opensuse.org/request/show/972596
OBS-URL: https://build.opensuse.org/package/show/science/PrusaSlicer?expand=0&rev=40
2022-04-25 11:39:34 +00:00
Dominique Leuenberger
3a05326cd4 Accepting request 972364 from science
OBS-URL: https://build.opensuse.org/request/show/972364
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/PrusaSlicer?expand=0&rev=18
2022-04-24 17:45:46 +00:00
ea40e79070 Accepting request 972363 from home:bnavigator:branches:science
- Add PrusaSlicer-boost1.79.patch avoiding the deprecation
  of boost::filesystem::ofstream in Boost 1.79
  * gh#prusa3d/PrusaSlicer#8238

OBS-URL: https://build.opensuse.org/request/show/972363
OBS-URL: https://build.opensuse.org/package/show/science/PrusaSlicer?expand=0&rev=38
2022-04-24 09:54:18 +00:00
Dominique Leuenberger
1e2f25fb2a Accepting request 969465 from science
OBS-URL: https://build.opensuse.org/request/show/969465
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/PrusaSlicer?expand=0&rev=17
2022-04-13 19:04:40 +00:00
771c92ddaf Accepting request 969432 from home:frispete:3dprinting
- Use gcc version 10 for anything but Tumbleweed

OBS-URL: https://build.opensuse.org/request/show/969432
OBS-URL: https://build.opensuse.org/package/show/science/PrusaSlicer?expand=0&rev=36
2022-04-12 14:17:35 +00:00
2e963622f3 Accepting request 969343 from home:adrianSuSE:branches:science
- Use gcc version 10
  This allows the build on Leap 15.3/15.4 and in Factory using the same
  compiler.
- Add buildignore to libglfw3-wayland to fix building for 15.3

OBS-URL: https://build.opensuse.org/request/show/969343
OBS-URL: https://build.opensuse.org/package/show/science/PrusaSlicer?expand=0&rev=35
2022-04-12 09:32:32 +00:00
Dominique Leuenberger
676aebc9d5 Accepting request 962693 from science
OBS-URL: https://build.opensuse.org/request/show/962693
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/PrusaSlicer?expand=0&rev=16
2022-03-18 15:42:40 +00:00
abb776b5a2 Accepting request 962678 from home:bnavigator:branches:science
- Update to 2.4.1
  * Big changelog since v2.4.0, most changes decribed in alpha and
    beta release notes:
    https://github.com/prusa3d/PrusaSlicer/releases
  * introducing G-Code Substitutions
  * fixing bugs found in 2.4.0 release

OBS-URL: https://build.opensuse.org/request/show/962678
OBS-URL: https://build.opensuse.org/package/show/science/PrusaSlicer?expand=0&rev=33
2022-03-18 13:02:43 +00:00
Dominique Leuenberger
76e9420500 Accepting request 942367 from science
OBS-URL: https://build.opensuse.org/request/show/942367
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/PrusaSlicer?expand=0&rev=15
2021-12-24 20:28:21 +00:00
2fa2ef18ba Accepting request 942356 from home:bnavigator:branches:science
- Update to 2.4.0
  * Big changelog since v2.3.3, most changes decribed in alpha and
    beta release notes:
    https://github.com/prusa3d/PrusaSlicer/releases
  * Send system info: new dialog for telemetry. Opt-in.
- Drop patches
  *  PrusaSlicer-catch2upd.patch
  *  PrusaSlicer-issue6681-openvdb.patch
  *  PrusaSlicer-pr6590-updateTBB.patch

OBS-URL: https://build.opensuse.org/request/show/942356
OBS-URL: https://build.opensuse.org/package/show/science/PrusaSlicer?expand=0&rev=32
2021-12-24 18:19:51 +00:00
Dominique Leuenberger
8befcfffe1 Accepting request 933584 from science
- Make compatible with TBB 2021
  * add FindTBB.cmake -- gh#prusa3d/PrusaSlicer#7332
  * add PrusaSlicer-pr6590-updateTBB.patch
    gh#prusa3d/PrusaSlicer#6590

OBS-URL: https://build.opensuse.org/request/show/933584
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/PrusaSlicer?expand=0&rev=14
2021-11-24 22:54:38 +00:00
dbaa715cb3 Accepting request 933277 from home:bnavigator:branches:graphics
- Make compatible with TBB 2021
  * add FindTBB.cmake -- gh#prusa3d/PrusaSlicer#7332
  * add PrusaSlicer-pr6590-updateTBB.patch
    gh#prusa3d/PrusaSlicer#6590

OBS-URL: https://build.opensuse.org/request/show/933277
OBS-URL: https://build.opensuse.org/package/show/science/PrusaSlicer?expand=0&rev=31
2021-11-23 14:02:13 +00:00
Dominique Leuenberger
9d39352500 Accepting request 921412 from science
OBS-URL: https://build.opensuse.org/request/show/921412
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/PrusaSlicer?expand=0&rev=13
2021-09-25 20:51:29 +00:00
0a81016c9b Accepting request 921411 from home:bnavigator:branches:science
- Add PrusaSlicer-catch2upd.patch
  * gh#prusa3d/PrusaSlicer#6518
  * Update of Catch2 test framework from v2.13.3 to v2.13.6
  * Fixes build failure due to change of MINSIGSTKSZ in glibc 2.34

OBS-URL: https://build.opensuse.org/request/show/921411
OBS-URL: https://build.opensuse.org/package/show/science/PrusaSlicer?expand=0&rev=30
2021-09-25 09:10:29 +00:00
Dominique Leuenberger
bcf68f68d0 Accepting request 915019 from science
- Add PrusaSlicer-issue6681-openvdb.patch
  * gh#prusa3d/PrusaSlicer#6681
  * ilmbase-devel is now provided by openexr-devel
  * OpenVDB's FindOpenVDB.cmake requires blosc-devel

OBS-URL: https://build.opensuse.org/request/show/915019
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/PrusaSlicer?expand=0&rev=12
2021-08-31 17:55:10 +00:00
e6abc44c63 - Add PrusaSlicer-issue6681-openvdb.patch
* gh#prusa3d/PrusaSlicer#6681
  * ilmbase-devel is now provided by openexr-devel
  * OpenVDB's FindOpenVDB.cmake requires blosc-devel

OBS-URL: https://build.opensuse.org/package/show/science/PrusaSlicer?expand=0&rev=29
2021-08-30 11:46:03 +00:00
Dominique Leuenberger
7bbf4e35cb Accepting request 906710 from science
- Update to v2.3.3
  * fix a bug in handling FDM multi-material project and
    configuration files. (forwarded request 906709 from bnavigator)

OBS-URL: https://build.opensuse.org/request/show/906710
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/PrusaSlicer?expand=0&rev=11
2021-07-16 20:13:04 +00:00
b2eb623745 Accepting request 906709 from home:bnavigator:branches:science
- Update to v2.3.3
  * fix a bug in handling FDM multi-material project and
    configuration files.

OBS-URL: https://build.opensuse.org/request/show/906709
OBS-URL: https://build.opensuse.org/package/show/science/PrusaSlicer?expand=0&rev=28
2021-07-16 16:05:44 +00:00
Dominique Leuenberger
6fa796a58e Accepting request 905330 from science
OBS-URL: https://build.opensuse.org/request/show/905330
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/PrusaSlicer?expand=0&rev=10
2021-07-10 20:54:36 +00:00
eaed702f8c Accepting request 905329 from home:bnavigator:branches:science
- Update to v2.3.2
  * Introducing support for the new Prusa SL1S SPEED masked
    SLA printer, Prusa CW1S firmware updater, PrusaLink
    host type for Prusa i3 MK3 printers, Monotonic infill
    for all solid layers, better support for reading
    configurations of newer PrusaSlicer releases, new 3rd
    party printer profiles and a handful of bug fixes.
- Switch to bundled GLEW -- gh#prusa3d/PrusaSlicer#6396

OBS-URL: https://build.opensuse.org/request/show/905329
OBS-URL: https://build.opensuse.org/package/show/science/PrusaSlicer?expand=0&rev=27
2021-07-09 18:00:25 +00:00