pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

prusaslicer: Update to 2.7.5-rc1



Module Name:	pkgsrc-wip
Committed By:	Paul Ripke <stix%stix.id.au@localhost>
Pushed By:	stix
Date:		Sun Jun 9 23:39:52 2024 +1000
Changeset:	aa5211f3513680a16e1c6fe2ffaf40c30dac117f

Modified Files:
	prusaslicer/Makefile
	prusaslicer/distinfo

Log Message:
prusaslicer: Update to 2.7.5-rc1

PrusaSlicer 2.7.5-rc1 Pre-release

Summary

This is the first release candidate of PrusaSlicer 2.7.5. This release adds
support for new features introduced with firmware version 1.8.0 for Prusa SLA
printers.

Note that this release candidate uses the same configuration folder as the
regular releases.

Extended SLA layer separation configuration

In previous versions of SL1/SL1S firmware, the layer separation configuration
mostly consisted of selecting a 'Material printing profile' from three
predefined options (Slow / Fast / High viscosity). Based on the selection, the
printer would use an internally defined set of parameters to perform the layer
separation. To make it possible to fine-tune the layer separation procedure for
each material, new 1.8.0-beta.0 firmware for the SL1/SL1S printers allows more
detailed control over the parameters of the separation. You can read more about
this change in Prusa SLA FW 1.8.0-beta.0 change log.

To keep up with these changes, PrusaSlicer 2.7.5 changes the way how the
separation is configured: the 'Material printing profile' selector is no longer
shown and many new parameters are now accessible in
Material Settings -> Material printing profile. Note that this change is only
applied for Prusa SL1 and SL1S. With all the other printers, everything stays
as it was in 2.7.4.

Old projects using the 'Material printing profile' selection are automatically
converted when loaded, and the values for all the parameters are set to match
the legacy profile selected in the project. On the other hand, opening a 3MF
project from 2.7.5 or higher in an older version of PrusaSlicer will silently
ignore the new parameters and the value of 'Material printing profile' (which
is retained internally and kept in our system profiles) will be used instead.

Other improvements and fixes with respect to 2.7.4

- An extra legend window was added into the SLA preview. It shows when using
  the vertical slider and contains information about current layer area and
  time estimate.
- Parameter 'Printer absolute correction' was added into Material Overrides.
- Parameter 'Printer scaling correction' was removed from Material Overrides.
- Fixed UI glitches in SLA Material Overrides tab when the window was moved
  from one monitor to another with different scaling factor, or when
  dark/light mode was switched.

Translations

- Updated CS, PL, DE, IT, ES, FR, JA dictionaries.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=aa5211f3513680a16e1c6fe2ffaf40c30dac117f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 prusaslicer/Makefile | 2 +-
 prusaslicer/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/prusaslicer/Makefile b/prusaslicer/Makefile
index 491a54a4e1..d7894f5abf 100644
--- a/prusaslicer/Makefile
+++ b/prusaslicer/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-PKGVERSION=	2.7.4
+PKGVERSION=	2.7.5rc1
 PKGNAME=	prusaslicer-${PKGVERSION}
 DISTNAME=	PrusaSlicer-${PKGVERSION:C/(beta|rc)/-\1/}
 CATEGORIES=	cad
diff --git a/prusaslicer/distinfo b/prusaslicer/distinfo
index 77332f2c17..0b2a198a4e 100644
--- a/prusaslicer/distinfo
+++ b/prusaslicer/distinfo
@@ -1,8 +1,8 @@
 $NetBSD$
 
-BLAKE2s (PrusaSlicer-2.7.4.tar.gz) = 531d44310ee34e8219847d966fc4439ccf1e0c0f727c1af313cae1d6d8c1fb67
-SHA512 (PrusaSlicer-2.7.4.tar.gz) = fa876160ec641ecaed20339d66c01971ca1ad73fdfba3b19bae4169e81020175aa5b99a8a7f4f01bf15d112b817cde8226c01bb4bdfb077f387a2d27f92e5d6b
-Size (PrusaSlicer-2.7.4.tar.gz) = 65396083 bytes
+BLAKE2s (PrusaSlicer-2.7.5-rc1.tar.gz) = f8c9b9ecdb9bc2c93a193506c4872e7fb18830bde610e504166cde567a98b282
+SHA512 (PrusaSlicer-2.7.5-rc1.tar.gz) = da1b96ac6e990dcd45ae9c3faf735b86fc384d40a17e5b32021cb99e98f1be52de800a55ca3e53f89d6f2068905ec882771d3f94494fb7b3c6d6638a40c1eb8b
+Size (PrusaSlicer-2.7.5-rc1.tar.gz) = 66044444 bytes
 SHA1 (patch-CMakeLists.txt) = 33eb39d85ba7b33226f2cc022250872c3ffa28d8
 SHA1 (patch-cmake_modules_FindOpenVDB.cmake) = 4f2afc423a70fe60617b33ff7f26859b39775faa
 SHA1 (patch-src_CMakeLists_txt) = 24e0b8e6512b2a3f84204b03d8161aca903748a1


Home | Main Index | Thread Index | Old Index