OrcaSlicer

G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.)

AGPL-3.0 License

Stars
4.9K

Bot releases are visible (Hide)

OrcaSlicer - OrcaSlicer V2.0.0 Official Release Latest Release

Published by SoftFever 7 months ago

This is the OrcaSlicer V2.0.0 Official release.

This update introduces some enhancements and fixes several bugs.

For the complete list of new features introduced in Orca Slicer v2.0, please visit the OrcaSlicer V2.0.0 Beta Release Note and the OrcaSlicer V2.0.0 RC Release Note

What's Changed

Profiles:

Translations:


Support

If you appreciate my work and would like to support me, consider buying me a coffee.
Your support is greatly appreciated! :)
ko-fi

OrcaSlicer - OrcaSlicer V2.0.0 RC Release

Published by SoftFever 7 months ago

This is the OrcaSlicer V2.0.0 RC release.

This update introduces some new features and fixes some bugs found in the V2.0.0 Beta.

What's Changed

Profiles:

Translations:

Miscs:


Support

If you appreciate my work and would like to support me, consider buying me a coffee.
Your support is greatly appreciated! :)
ko-fi

OrcaSlicer - OrcaSlicer V2.0.0 Beta Release

Published by SoftFever 7 months ago

What's Changed

This is OrcaSlicer V2.0.0 beta release.
This update introduces innovative new features and a lot of bug fixes and improvements.

Profiles:

Translations:

Misc:


Support

If you appreciate my work and would like to support me, consider buying me a coffee.
Your support is greatly appreciated! :)
ko-fi

OrcaSlicer - OrcaSlicer V1.9.1 Official Release

Published by SoftFever 8 months ago

This OrcaSlicer V1.9.1 Official Release

This release primarily addresses a potential security vulnerability and includes several bug fixes.

