Dominique Leuenberger 2021-07-10 20:54:36 +00:00 committed by Git OBS Bridge
commit 6fa796a58e
4 changed files with 18 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c1315826d07f428dfe4b9aa6325727beb1257aa6f711d1659a2760f8e213cd51
size 39583385

3
PrusaSlicer-2.3.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1dfc9e6e0cbc23ee70cb8cedad08bc1683724cd8fc319f2b758a7aa8a449d65b
size 40659637

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Jul 9 16:08:39 UTC 2021 - Ben Greiner <code@bnavigator.de>
- 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
-------------------------------------------------------------------
Tue Apr 20 10:50:45 UTC 2021 - Ben Greiner <code@bnavigator.de>

View File

@ -17,7 +17,7 @@
Name: PrusaSlicer
Version: 2.3.1
Version: 2.3.2
Release: 0
Summary: G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.)
License: AGPL-3.0-only
@ -31,7 +31,8 @@ BuildRequires: eigen3-devel >= 3
BuildRequires: expat
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: glew-devel
# For now, use bundled GLEW because of gh#prusa3d/PrusaSlicer#6396
#!BuildIgnore: glew-devel
BuildRequires: gtest >= 1.7
BuildRequires: ilmbase-devel
BuildRequires: libboost_atomic-devel