pkgsrc-WIP-changes archive

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

prusaslicer: Update to 2.9.2



Module Name:	pkgsrc-wip
Committed By:	Paul Ripke <stix%stix.id.au@localhost>
Pushed By:	stix
Date:		Sat Apr 12 11:35:39 2025 +1000
Changeset:	ababf20b4da23f5bcc76c62bc18f042df00872aa

Modified Files:
	prusaslicer/Makefile
	prusaslicer/distinfo

Log Message:
prusaslicer: Update to 2.9.2

PrusaSlicer 2.9.2:

Translations
-  Updated Finnish translation (#14412, thanks to @J3r0github)

PrusaSlicer 2.9.2-rc2

Summary
This is the second release candidate of PrusaSlicer 2.9.2. Please, read the
change log of 2.9.2-rc1 to see complete list of improvements and fixed with
respect to 2.9.1

The release candidate uses the regular PrusaSlicer configuration folder.

Changes with respect to 2.9.1-rc1
- Fixed incorrect shortcut mentioned in the shortcuts list available from the
  SLA support points tool.
- Internal changes in the built-in downloader.

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

PrusaSlicer 2.9.2-rc1

Summary
This is the first release candidate of PrusaSlicer 2.9.2. It mostly fixes bugs
found in 2.9.1.

The release candidate uses the regular PrusaSlicer configuration folder.

Improvements with respect to 2.9.1
- When importing STEP files, the geometry is converted into triangulated mesh
  which PrusaSlicer internally works with. The triangulation is performed with
  some defined precision - higher precision results in higher memory
  requirements and slower slicing, but the triangulated mesh is closer to the
  geometry that the STEP described. Until now, PrusaSlicer used some hardcoded
  defaults. In this version, there is an extra dialog shown during STEP file
  import, where the required quality of the triangulation can be selected. Last
  used selection is kept and the dialog can be dismissed for good by the
  "Remember my choice" checkbox. However, there is an option in Preferences ->
  Other to start showing it again.

Bugs fixed with respect to 2.9.1
- Fixed a crash in the new SLA support points generator.
- Fixed freezing in the new SLA support points generator (possibly fixing
  #14281).
- Scarf seams were not generated at all in certain cases (#14278).
- Fixed two distinct cases of incorrect function of the sequential arrange /
  test feature, both resulting into extruder possibly hitting a previously
  printed object (#14298, #14304).
- Fixed a crash in the sequential arrange algorithm happening in rare cases
  when multiple instances were present.
- Fixed input data for sequential arrange XL and CORE ONE (#14354), improved
  precision for MK4S so the arrange is not too conservative.
- Fixed tolerance-related issue in sequential arrange test, sometimes causing
  rejection of valid object positioning.
- Fix a crash when loading invalid STL file (very old bug) (#14343)
- Fixed measurement of distance between parallel-aligned circles (#14360).
- Fixed inadvertent rejection of 3MFs containing only configuration and no
  geometry.

Translations
- Updated POT
- 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=ababf20b4da23f5bcc76c62bc18f042df00872aa

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 50a3860735..eaf7951793 100644
--- a/prusaslicer/Makefile
+++ b/prusaslicer/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-PKGVERSION=	2.9.1
+PKGVERSION=	2.9.2
 PKGNAME=	prusaslicer-${PKGVERSION}
 DISTNAME=	PrusaSlicer-${PKGVERSION:C/(alpha|beta|rc)/-\1/}
 CATEGORIES=	cad
diff --git a/prusaslicer/distinfo b/prusaslicer/distinfo
index dc405a7ac0..d3fb574864 100644
--- a/prusaslicer/distinfo
+++ b/prusaslicer/distinfo
@@ -1,8 +1,8 @@
 $NetBSD$
 
-BLAKE2s (PrusaSlicer-2.9.1.tar.gz) = ce0ff211f54bb85080da34b077afa10717b608d7e504949a76eb8f2b27de5cfa
-SHA512 (PrusaSlicer-2.9.1.tar.gz) = a7a7131fa0d04bbf63954e047c8db18fffd71e35650841d281b5f97ec23b8029324a187320a5b5f5abdc7da2ec44c2a757e4a67db22e17bbcc069756e59959d9
-Size (PrusaSlicer-2.9.1.tar.gz) = 76767199 bytes
+BLAKE2s (PrusaSlicer-2.9.2.tar.gz) = ce1b1f0703f08d5e08149617507585b420953b230f0c2cd2ad605e420801bd4f
+SHA512 (PrusaSlicer-2.9.2.tar.gz) = f43d6c2e639f029f91e722bcbac7db993ff4df69a850421e9acac4165bafeeb7f765a9ecab88d5bd5221524b3fbce78ae84f62d290a406406fd75644811440c1
+Size (PrusaSlicer-2.9.2.tar.gz) = 76992191 bytes
 SHA1 (patch-CMakeLists.txt) = 293c5116b1ec1c4fa733bf18f6e9ab8c19f7bad4
 SHA1 (patch-bundled__deps_CMakeLists.txt) = 9fad4b02132498a6bf06e0e53ed7626fa8b60b67
 SHA1 (patch-bundled__deps_avrdude_avrdude_arduino.c) = c03d11e4648054fc8e5028da3838400d61c27a95


Home | Main Index | Thread Index | Old Index