Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: prusa3d/PrusaSlicer

PrusaSlicer 2.9.3

12 Sep 15:31
Compare
Choose a tag to compare
Loading

PrusaSlicer

This is final release of PrusaSlicer 2.9.3, functionally equivalent to2.9.3-rc1. The release candidate saves its profiles into regular PrusaSlicer configuration directory. When you first run it, it will search for all configurations produced by alpha or beta versions and offer to create a copy of the latest one.

Summary of changes with respect to2.9.2

  • New "Consistent Surface" cooling: Smarter logic for improved outer wall quality on fast layers.
  • Short travel acceleration: Reduces ringing by slowing only the shortest travels on external perimeters.
  • Custom G-code parameters: Define your own variables in profiles for flexible G-code customization.

Please, read change logs of2.9.3-rc1 and2.9.3-beta1 for more detailed description of the new features.

Changes with respect to2.9.3-rc1

Translations

  • Update JA dictionary.
  • Updated Ukrainian localization (thanks to@DrFOXUA).

Contributors

  • @DrFOXUA
DrFOXUA
Assets4
Loading
CFK520, TwoOneSix, joshcarter, Gamerx007, Belly3D, shamonidze, maweil, kubispe1, numanair, GabbaSauRuzZ, and 3 more reacted with thumbs up emojiTaubin, shamonidze, mauris, loa, kubispe1, rybassv, and simonbaudart reacted with heart emojiCFK520, kubispe1, and cb1986ster reacted with eyes emoji
19 people reacted

PrusaSlicer 2.9.3-rc1

08 Sep 15:11
Compare
Choose a tag to compare
Loading
Pre-release

PrusaSlicer

Summary

This is the first release candidate of PrusaSlicer 2.9.3. It is functionally equivalent to2.9.3-beta1.

The release candidate saves its profiles into regular PrusaSlicer configuration directory. When you first run it, it will search for all configurations produced by alpha or beta versions and offer to create a copy of the latest one.

