From 4c9606f9314b3e355f3bf0812fd83aecd3571ab70f57b7500dabde54160ef51b Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Thu, 14 Mar 2024 07:31:35 +0000 Subject: [PATCH] Accepting request 1157758 from home:frank_kunz:branches:science - Update to 2.7.2 ## Improvements with respect to 2.7.1 * Multi-material segmentation improvements * Color change (M600) improvements * Ramping travel improvements * SLA overrides * Windows specific: The cut tool sometimes produces non-manifold meshes. This situation is now detected and the user is advised to use Windows repair algorithm on the resulting objects. ## Bugs fixes with respect to 2.7.1 * Fixed incorrect partial arrange in certain cases. * Fixing arrange issues with aligning to unprintable objects when doing Shift+A. * Fixed arrange which sometimes put the wipe tower slightly out of bed * Fixed UI glitch when setting object dimensions to extremely high values. * Fixed a bug in generation of brim and skirt preview in the preliminary G-code preview (#11821, thanks to @supermerill) * Fixed an issue Ctrl+Shift+Tab shortcut, which incorrectly collapsed sidebar. * Fixed wiggling of Rotate gizmo when moving an object in certain cases. * Fixed missing updated when moving through dropdown items using keyboard arrows. * Improve filtering of special characters on Klipper EXCLUDE_OBJECT labels (#11802, PR#11813 by @jschuh - thank you). * Fixed layer change color dialog opening off screen. * Fixed occasional crash during thumbnail generation for SLA printers. * Fixed slicing issues such as missing infills and similar on multi part models when sliced with object-specific settings. * In SLA mode, it was not possible to use custom file extension (configured in Output Settings). * Fixed incorrect calculation of wipe length in certain cases, leading to shorter wipes than configured. * Fixed various issues and UI glitches in text/SVG embossing. * Fixed missing update when a new printer was added while a physical printer preset was selected. * Scrolling of the window was incorrectly performed when using mouse wheel over a dropdown. * Windows specific: Drop down menus appeared outside of PrusaSlicer and could not be opened again. * When loading an object from a 3MF, the suggestion to rescale the model is not shown, because 3MFs store the information about the correct unit (unlike STL files). * Fixed an incorrect check of supported OpenGL version, which led to a hard crash when OpenGL 3.2 was not available. * When loading a 3MF for MM printer, PrusaSlicer offers to load individual models as parts of a single object. This dialog did not show up for specific geometries. * PrusaSlicer did not start on some Windows Server installations due to a missing DLL (wlanapi.dll). The library is now loaded in runtime and the respective features. * Travels with standard lifts (non-ramping) were incorrectly generated. * With option "Retract on layer change" disabled, there was a retraction missing before the first travel on each layer. * Variable layer height limits were not applied correctly when using multi-extruder printer with different values of min and max layer height. * When z travel speed was set to zero, it was incorrectly exported into the G-code, effectively stopping the print. Instead, regular travel speed should have been used for the z travel. * When Print / Filament / Printer profiles contained different values for the same key (which should normally not happen, providing the profiles are correct), the misplaced keys could have been used instead of the correct ones. * Fixed incorrectly applied retraction in vase mode when ramping travels were enabled. * When using the "No sparse layers" wipe tower, the print head sometimes lowered before travelling to the wipe tower, digging into an object and destroying the print. * Fixed a crash when loading certain AMF files. * When specific extruder was set for the wipe tower and z position has changed in custom toolchange G-code, the z position was not correctly accounted for. OBS-URL: https://build.opensuse.org/request/show/1157758 OBS-URL: https://build.opensuse.org/package/show/science/PrusaSlicer?expand=0&rev=71 --- PrusaSlicer-version_2.7.1.tar.gz | 3 -- PrusaSlicer-version_2.7.2.tar.gz | 3 ++ PrusaSlicer.changes | 83 ++++++++++++++++++++++++++++++++ PrusaSlicer.spec | 4 +- 4 files changed, 88 insertions(+), 5 deletions(-) delete mode 100644 PrusaSlicer-version_2.7.1.tar.gz create mode 100644 PrusaSlicer-version_2.7.2.tar.gz diff --git a/PrusaSlicer-version_2.7.1.tar.gz b/PrusaSlicer-version_2.7.1.tar.gz deleted file mode 100644 index b32e7a4..0000000 --- a/PrusaSlicer-version_2.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5daa8e8bcd3556d6effa7369618923079a5eb710ad6cbfd62b9b874586c9a4a3 -size 64975776 diff --git a/PrusaSlicer-version_2.7.2.tar.gz b/PrusaSlicer-version_2.7.2.tar.gz new file mode 100644 index 0000000..fdb320f --- /dev/null +++ b/PrusaSlicer-version_2.7.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0af8ab83ad33cdebc1d13d37d8ed3b2125d84532eb4bca7618c422bf7648ebee +size 64915607 diff --git a/PrusaSlicer.changes b/PrusaSlicer.changes index ffe5ea3..880094e 100644 --- a/PrusaSlicer.changes +++ b/PrusaSlicer.changes @@ -1,3 +1,86 @@ +------------------------------------------------------------------- +Wed Mar 13 19:02:19 UTC 2024 - Frank Kunz + +- Update to 2.7.2 + ## Improvements with respect to 2.7.1 + * Multi-material segmentation improvements + * Color change (M600) improvements + * Ramping travel improvements + * SLA overrides + * Windows specific: The cut tool sometimes produces non-manifold + meshes. This situation is now detected and the user is advised + to use Windows repair algorithm on the resulting objects. + ## Bugs fixes with respect to 2.7.1 + * Fixed incorrect partial arrange in certain cases. + * Fixing arrange issues with aligning to unprintable objects when + doing Shift+A. + * Fixed arrange which sometimes put the wipe tower slightly out of + bed + * Fixed UI glitch when setting object dimensions to extremely high + values. + * Fixed a bug in generation of brim and skirt preview in the + preliminary G-code preview (#11821, thanks to @supermerill) + * Fixed an issue Ctrl+Shift+Tab shortcut, which incorrectly + collapsed sidebar. + * Fixed wiggling of Rotate gizmo when moving an object in certain + cases. + * Fixed missing updated when moving through dropdown items using + keyboard arrows. + * Improve filtering of special characters on Klipper + EXCLUDE_OBJECT labels (#11802, PR#11813 by @jschuh - thank + you). + * Fixed layer change color dialog opening off screen. + * Fixed occasional crash during thumbnail generation for SLA + printers. + * Fixed slicing issues such as missing infills and similar on + multi part models when sliced with object-specific settings. + * In SLA mode, it was not possible to use custom file extension + (configured in Output Settings). + * Fixed incorrect calculation of wipe length in certain cases, + leading to shorter wipes than configured. + * Fixed various issues and UI glitches in text/SVG embossing. + * Fixed missing update when a new printer was added while a + physical printer preset was selected. + * Scrolling of the window was incorrectly performed when using + mouse wheel over a dropdown. + * Windows specific: Drop down menus appeared outside of + PrusaSlicer and could not be opened again. + * When loading an object from a 3MF, the suggestion to rescale + the model is not shown, because 3MFs store the information + about the correct unit (unlike STL files). + * Fixed an incorrect check of supported OpenGL version, which led + to a hard crash when OpenGL 3.2 was not available. + * When loading a 3MF for MM printer, PrusaSlicer offers to load + individual models as parts of a single object. This dialog did + not show up for specific geometries. + * PrusaSlicer did not start on some Windows Server installations + due to a missing DLL (wlanapi.dll). The library is now loaded + in runtime and the respective features. + * Travels with standard lifts (non-ramping) were incorrectly + generated. + * With option "Retract on layer change" disabled, there was a + retraction missing before the first travel on each layer. + * Variable layer height limits were not applied correctly when + using multi-extruder printer with different values of min and + max layer height. + * When z travel speed was set to zero, it was incorrectly + exported into the G-code, effectively stopping the print. + Instead, regular travel speed should have been used for the z + travel. + * When Print / Filament / Printer profiles contained different + values for the same key (which should normally not happen, + providing the profiles are correct), the misplaced keys could + have been used instead of the correct ones. + * Fixed incorrectly applied retraction in vase mode when ramping + travels were enabled. + * When using the "No sparse layers" wipe tower, the print head + sometimes lowered before travelling to the wipe tower, digging + into an object and destroying the print. + * Fixed a crash when loading certain AMF files. + * When specific extruder was set for the wipe tower and z + position has changed in custom toolchange G-code, the z + position was not correctly accounted for. + ------------------------------------------------------------------- Fri Dec 29 09:47:16 UTC 2023 - Ben Greiner diff --git a/PrusaSlicer.spec b/PrusaSlicer.spec index abfd78b..aae53a3 100644 --- a/PrusaSlicer.spec +++ b/PrusaSlicer.spec @@ -1,7 +1,7 @@ # # spec file for package PrusaSlicer # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: PrusaSlicer -Version: 2.7.1 +Version: 2.7.2 Release: 0 Summary: G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.) License: AGPL-3.0-only