What's Changed

  • Security Enhancement: Orca Slicer has been updated to no longer include sensitive information, such as print_host and apikey, within the G-code files.
    Previously, OrcaSlicer included OctoPrint/Moonraker connection details in the generated G-code. This posed a potential security risk if the files were shared online and the printer was internet-accessible. This update significantly reduces the risk of unauthorized access.
    It's important to note that this issue primarily affected users whose printers were directly exposed to the internet. For those using LAN IP(e.g. 192.168.x.x IP address) or local names, the risk was minimal.
    Nonetheless, if your printer is accessible online, we strongly advise updating your APIKEY in Moonraker or any similar service as an additional safety measure.
    We extend our special thanks to Gina Häußge from OctoPrint for identifying and reporting this security issue.
    NOTE: Project files (.3mf) are not affected by this issue.
    NOTE2: Bambulab printers are not affected.
  • Enforce retraction before wipe (#3888) by @SoftFever
  • Improve PA pattern calibration: Fix retraction/accel/jerk issues #3314 #3851 by @igiannakas
  • Fix painting Gizmo rendering on AMD Vega GPUs (#3663) by @Noisyfox
    Fix some rotation-related issues (#3890) by @Noisyfox
OrcaSlicer - OrcaSlicer Nightly Builds

Published by SoftFever 9 months ago

Welcome to the Nightly Build Release Page for Orca Slicer!

What is a Nightly Build?

Nightly builds are the latest versions of Orca Slicer, automatically compiled after every new commit to the main branch. This means that each build incorporates the most recent changes and improvements. While these builds offer a glimpse into the ongoing development of Orca Slicer, keep in mind that they are still works in progress and may contain bugs or unstable features.

Download Instructions:

  1. Select the version that corresponds to your operating system.
  2. Download and install the build.
  3. Dive into the newest features and improvements!

Please Note:

  • Nightly builds are developmental and may contain bugs.
  • Your feedback is crucial. Please report any issues or suggestions on our GitHub page.

Thank You for Supporting Orca Slicer!

Your active participation and feedback are key to our continuous improvement. Enjoy exploring the forefront of FDM printing technology!

OrcaSlicer - OrcaSlicer V1.9.0 Official Release

Published by SoftFever 10 months ago

This is the official release of OrcaSlicer V1.9.0.
In this release, we have fixed numerous bugs and added several new features.
V1.9.0 introduces many new features and improvements compared to V1.8.1.

Please check the ALPHA and BETA release notes for the complete list of new features.

IMPORTANT NOTE:

  • Due to major changes in the embossment feature, OrcaSlicer V1.9.0 is unable to edit text embossments in projects created with V1.8.1 or older versions, or with BambuStudio.
    The model with embossment can still be properly loaded and sliced, but the text will no longer be editable. If you need to edit text, please use OrcaSlicer V1.8.1

New features since the V1.9.0 beta release:

  • Orca now supports multiple bed types for all printer by @SoftFever
    You can enable it in printer settings.
    multi_bed
    You can also use the curr_bed_type variable in custom G-code.
    For example, the following sample G-codes can detect the selected bed type and adjust the G-code offset accordingly for Klipper:
{if curr_bed_type=="Textured PEI Plate"}
  SET_GCODE_OFFSET Z=-0.05
{else}
  SET_GCODE_OFFSET Z=0.0
{endif}
  • Improved rendering quality when model color is pure black by @SoftFever
    image

Bug fixes

  • Fixed crashes caused by pressure equalization when support is enabled by @SoftFever
  • Fixed crashes when clicking the color paint gizmo when object part is selected by @Noisyfox
  • Fixed an issue negative part (#3423) by @Noisyfox
  • Fixed a crash bug when switching to Bambu device page when the connection is ready by @SoftFever
  • Fixed intermittent crashes caused by detect_overhang_wall by @SoftFever
  • Fixed an issue that Marlin style object exclusion info was written in gcodes for BBL printers by @SoftFever
  • Fixed an regression that object exclusion image was not working for BBL printers by @SoftFever
  • Fixed an issue that "Per-glyph" option not working when UI is in Chinese by @Noisyfox
  • Fxied a regression that wall order can't be set in height modifier by @SoftFever
  • Fixed a crash bug when send gcode to SD card for BBL printers by @SoftFever
  • Improved stability of text embossment feature for complex models on Mac by @SoftFever

Printer profiles:

  • Updated Neptune 4 serials profiles based on feedbacks by @SoftFever
  • Fixed an issue that some profiles has ironings enabled by default by @SoftFever
  • Profile: Fixes and simplification of some Creality profiles. by @bistory
  • Profile: Anker M5/C first layer consistency improvements by @just-trey
  • Creality K1/K1 Max, Ender 3 V3 Series and Ender 5 S1 baseplates by @bistory
  • Update 0.48mm Standard @BBL X1C 0.8 nozzle.json by @SufficentMuffin
  • QIDI: Add two new filaments by @Hukete
  • Added PAUSE command for change_filament_gcode on Elegoo Neptune 4 series by @bistory
  • Creality Ender 3 V3/KE important fixes and some fine-tunings by @bistory

Translation updates:

  • Update README.md to provide alternative download links of webview2 runtimes by @silence48
  • Feature/add more hints and fix/update locale by @SoftFever
  • Update Turkish translation by @olcayoren
  • kor translation update by @crwusiz
  • Updated README.md by @eltociear
  • Changed Slic3r mentions by @bistory
  • Updated German translation for 1.9 by @hliebscher
  • Updated Italian translation by @FabioForcina
  • Updated French translations. by @bistory
  • Updated Ukrainian translation by @kvantum

Support

If you appreciate my work and would like to support me, consider buying me a coffee.
Your support is greatly appreciated! :)
ko-fi

OrcaSlicer - OrcaSlicer V1.9.0 Beta Release

Published by SoftFever 10 months ago

This is OrcaSlicer V1.9.0 beta release.
This update introduces new features and resolves several bugs identified in the previous Alpha version.

What's Changed

  • MacOS X86_64 crashing issue on is now fixed by @SoftFever
  • MacOS Catalina Support: Orca Slicer is now compatible with MacOS Catalina (10.15). by @kpishere and @SoftFever in https://github.com/SoftFever/OrcaSlicer/pull/3252(https://github.com/SoftFever/OrcaSlicer/pull/3252)
  • Seam improvement: "wipe inside before extruding an external perimeter"
    This feature is originally implemented in SuperSlicer by @supermerill and ported into OrcaSlicer by @igiannakas in https://github.com/SoftFever/OrcaSlicer/pull/3287
    By moving the deretraction position of outer walls to the inside of the model, this feature can improve the seams of the model when sandwich or outer-inner print order is used.
    image
    image
    image provided by community member @pemerick07
  • QoL: removed P1P<->P1S profile mismatching warning by @SoftFever
  • Enhanced update notification system: Orca now allows users to opt for 'stable updates only' in the preferences section by @SoftFever

Fixed bugs:

  • Fixed a regression issue that --datadir was broken in V1.9.0-alpha by @SoftFever
  • Fixed an issue where exclude_object code freezes printers running on old versions of Marlin/RRF firmwares which don't have this feature enabled as it was enabled by default in OrcaSlicer. This feature is now disabled by default. Klipper firmware won't freeze even if this feature is not enabled, so I have adjusted most Klipper-based profiles to enable it. Please check your profile just to make sure if it's on/off based on your actual situation/need.
  • Fixed an issue that the legend window expands to all available horizontal space if scrollbar is displayed by @Noisyfox
  • Fixed a bug that spiral_mode_max_xy_smoothing was not hiden when vase is not enabled by @SoftFever
  • Fixed a regression that Turkish lang option was missing in V1.9.0-alpha by @SoftFever
  • Fixed an issue that layer height can be set to zero by @SoftFever
  • Fixed an that exclude_object option was hidden for Marlin/RRF firmwares by @SoftFever
  • Fixed typo by @bistory in https://github.com/SoftFever/OrcaSlicer/pull/3331
  • Update README.md by @eltociear in https://github.com/SoftFever/OrcaSlicer/pull/3281

Printer profiles:

Translation updates:

OrcaSlicer - OrcaSlicer V1.9.0 Alpha Release

Published by SoftFever 10 months ago

This is OrcaSlicer V1.9.0-alpha Release.

What's Changed

  • New smooth spiral vase mode by @andrewboktor in https://github.com/SoftFever/OrcaSlicer/pull/3091
    It's no secret that OrcaSlicer, as well as other Slic3r forks, has struggled with spiral vase mode, especially with models featuring sloped surfaces and large line widths. This new PR, introduced by @andrewboktor, presents an improved smooth spiral vase mode inspired by Ultimaker Cura. It effectively eliminates visible seams in spiral vases.
    image
    image

  • Port PrusaSlicer's Measure & Cut gizmos by @Noisyfox in https://github.com/SoftFever/OrcaSlicer/pull/2603
    Originally developed by the PrusaSlicer team and beloved by many users, the Measure & Cut gizmos have now been ported to OrcaSlicer, thanks to @Noisyfox.
    image

  • Port Emboss & SVG gizmo from PrusaSlicer by @Noisyfox in https://github.com/SoftFever/OrcaSlicer/pull/2819
    image

  • Add option to "Reverse only internal perimeters" under the reverse on odd feature to reduce part warping by @igiannakas in https://github.com/SoftFever/OrcaSlicer/pull/2722
    This "Reverse only internal perimeters" option is an extension to reverse on odd reversal is not executed on external perimeters.
    The primary use case for this PR is to greatly reduce part stresses as they are now distributed in alternating directions, which should reduce warping, while maintaining external wall quality. This can be very useful for warp prone material, like ABS/ASA and also for elastic filaments like TPU and Silk PLA.
    image
    image

  • Show used filament length and weight per line type by @Noisyfox in https://github.com/SoftFever/OrcaSlicer/pull/3246
    image

  • Add "Cancel Objects" support for Prusa/Marlin/RRF firmware by @SoftFever in https://github.com/SoftFever/OrcaSlicer/pull/3164
    Watch the video

  • Alternate extra wall by @igiannakas in https://github.com/SoftFever/OrcaSlicer/pull/3196
    This setting adds an extra wall every other layer. This way the infill gets caught between the walls, resulting in:

  • Theoretically, stronger prints due to better infill anchoring.
  • Allows for the infill/wall overlap to be set to low values without compromising object strength while maintaining external surface quality.
  • It may contribute to improving water tightness of models as the gaps between the top and bottom layers and the walls are overlapping.
    image

Printer profiles:

localization:


Support

If you appreciate my work and would like to support me, consider buying me a coffee.
Your support is greatly appreciated! :)
ko-fi

OrcaSlicer - OrcaSlicer V1.8.1 Official Release

Published by SoftFever 11 months ago

UPDATE:

Apple users: the build is not signed and notarized properly due to a CICD issue.
New notarized build will be reuploaded soon.
New builds have been uploaded


This is the official release of OrcaSlicer V1.8.1.
In this version, we've fixed a few bugs from 1.8.0 to enhance stability. Additionally, we've added a few minor features.

What's Changed

  • Introduced thick internal bridges option by @SoftFever in https://github.com/SoftFever/OrcaSlicer/pull/2954
    Previously, OrcaSlicer would always use thick internal bridges. In this mode, Orca assumes the layer height is equal to the nozzle diameter, which may cause problems when using a large nozzle.
    Internal thick bridge off:
    Screenshot 2023-12-02 at 1 18 13 AM
    Internal thick bridge on:
    Screenshot 2023-12-02 at 1 17 41 AM
  • Internal Bridge Flow rate parameter introduction by @igiannakas
    image
  • Fix precise wall for Arachne wall generator by @SoftFever in https://github.com/SoftFever/OrcaSlicer/pull/2966
    For detailed information about the precise wall feature, please refer to the WIKI
    image
  • Improve arc fitting (#2942) by @SoftFever
  • Fixed an issue that purge amount was incorrect when prime tower was not enabled for BBL printers (#2912) by @igiannakas
  • Fixed issue that application crashes occasionally when closing application (#2904) by @igiannakas
  • Fixed an issue that bed texture was black on AMD GPUs by @Noisyfox #2780
  • Fixed an issue that PA calibration Line method was not properly located when bed origin is not at (0,0) by @SoftFever

Printer profiles:

  • T500 profile fixes and optimizations (#2848)
  • Flashforge: Machine G-code Fix (#2922) by @FlashforgeOfficial

Translation updates:

  • Russian translation update (#2873) by @AndylgTom

Support

If you appreciate my work and would like to support me, consider buying me a coffee.
Your support is greatly appreciated! :)
ko-fi

OrcaSlicer - OrcaSlicer V1.8.0 Official Release

Published by SoftFever 11 months ago

This is the official release of OrcaSlicer V1.8.0
It addresses some bugs identified in V1.8.0-RC2

Please refer to previous Beta and Release Candidate releases for a complete list of changes introduced in the V1.8.0 release.

OrcaSlicer V1.8.0 Beta Release
OrcaSlicer V1.8.0 Beta 2
OrcaSlicer V1.8.0 Release Candidate
OrcaSlicer V1.8.0 Release Candidate 2

What's Changed

Printer profiles:

Translation updates:


Support

If you appreciate my work and would like to support me, consider buying me a coffee.
Your support is greatly appreciated! :)
ko-fi

OrcaSlicer - OrcaSlicer V1.8.0 Release Candidate 2

Published by SoftFever 11 months ago

This version fixed a regression bug introduced in 1.8.0 Release Candidate.

What's Changed

OrcaSlicer - OrcaSlicer V1.8.0 Release Candidate

Published by SoftFever 11 months ago

This release fixes more bugs, adds/tweaks printer profiles, and updates translations. It's quite stable now. If no serious issues arise, we will soon release the official 1.8.0 version.

What's Changed

Printer profiles updates:

Localization:

  • Update OrcaSlicer_zh_TW.po by @ablegods
  • Update OrcaSlicer_cs.po by @renemosner
  • Fix: Height range Modifier translation in German #2613 by @niklasb22
  • fix de language new feature by @hliebscher
OrcaSlicer - OrcaSlicer V1.8.0 Beta 2

Published by SoftFever 12 months ago

What's Changed

This release primarily addresses the bug fixes identified in 1.8 Beta 1 and also includes some improvements.

New features:

Bug fixes:

image
image

  • Improve performance when uploading gcode to OctoPrint/Klipper/PrusaLink
    Previously OrcaSlicer would freeze for few seconds to minutes when sending large gcode files to printer
  • Fixed #2527: missing THUMBNAIL_BLOCK_START
  • Fixed some issues when slicinig models with Mini A1 and X1E
  • UX: prevent user from entering 0 for print speed in process settings as OrcaSlicer don't accept 0 as defaut speed
  • Fix Process_T
  • Don't show not consistent g-code warning for P1P machine when P1S profiles are used.
  • Enable cancel object for multi color printing(BBL)
  • Updated tool tip and removed min print speed disabling when slowdown for layer cooling is de-selected by @igiannakas in https://github.com/SoftFever/OrcaSlicer/pull/2524
  • Fix duplicate entry of Only Lift Z above and below in the extruder tab by @igiannakas in https://github.com/SoftFever/OrcaSlicer/pull/2561
  • fix deadlock condition varaible use in netfabb wrapper by @Noisyfox in https://github.com/SoftFever/OrcaSlicer/pull/2583
  • Fix typos and style inconsistencies related to configuration by @r6e in https://github.com/SoftFever/OrcaSlicer/pull/2580

Localization:

Printer profiles updates:

OrcaSlicer - OrcaSlicer V1.8.0 Beta Release

Published by SoftFever 12 months ago

V1.8.0 Beta

This is a feature packed beta release.
A lot of our community members pitched in, whether it was by contributing code, profiles, translations, or actively testing the development build. A big thank you to everyone! We couldn't keep this project going without you all 🥇.
I want to give a special shout-out to @Noisyfox and @igiannakas for their incredible work. Well done! 👍

Features

Bug fixes:

Localization:

  • Update Russian translation by @AndylgTom
  • Czech translation update by @renemosner
  • Update Turkish translation @sadriercan
  • Update Dutch by @ZeroGDesign
  • Update zh_CN local by @smilecaozheng and @SoftFever
  • fix de for 1.8 new features by @hliebscher
  • Update OrcaSlicer_nl.po by @HumbleDeer
  • Updated FR translations by @bistory
  • Update Korean translation by @Hotsolidinfill and @crwusiz
  • Update German translation by @hliebscher
  • Updated Tranditional Chinese translation by @ablegods

Printer profiles updates:

Mislaneous changes:

NOTE:

If I've missed any of your contributions, please do let me me. I'll update the list as needed.

If you like my work and would like to show your appreciation, you can buy me a coffee :)

ko-fi

OrcaSlicer - v1.7.0

Published by SoftFever about 1 year ago

This is the OrcaSlicer V1.7.0 offical release.
It fixes some bugs found in V1.7.0-beta.

What's Changed

  • Fixed an issue that slider was too thin on 4K monitor
  • SEMM: fixed an issue that invalid speed was generated when cooling tube position was set to 0
  • SEMM: fixed an issue that prime tower preview in gcode preview windows is wrong by disabling it.
  • Tweak default parameters for Prusa Orangic tree supports, it now uses different parameters than Slim tree
  • Tweak sandwich mode(inner outer inner) algorithm to cater for more edge cases by @igiannakas

Printer profiles:

  • Add warning to anycubic vyper buildplate by @Garbg
  • Updated Russian translation by @AndylgTom
  • Add ender-3 printer by @RandomGgames

Translation updates:

  • Update Spanish translation by @tadeu2
  • Turkish Language String Updates For v1.7 by @sadriercan
  • Update Spanish translation by @tadeu2

More information:

Please refer to 1.7.0-beta for more info:
https://github.com/SoftFever/OrcaSlicer/releases/tag/v1.7.0-beta

If you like my work and would like to show your appreciation, you can buy me a coffee :)

ko-fi

OrcaSlicer - OrcaSlicer V1.7.0 Beta Release

Published by SoftFever about 1 year ago

New features:

  • Single Extruder Multi-Material (SEMM) Support: Purge Tower/Ramming/etc (Compatible with ERCF/TradRack/MMU)
    OrcaSlicer originated as a fork from BambuStudio, which, despite being based on PrusaSlicer, had removed the multi-material capabilities for non-Bambu printers. This led to OrcaSlicer initially inheriting this limited support. However, in this release, we have reintroduced the SEMM feature from PrusaSlicer. Users can now print in multiple colors on any printer, whether it's equipped with Prusa MMU, ERCF (from the EnragedRabbitProject), Annex TradRack, or a simple N-in-1-out extruder. Discord discussion channel
    semm

  • Port Organic tree support from PrusaSlicer by @Noisyfox
    tree

  • Support PrusaLink and Prusaconnect webview
    prusalink

  • Overhang improvement: respect max volumic speed limitation when appling overhang slowdown

  • Port overhang extra perimeters from PrusaSlicer by @Noisyfox

  • Support Marlin 2 gcode flavor

  • Add option to enforce first layer min wall width by @xcqq

  • Merged BambuStudio 1.7.4 changes to have better support for BambuLab printers

  • Check WebView2 runtime on application startup and prompt install if not availble by @ZdDroid

  • Add option in the CTRL-M dialog to invert axes for space mouse by by @RealDeuce

  • Temp tower calibration now support as low as 170 degree for some special filaments.

QoL improvements:

  • QoL: show transparent shell in gcode preview and truncate long gcode line caused by native Klipper commands
    The model shell is displayed in transparent color when inspecting the toolpath in gcode preview window
    image
  • QoL: make slider thinner
  • QoL: Make export gcode button default if current pinter doesn't have network setup

Bug fixes:

  • Fix "unknown vector variable type" error when using bambu filament ch… by @Noisyfox
  • Fix double quotes escape (#1397 #1435 #1946 #1990) by @Noisyfox
  • Fix calibrtion crash (#2019) by @Noisyfox
  • Fix issue that cmake install is skipped during windows build by @Noisyfox
  • Fix GCode viewer first layer height in vase mode by @Noisyfox
  • Fix raft size when non-organic tree support is enabled by @Noisyfox
  • Changes for Ubuntu 23.04. General housekeeping. by @tjmitchem

Printer profiles updates:

  • Added support for Prusa MK4 IS, also add supports to Prusa specific start gcodes
  • Added support for Sovol SV07 and SV07 Plus by @TomasOlsson
  • Added support for Creality K1-K1 Max Printer Profiles by @sadriercan
  • Added support for Elegoo Neptune 4/Pro printer profiles by @sadriercan
  • QIDI Profiles tweaks by @Hukete
  • Update latest BBL profiles from Bambulab OTA(v01.07.00.18)

Localization

  • Updated czech translate by @renemosner
  • Added traditional Chinese translation by @ablegods
  • Change NotoSansKR to NanumGothic for Korean font by @Hotsolidinfill
  • Added Turkish Language Support by @starlinerr
  • Updated Spanish translation by @tadeu2
  • Updatedrussian translation by @AndylgTom
  • Updated German translation by @hliebscher
  • Updated Korean translation by @Hotsolidinfill

NOTE:

Due to complexities in the git history after integrating PrusaSlicer 2.4, GitHub struggles to extract PRs from the last release accurately. I had to compile the contribution list manually, so if I've missed any of your contributions, please inform me. I'll update the list as needed.
VirusTotal scan result for Windows installer: 186fed7bca658d96b8091d37cf6d043a1e8251f8daf746289309330a01d07776

If you like my work and would like to show your appreciation, you can buy me a coffee :)

ko-fi

OrcaSlicer - OrcaSlicer V1.6.6 Official Release

Published by SoftFever about 1 year ago

v1.6.6 is a hotfix release that addresses several issues found in v1.6.4
Note: v1.6.5 was withdrawn two hours after its release due to a crash bug introduced

Bug Fixes:

  • Fixed crashes caused by failed version checks by @ZdDroid
  • Fixed an issue that P1S LAN mode was not working #1882 by @gobau
  • Fixed an issue that bottom surface was not properly detected by @Hotsolidinfill.
  • Fixed a connection issue where OrcaSlicer couldn't connect to a Bambu printer when the printer was linked to Bambu cloud. Special thanks to @ZdDroid for troubleshooting and resolving this issue.
  • Fixed an issue where the Bambu printer's camera live view didn't work when switching the printer between LAN and non-LAN modes back and forth.
  • Optimized OrcaSlicer's startup speed by making version checking asynchronous by @ZdDroid.
  • AnkerMake profile bug fix by @just-trey.
  • Updated Spanish translation by @tadeu2.
  • Updated Korean translation by @Hotsolidinfill.

For more information about all the changes made in version 1.6.4, please refer to:

OrcaSlicer - OrcaSlicer V1.6.4 Official Release

Published by SoftFever about 1 year ago

This is the official release of V1.6.4
discord-mark-blue OrcaSlicer now has an official Discord server OrcaSlicer Discord

KNOW ISSUES:

  • For Bambu Lab users: There's a bug preventing connection to the printer if it's not in LAN mode. I'm investigating the issue, and a hotfix will be released soon.

What's Changed

  • OrcaSlicer now provides Windows installers.
    image

  • Tweaked the new overhang slowdown (ported from PrusaSlicer) and made it the default (it wasn't the default in previous beta versions).

  • Added support for adaptive bed mesh (KAMP and others) for PA calibration.

  • Fixed a blank button in mesh boolean by @Hotsolidinfill

  • Privacy and Security: Introduced a Stealth Mode, which disables connections to BBL HMS #1663.
    Users who don't use BBL machines or use LAN mode only can safely turn on this function. This option is turned off by default in this version but will be turned on by default in future releases.
    image

  • Fixed an issue where the camera view wasn't functioning for BBL machines if BambuStudio wasn't installed.

  • Incorporated the G92 E0 check for absolute extruder from PrusaSlicer.

  • Fixed a bug where the print_bed_min/max values were incorrect in multi-plate projects.

  • Resolved an issue where P1S wasn't displayed correctly by @slynn1324.

  • Picked a few fixes and changes from BambuStudio:

    • ENH: Allow users to adjust the order of components in assemble
    • ENH: support custom the first layer print sequence
    • FIX: meshboolean set transformation matrix twice
    • Fix for support generating mid air (#1762) by @igiannakas in https://github.com/SoftFever/OrcaSlicer/pull/1815

Printer profiles updates:

Localization:

Misc

For more information about all the changes made to version 1.6.4, please refer to

1.6.4-beta1
1.6.4-beta2
1.6.4-beta3

NOTE:

1. Please check here for installation instructions.
2. If your profiles didn't show up after updating, please restart OrcaSlicer
3. Klipper users, please update Moonraker to the latest version so that it can recognize OrcaSlicer and parse metadata like thumbnails.
4. If you're running Klipper, it's strongly recommended to add the following configuration to your printer.cfg file.

# Enable object exclusion
[exclude_object]

# Enable arcs support
[gcode_arcs]
resolution: 0.1

If you like my work and would like to show your appreciation, you can buy me a coffee :)

ko-fi

OrcaSlicer - OrcaSlicer V1.6.4 Beta 3

Published by SoftFever about 1 year ago

This is the last beta release of V1.6.4

discord-mark-blue OrcaSlicer now has an official Discord server OrcaSlicer Discord

What's Changed

  • Mac User Notification: OrcaSlicer is now fully notarized. Say goodbye to command-line hacks! Drag and drop to Applciations folder and you are ready to go. A special thanks to @RaySajuuk for helping troubleshoot the notarization issue.
    Screenshot 2023-08-14 at 8 48 42 PM

  • Ported "mouse ear brims" feature from SuperSlicer by @Noisyfox.
    Big shoutout to @Noisyfox to bring many awesome features to OrcaSlicer!
    mouse_ear

  • Introduced a new "One Wall Threshold" parameter that allows more control over the One wall on top surfaces behavior
    image

  • OrcaSlicer now supports adjusting the internal bridge speed independently, enabling users to achieve fast prints while maintaining quality. This feature was inspired by SuperSlicer, and its implementation was referenced.

  • Fixed a bug that overhang slowdown won't work when support's top z distance is set to 0 #1763

  • Added support for chamber temperature settings per filament type #1160

  • Increased the line width limit to five times the nozzle diameter. #1745

  • Optimize new overhang slowdown(fan command and bridge) and re-enable it, this overhang slowdow was orignally ported from PrusaSlicer2.6 #1642

  • Fixed an issue where OrcaSlicer couldn't establish a TLS connection with the printer on Mac. Special thanks to @samwiseg0 and @ammmze for finding, troubleshooting, and resolving this issue together! True open-source community spirit! #1675

  • Pick and merged features/bug fixes from BambuStudio 1.7x:

    • Support Object exclusion for BambuLab X1/X1C- ported from BambuStudio
    • Add Fill bed with copies - ported from BambuStudio and PrusaSlicer
    • Support internal_solid_infill_pattern - ported from BambuStudio
    • New Boolean operation feature - ported from BambuStudio
    • Some other fixes(including full screen bug) from BambuStudio 1.7x

Printer profiles updates:

  • Added Anycubic Kobra 2 by @leecolarelli
  • AnkerMake Profile revise and additions by @just-trey
  • Many tweaks to all profiles

Localization:

Misc

NOTE:

1. Please check here for installation instructions.
2. If your profiles didn't show up after updating, please restart OrcaSlicer
3. Klipper users, please update Moonraker to the latest version so that it can recognize OrcaSlicer and parse metadata like thumbnails.
4. If you're running Klipper, it's strongly recommended to add the following configuration to your printer.cfg file.

# Enable object exclusion
[exclude_object]

# Enable arcs support
[gcode_arcs]
resolution: 0.1

If you like my work and would like to show your appreciation, you can buy me a coffee :)

ko-fi

OrcaSlicer - OrcaSlicer V1.6.4 Beta 2

Published by SoftFever about 1 year ago

This release includes some improvements and bug fixes found in the 1.6.4-beta version.

What's Changed

Improvements

  • Improved print quality for models with slanted top surfaces when using single wall on top #1680
    Before:
    image
    After:
    image

Bug fixing

  • Fixed the issue where overhang/bridge fan speed failed to unset in some cases. #1669 #1686
  • Fixed a bug related to Chinese plate name
  • Fixed Korean font not be loaded properly by @Hotsolidinfill in https://github.com/SoftFever/OrcaSlicer/pull/1681

Translations

Please refer to 1.6.4-beta for the full list of other changes in 1.6.4