Translations

  • Fixed several phrases.
  • Fixed a link to help for some settings parameters.
  • Updated POT.
  • Update CS, DE, ES, FR, IT, JA, PL dictionaries.
  • Added Ukrainian localization (PR#14819, thanks to@DrFOXUA).

Contributors

  • @DrFOXUA
DrFOXUA
Loading
LifeDay, felddy, cmaier, mbowie, Thynix, tsukimizake, Markus1406, duskjet, ilhanesmail, CodeZ1LLa, and k0r3k reacted with rocket emoji
11 people reacted

PrusaSlicer 2.9.3-beta1

01 Sep 15:28
Compare
Choose a tag to compare
Loading
Pre-release

PrusaSlicer

Summary

This is the first beta release of PrusaSlicer 2.9.3. This version introduces two key improvements aimed at enhancing print quality: a new"Consistent Surface" cooling strategy for smoother surface finish on small layers and targetedspecific short perimeter's travels acceleration tweak to reduce ringing artifacts. It also introduces custom parameters for Custom G-code expansions.

To let you enjoy the beta without worries, the beta builds save their profiles into PrusaSlicer-beta directory, so you may use the beta side by side with the current release without ruining your production configuration.

Reduced Ringing on External Surfaces: Short specific travel acceleration

To reduceringing (ghosting) artifacts, PrusaSlicer now automatically uses a gentler, lower acceleration for very short travel moves that occur at an external perimeter, while normal travels remain fast. This targeted slowdown dampens frame vibrations, leading to cleaner surfaces near sharp corners without significantly impacting overall print time. This is controlled by the newtravel_short_distance_acceleration parameter. See the image below for an example of this applied acceleration and the resulting speed profile for a short travel move.

travel_short_distance_acceleration_v2

Cooling Logic Enhancements: "Consistent Surface"

On layers with very short print times, the cooling slowdown can sometimes negatively affect the surface finish by causing vibrations or inconsistent extrusion on external walls. The new"Consistent Surface" cooling logic solves this. It prioritizes slowing down less-visible areas (like infill) first. It will only slow down perimeters when absolutely necessary, and even then, it maintains the original speed for the final segment of the loop. There is also a newPerimeter transition distance parameter, which allows to smooth out sudden speed changes between the extrusions which are slowed down and the faster perimeters. Prefer the legacy behavior? Switch to "Uniform Cooling", which applies the same slowdown to all features — just as you were used to.

Prusa CORE One, model sliced with PrusaSlicer 2.9.2 (top) and with PrusaSlicer 2.9.3 (below):
vokoscreenNG-2025-08-27_21-56-00-ezgif com-optimize
If you are interested in how we investigated and tested the new Cooling Logic, see our article:https://blog.prusa3d.com/new-in-prusaslicer-consistent-surface-finish-and-nerfing-vfas_120400/

Custom G-code Parameters (#11550)

It is now possible to define custom variables in Print, Printer, and Filament profiles and use them in any custom G-code section. There is a new"Custom parameters" section in each of the three tabs (under the"Expert" mode). This section contains a text field where you can enter your variables. The parameters must be entered in a simple, single-level JSON format. Nested objects and arrays are not supported.

Example: To define a custom temperature and a fan speed, you would enter:

{"my_nozzle_temp":215,"my_fan_speed_percent":80.5,"use_fast_mode":true,"material_short_name":"PETG"}

To use a custom parameter, reference it in any custom G-code field using a placeholder. The placeholder name is constructed from the prefix (custom_parameter_print_,custom_parameter_printer_, orcustom_parameter_filament_) followed by your key name. For example,{custom_parameter_printer_my_nozzle_temp} would be replaced with215.

It is possible to usenumbers,strings, andbooleans. You can also usenull, but trying to use anull parameter in G-code will result in an error during the slicing process. The user interface will immediately notify you with a warning message if the JSON you have entered is invalid.

Translations

  • Updated POT
  • Updated CS, DE, ES, FR, IT, JA, PL dictionaries.
Loading
michaelhq, rajtslegr, BootsSiR, jedisct1, blurfl, MartinNovan, gudnimg, jmd73, vgdh, Mad1723, and 37 more reacted with thumbs up emojiovDarkness, MidnightLink, kubispe1, loa, Insprill, fortinmike, brianwalczak, makertomarket, Deneteus, tmicke, and 4 more reacted with heart emojifreakydude, MidnightLink, kubispe1, stritti, Insprill, felddy, olsoma13, thoelzl, and jeloneal reacted with rocket emojiErwanAliasr1 reacted with eyes emoji
61 people reacted

PrusaSlicer 2.9.2

10 Apr 15:46
Compare
Choose a tag to compare
Loading

PrusaSlicer

Summary

This is the final release of PrusaSlicer 2.9.2. It is functionally equivalent to2.9.2-rc2, except for an update in translations.

Please, read change logs of2.9.2-rc1 and2.9.2-rc2 to see all changes with respect to2.9.1.

When you first run the final build, it will search for all configurations produced by alpha or beta versions and offer to create a copy of the latest one.

Translations

Linux build is now distributed through Flathub. Please see therespective page on our Prusa Knowledge Base for instructions.

Contributors

  • @J3r0github
J3r0github
Loading
TheUnbearableMkII and kubispe1 reacted with laugh emojifranzste, maweil, mm503, Jan-Soustruznik, neclimdul, Lungenpest, coding-lemur, VIN-y, WarrenSchultz, Zaraka, and 10 more reacted with hooray emoji
21 people reacted

PrusaSlicer 2.9.2-rc2

07 Apr 20:54
Compare
Choose a tag to compare
Loading
Pre-release

PrusaSlicer

Summary

This is the second release candidate of PrusaSlicer 2.9.2. Please, read the change log of2.9.2-rc1 to see complete list of improvements and fixed with respect to2.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.

Linux build is now distributed through Flathub. Please see therespective page on our Prusa Knowledge Base for instructions.

Loading
kubispe1, carlosjln, and VIN-y reacted with thumbs up emojikubispe1 reacted with hooray emojikubispe1 reacted with heart emojikubispe1 reacted with rocket emojikubispe1 reacted with eyes emoji
3 people reacted

PrusaSlicer 2.9.2-rc1

03 Apr 16:53
Compare
Choose a tag to compare
Loading
Pre-release

PrusaSlicer

Summary

This is the first release candidate of PrusaSlicer 2.9.2. It mostly fixes bugs found in2.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 inPreferences -> 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.

Linux build is now distributed through Flathub. Please see therespective page on our Prusa Knowledge Base for instructions.

Loading
ftmiranda, user45876, siliverst, carlosjln, and kubispe1 reacted with thumbs up emojikubispe1 reacted with heart emojikubispe1 reacted with rocket emoji
5 people reacted

PrusaSlicer 2.9.1

11 Mar 14:37
Compare
Choose a tag to compare
Loading

PrusaSlicer

Summary

This is the final release of PrusaSlicer 2.9.1. It is functionally equivalent to2.9.1-rc2.

Please, read change logs of2.9.1-alpha1,2.9.1-beta1,2.9.1-rc1 and2.9.1-rc2 to see all changes with respect to2.9.0. You can also checkour blog article to get the summary.

When you first run the final build, it will search for all configurations produced by alpha or beta versions and offer to create a copy of the latest one.

Linux build is now distributed through Flathub. Please see therespective page on our Prusa Knowledge Base for instructions.

Loading
tmicke, jedisct1, odaki, lowgos, siliverst, jupe, freakydude, Taubin, josephgiesel, binypombo, and 12 more reacted with hooray emoji
22 people reacted

PrusaSlicer 2.9.1-rc2

07 Mar 16:15
Compare
Choose a tag to compare
Loading
Pre-release

PrusaSlicer

Summary

This is the second release candidate of PrusaSlicer 2.9.1. This release fixes two bugs found in2.9.1-rc1.

The release candidate saves its profiles into regular PrusaSlicer configuration directory. When you first run it, it will search for all configurations produced by alpha or beta versions and offer to create a copy of the latest one.

Changes with respect to 2.9.1-rc1

  • Test of sequential printability reported names of the colliding objects incorrectly in certain cases (the test itself was correct).#14238
  • Fixed freezing of the new SLA support points generator in certain cases.
  • In very rare cases, the new SLA support points generator was crashing. These cases are now detected and an error message is shown instead.

Linux build is now distributed through Flathub. Please see therespective page on our Prusa Knowledge Base for instructions.

Loading
Gregor-Gregor, tmicke, Taubin, VisualReszka, and kubispe1 reacted with thumbs up emojiMidnightLink, AristarhSamos, and jedisct1 reacted with laugh emojikubispe1 reacted with heart emojiThynix, wlgrd, and kubispe1 reacted with rocket emoji
10 people reacted

PrusaSlicer 2.9.1-rc1

04 Mar 14:38
Compare
Choose a tag to compare
Loading
Pre-release

PrusaSlicer

Summary

This is the first release candidate of PrusaSlicer 2.9.1. This release is basically equivalent to2.9.1-beta1.

The release candidate saves its profiles into regular PrusaSlicer configuration directory. When you first run it, it will search for all configurations produced by alpha or beta versions and offer to create a copy of the latest one.

Changes with respect to 2.9.1-beta1

  • Linux Flatpak build uses a different runtime version to hopefully mitigate issues with some dedicated GPU cards.#13945

Localization

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

Linux build is now distributed through Flathub. Please see therespective page on our Prusa Knowledge Base for instructions.

Loading
kubispe1 reacted with thumbs up emojijedisct1, adamo000, MidnightLink, Taubin, philipmbailey, dallasread, liyanage, kubispe1, and GuilhermeMoserManerichi reacted with hooray emojikubispe1 reacted with heart emojikubispe1 reacted with rocket emoji
9 people reacted

PrusaSlicer 2.9.1-beta1

27 Feb 13:59
Compare
Choose a tag to compare
Loading
Pre-release

PrusaSlicer

Summary

This is the first beta release of PrusaSlicer 2.9.1. This release introduces new algorithm for generation of SLA support point and couple of bugfixes.

To let you enjoy the beta without worries, the beta builds save their profiles into PrusaSlicer-beta directory, so you may use the beta side by side with the current release without ruining your production configuration.

New SLA support point generator

We are introducing abrand new SLA support spot generator, which replaces the existing solution and provides more precise and predictable support placement. The new algorithm better differentiates the areas requiring support – small, medium, and large islands, as well as overhangs – and adapts the support strategy accordingly.

  • Small islands are supported by a single point placed at their center of mass.
  • Medium islands use the Voronoi diagram to optimally place two or more supports.
  • Large islands are divided into thin and thick sections, where supports are placed either along the central axis or around the perimeter for greater stability.
  • For detected overhangs, the algorithm dynamically adjusts the support density based on Z height and overhang angle, minimizing unnecessary supports and ensuring even distribution.
    image

The new algorithm is not randomized and it produces same results when given the same input repeatedly. In general, it is a great improvement over the old algorithm, which often failed in a spectacular manner even in seemingly very simple cases:

image

Additional changes make it easier to manage supports and enhance visual feedback:

  • Support density can now be adjusted with a single slider – moving it instantly updates the preview, enabling smooth and quick fine-tuning.
  • A new toggle for displaying the support structure allows users to hide or show the entire support construction for better model visibility.
  • Manually added points are no longer ignored – when the user presses Automatic Support Generation, the algorithm considers them and adjusts the surrounding support density accordingly.
  • Support types are color-coded, distinguishing islands, manual edits, and overhang supports.

SLA_SSG

Bugs fixed with respect to 2.9.1-alpha1

  • CLI optionsexport_sla andexport_gcode were reintroduced after they were erroneously removed in 2.9.1-alpha1.
  • When sending multiple beds to Connect, PrusaSlicer allowed characters in the filenames that Connect would refuse. This is now fixed and the names are refused immediately.
  • Remove an extra 1.5s pause after toolchange on an XL printer. This pause has a meaning for MK4, but including it for the XL makes no sense and could lead to issues.#13987
  • Fixed Compare presets dialog, which did not correctly filter presets when the user changed selection.
  • The new option to propagate thumbnails from 3MF to the G-code when using CLI was rescaling the images incorrectly and they ended up stretched. Images are now cropped to prevent this from happening.
  • Scarf seams are now suppressed on the first layer to prevent adhesion problems.#11621 (comment)
  • Fix couple of links to the web manual pages.
  • Disable scarf seams on thick bridges. This is beneficial for print quality and it could also cause scraping the print bed if such bridge was on the second layer.#14190
  • Added sequential arrange data for HT90.
  • Fix crash during interlocking calculation in specific cases.#14163
  • SLA: Fixed object placement on the bed after using auto-orientation. It stayed partially under the bed.

Translations

  • Updated POT
  • Updated CS, PL, DE, IT, ES, FR, JA dictionaries

Linux build is now distributed through Flathub. Please see therespective page on our Prusa Knowledge Base for instructions.

Loading
BenRoe, ddanier, Jan-Soustruznik, wastedemu, freakydude, tmicke, jedisct1, vgdh, arcDaniel84, elvin-sochi, and 12 more reacted with thumbs up emojijedisct1, MidnightLink, drodinson, vrosu, and MartyMcFlyJr reacted with hooray emoji
24 people reacted
Previous13451718
Previous

[8]ページ先頭

©2009-2025 Movatter.jp