v2.0.0-rc
版本发布时间: 2024-03-24 08:53:13
SoftFever/OrcaSlicer最新发布版本:v2.2.0-beta(2024-09-14 12:45:21)
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
-
Rewriten 3D Honeycomb infill by @gringer in https://github.com/SoftFever/OrcaSlicer/pull/4425
Are you ready to embrace your new favorite infill pattern? Allow me to introduce the revamped 3D Honeycomb infill. The current 3D Honeycomb infill pattern includes many bridges, making it less than ideal for high-speed printing and resulting in reduced strength. However, the improved 3D Honeycomb significantly reduces bridging, providing better strength and print quality. It offers similar strength to Gyroid infill but prints faster, thanks to requiring fewer direction changes.
@gringer is the original author of the 3D Honeycomb implementation in Slic3r too(and hence in OrcaSlicer/PrusaSlicer/SuperSlicer/BambuStudio/etc...)
My stress testing shows that the new 3D Honeycomb infill can handle fast printing (200mm/s) without breaking a sweat.
The following test was performed on a Prusa MK4 printer:
Actual infill print speed: 200mm/s
Filament: PETG
Infill pattern: new 3D Honeycomb -
Tweak the home page in OrcaSlicer by @SoftFever in https://github.com/SoftFever/OrcaSlicer/pull/4602
- Add a new preference option to explicitly and easily enable/disable the Bambu network plugin.
- Show/hide the user login panel in the Home tab automatically according to the new option. This should give users who don't use Bambu machines or accounts a clean startup interface.
-
Tweak OrcaSlicer log by @SoftFever
- set default logging level to warning and make it configurable in .conf file
- deprecate severity_level, use log_severity_level config key
- remove encrytped bbl debug_network log file
-
Revised Inner Outer Inner mode by @igiannakas in https://github.com/SoftFever/OrcaSlicer/pull/4417 and https://github.com/SoftFever/OrcaSlicer/pull/4416
-
Support new network connections to printer:
- Support for SimplyPrint cloud integration by @Noisyfox in https://github.com/SoftFever/OrcaSlicer/pull/4525 You can find more information about the SimplyPrint connection here: https://help.simplyprint.io/en/article/the-orcaslicer-simplyprint-integration-how-to-set-up-and-use-1miu532/
- Falashforge 5M network support by @iherbak in https://github.com/SoftFever/OrcaSlicer/pull/4546
-
Fix an issue that only 1 bottom/top will be generated when ensure vertical thickness is set to None by @SoftFever in https://github.com/SoftFever/OrcaSlicer/pull/4504
-
Fixed an issue that changing printer selection clears out Process overrides by @SoftFever in https://github.com/SoftFever/OrcaSlicer/pull/4506 issue #4145
-
Fix alternate extra wall warning: change ensure vertical shell thickness to Moderate instead of None by @SoftFever in https://github.com/SoftFever/OrcaSlicer/pull/4463
-
Revert automatic application of reduced internal bridge filtering for lightning infill by @igiannakas in https://github.com/SoftFever/OrcaSlicer/pull/4639
-
Fix startup crashes caused by splash screen by @SoftFever
-
Prevent crashes from edge cases when slicing complex small model with "big" fuzzy skin is used by @SoftFever
-
Fix issue that painter sphere is rendered at the wrong position by @Noisyfox in https://github.com/SoftFever/OrcaSlicer/pull/4652
-
Fixed a bug that promption of installing plugin notification was not displayed when trying to switch to Bambu device tab by @SoftFever
Profiles:
- Add MyRRF machine by @SoftFever
- Ender 3 V3 : Some improvements for supports and machines limits by @bistory in https://github.com/SoftFever/OrcaSlicer/pull/4527
- Update QIDI profiles by @Hukete in https://github.com/SoftFever/OrcaSlicer/pull/4549
- Fix Anker M5C 0.6 bed size by @cochcoder in https://github.com/SoftFever/OrcaSlicer/pull/4608
- Fix missing Construct3D covers by @cochcoder in https://github.com/SoftFever/OrcaSlicer/pull/4632
- Enable detect_thin_wall for Qidi printers by @bistory in https://github.com/SoftFever/OrcaSlicer/pull/4637
- Update Flashforge Printer Profiles for Guider3 Ultra 0320 by @FlashforgeOfficial in https://github.com/SoftFever/OrcaSlicer/pull/4587
- Add Ender-3 Pro by @cochcoder in https://github.com/SoftFever/OrcaSlicer/pull/4573
Translations:
- Updated French translations by @bistory in https://github.com/SoftFever/OrcaSlicer/pull/4427
- Polish translation update by @KrisMorr in https://github.com/SoftFever/OrcaSlicer/pull/4430
- Update Spanish translation by @tadeu2 in https://github.com/SoftFever/OrcaSlicer/pull/4445
- Update Turkish Language translation by @PhenixNoir in https://github.com/SoftFever/OrcaSlicer/pull/4454
- Minor spelling & grammatical fixes by @cochcoder in https://github.com/SoftFever/OrcaSlicer/pull/4444
- chore(slicer): Update copyright year to 2024 by @nevack in https://github.com/SoftFever/OrcaSlicer/pull/4428
- Changing the background color of the thumbnail by @KrisMorr in https://github.com/SoftFever/OrcaSlicer/pull/4421
- Further FR translation fixes by @bistory in https://github.com/SoftFever/OrcaSlicer/pull/4472
- fix de new feature by @hliebscher in https://github.com/SoftFever/OrcaSlicer/pull/4479
- Update OrcaSlicer_tr.po by @olcayoren in https://github.com/SoftFever/OrcaSlicer/pull/4490
- kor translation update by @crwusiz in https://github.com/SoftFever/OrcaSlicer/pull/4503
- Russian translation update by @AndylgTom in https://github.com/SoftFever/OrcaSlicer/pull/4528
- Polish translation update by @KrisMorr in https://github.com/SoftFever/OrcaSlicer/pull/4541
- Update German translations by @hliebscher in https://github.com/SoftFever/OrcaSlicer/pull/4529
- Further IT translation fixes by @frankieorabona in https://github.com/SoftFever/OrcaSlicer/pull/4569
- update locale and Chinese translations by @SoftFever
- Update Polish translation by @KrisMorr in https://github.com/SoftFever/OrcaSlicer/pull/4658
Miscs:
- Allow AppImage generation in aarch64 build hosts by @rodriguezst in https://github.com/SoftFever/OrcaSlicer/pull/4410
- Add Docker Build Support by @ohmdelta in https://github.com/SoftFever/OrcaSlicer/pull/4485
- Catalan language updated to OrcaSlicer-v2.0.0-beta by @davidjuanesb in https://github.com/SoftFever/OrcaSlicer/pull/4540
- Minified SVG Bamboo Lab Printer images by @yw4z in https://github.com/SoftFever/OrcaSlicer/pull/4513
- Fix for missing K1 references by @bistory in https://github.com/SoftFever/OrcaSlicer/pull/4600
- Optimized plate models of CONSTRUCT3D by @yw4z in https://github.com/SoftFever/OrcaSlicer/pull/4567
- Added a string 'no model information' for translation by @KrisMorr in https://github.com/SoftFever/OrcaSlicer/pull/4623
- Fix Ender-3 Pro missing from Generic Creality filaments by @cochcoder in https://github.com/SoftFever/OrcaSlicer/pull/4630
- fix start_code and 0.16mm parameters by @FlyingbearOfficial in https://github.com/SoftFever/OrcaSlicer/pull/4631
- Raised bed temperatures for Ender 3 V3 PLA profile by @bistory in https://github.com/SoftFever/OrcaSlicer/pull/4636
- Update German Translations by @hliebscher in https://github.com/SoftFever/OrcaSlicer/pull/4640
- Updated French translations by @bistory in https://github.com/SoftFever/OrcaSlicer/pull/4654
- Add safety check for seam_slope_start_height by @SoftFever
- Add bed types WIKI document and link by @SoftFever
Support
If you appreciate my work and would like to support me, consider buying me a coffee.
Your support is greatly appreciated! :)
1、 OrcaSlicer_Linux_V2.0.0-rc.AppImage 104.97MB
2、 OrcaSlicer_Mac_arm64_V2.0.0-rc.dmg 123.48MB
3、 OrcaSlicer_Mac_x86_64_V2.0.0-rc.dmg 129.41MB
4、 OrcaSlicer_Windows_Installer_V2.0.0-rc.exe 80.31MB
5、 OrcaSlicer_Windows_V2.0.0-rc_portable.zip 100.65MB