LinuxServer Changes:
Update Readme with new env vars and ingest proper PWA icon.
OrcaSlicer Changes:
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.
-
Scarf joint seam: an innovative apprach to hide seams for FDM printing by @Noisyfox
You probably have already heard of the "scarf joint" feature implemented in OrcaSlicer through forum/YouTube videos.
It's a exicting new way to hide the seams in FDM printing.
Main implementation is done by @Noisyfox in SoftFever/OrcaSlicer#3839
Conditional scarf joint and slowdown for scarf joint only feature is done by @SoftFever in SoftFever/OrcaSlicer#4317
A big shoutout to @vgdh and @MichaelJLew for coming up with this brilliant idea and the early-stage prototype
A heartfelt thank you to everyone who participated in the testing and discussion, look at how many people are involved in the PR thread!
Adam(@psiberfunk) has done incredible scientific experiments. He wrote a great guide on how to use this feature, do check it out.
Michael(TeachingTech) made a fantastic YouTube video to explain this feature, do check it out.
-
Small area flow compensation by @mjonuschat in SoftFever/OrcaSlicer#3334
A feature aimed at addressing the challenge of over-extrusion in small areas of solid infill, an issue previously not well understood. By implementing a strategy that adjusts extrusion flow inversely proportional to the length of the extrusion line, we ensure that shorter lines receive less flow. This approach is visually represented in the software, with color coding—blue for reduced flow and red for increased flow—to clearly show the effect of the adjustments. This feature is designed to enhance print quality by providing a practical solution to the over-extrusion problem, making it easier for users to achieve consistent results across their prints.Big shoutout to @Alexander-T-Moss, who first came up with this innovative improvement and implemented it with scripts.
-
Orca Slicer now support OTA profile update for all 3d printers by @SoftFever in SoftFever/OrcaSlicer#4069
-
QoL: 3D navigator by @Noisyfox in SoftFever/OrcaSlicer#4181
-
Improve gap fill application strategy by @igiannakas in SoftFever/OrcaSlicer#3412
-
Add direct adaptive bed mesh support by @SoftFever in SoftFever/OrcaSlicer#4212
Orca Slicer introduces comprehensive support for adaptive bed meshing across a variety of firmware, including Marlin, Klipper, and RepRapFirmware (RRF).
This feature allows users to seamlessly integrate adaptive bed mesh commands within the Machine Start G-code.
The implementation is designed to be straightforward, requiring no additional plugins or alterations to firmware settings, thereby enhancing user experience and print quality directly from Orca Slicer.
Compared to existing adaptive bed mesh plugins for Klipper, the Orca Slicer implementation can handle max/min bed mesh safety limits to avoid potential crashing into the bed.
For detailed usage, please refer to the Orca Slicer WIKI.
Example of Adaptive Bed Mesh usage in Orca Slicer:Marlin:
G29 X{bed_mesh_probe_count[0]} Y{bed_mesh_probe_count[1]} L{adaptive_bed_mesh_min[0]} R{adaptive_bed_mesh_max[0]} F{adaptive_bed_mesh_min[1]} B{adaptive_bed_mesh_max[1]} T V4
Klipper:
; Always pass `ADAPTIVE_MARGIN=0` because Orca has already handled `adaptive_bed_mesh_margin` internally BED_MESH_CALIBRATE mesh_min={adaptive_bed_mesh_min[0]},{adaptive_bed_mesh_min[1]} mesh_max={adaptive_bed_mesh_max[0]},{adaptive_bed_mesh_max[1]} ALGORITHM=[bed_mesh_algo] PROBE_COUNT={bed_mesh_probe_count[0]},{bed_mesh_probe_count[1]} ADAPTIVE=1 ADAPTIVE_MARGIN=0
RRF:
M557 X{adaptive_bed_mesh_min[0]}:{adaptive_bed_mesh_max[0]} Y{adaptive_bed_mesh_min[1]}:{adaptive_bed_mesh_max[1]} P{bed_mesh_probe_count[0]}:{bed_mesh_probe_count[1]}
-
Allow specifying print order within each layer by @Noisyfox in SoftFever/OrcaSlicer#3685
You can now adjust the print order of objects in "by layer" mode by dragging them in the object list. Choosing the "as object list" option from the layer order dropdown will ensure objects are printed in your specified order for each layer.
-
Revist and improve "ensure vertical thickness" strategy and UX by @igiannakas and @SoftFever in SoftFever/OrcaSlicer#3235 and SoftFever/OrcaSlicer#4402
-
Add a new handy model: Orca string hell by @SoftFever in SoftFever/OrcaSlicer#3892
-
UX: check and warn users if print speed/accel/jerk are higher than the machine limits by @SoftFever in SoftFever/OrcaSlicer#4403
-
Improve pressure equalizer so that it's less aggressive by @Noisyfox in SoftFever/OrcaSlicer#4264
-
[Feature] Introduced option to control amount of internal bridging, fixing internal bridge missing for some sloped surfaces by @igiannakas in SoftFever/OrcaSlicer#3319
-
Port EditGCodeDialog from PrusaSlicer by @Ocraftyone in SoftFever/OrcaSlicer#3417
-
Port "counterbole hole bridging" feature from SuperSlicer(it's called "No Unsupported Perimeters" in SS) by @Ocraftyone and @Noisyfox in SoftFever/OrcaSlicer#3189
-
Fixed a bug that in edge cases, wrong top surfaces were detected by @SoftFever in SoftFever/OrcaSlicer#4244
-
Improvement: Corrected monotonic lines now respect user infill / wall overlap setting by @igiannakas in SoftFever/OrcaSlicer#3388
-
Add configurable short wall/perimeter cleaning for Arachne by @scottmudge in SoftFever/OrcaSlicer#2790
-
Fix #3311: filament Load / Unload time was not used in time estimation by @eoyilmaz in SoftFever/OrcaSlicer#3706
-
Add shell type to STEP importer, to fix importing of some STEP files by @scottmudge in SoftFever/OrcaSlicer#4247
-
Pressure equalizer documentation by @igiannakas in SoftFever/OrcaSlicer#4334
-
Improve PA tower: 1. support large nozzles 2. remove jerk=1 settings 3. move settings changes to object to avoid accidently saving the profile by @SoftFever in SoftFever/OrcaSlicer#4382
-
Support for Obico cloud integration by @kennethjiang in SoftFever/OrcaSlicer#4116
For more detailed guild, please check this page: https://obico.io/docs/user-guides/orca-slicer-integration/
-
Allow specify wall directions by @Noisyfox in SoftFever/OrcaSlicer#4156
-
ENH: Better Scrolling Over Multiline Fields by @Ocraftyone in SoftFever/OrcaSlicer#4218
-
Improve ExtrusionLine::simplify, eliminating many very-short extrusion segments which led to blemishes in thin-wall models sliced with Arachne - Take 2 by @sethml in SoftFever/OrcaSlicer#3750
-
Decouple filament minimum print speed from overhang slowdown by @igiannakas in SoftFever/OrcaSlicer#3859
-
Fix an issue that exporting filament profiles didn't work for non-bbl printers by @Noisyfox in SoftFever/OrcaSlicer#4217
Profiles:
-
QIDI: Update two new filaments by @Hukete in SoftFever/OrcaSlicer#3304
-
Profile: Fixes and simplification of some Creality profiles. by @bistory in SoftFever/OrcaSlicer#3315
-
Profile: Anker M5/C first layer consistency improvements by @just-trey in SoftFever/OrcaSlicer#3321
-
Creality K1/K1 Max, Ender 3 V3 Series and Ender 5 S1 baseplates by @bistory in SoftFever/OrcaSlicer#3365
-
Creality Ender 3 V3/KE important fixes and some fine-tunings by @bistory in SoftFever/OrcaSlicer#3362
-
Update the some profiles by @Hukete in SoftFever/OrcaSlicer#3470
-
M600 for Neptune 3 series (and removed from Neptune X) by @bistory in SoftFever/OrcaSlicer#3432
-
Default Anker support_base_pattern (Fixes #3326) by @Xelinor in SoftFever/OrcaSlicer#3585
-
New generic profile for Ender 3 V2 Neo by @bistory in SoftFever/OrcaSlicer#3434
-
Added i3 printer_structure to Creality printers by @bistory in SoftFever/OrcaSlicer#3460
-
Creality K1 Profiles improvements (and K1C addition) by @bistory in SoftFever/OrcaSlicer#3728
-
Added PAUSE command for change_filament_gcode on Elegoo Neptune 4 series by @bistory in SoftFever/OrcaSlicer#3411
-
Update 0.48mm Standard @bbl X1C 0.8 nozzle.json by @SufficentMuffin in SoftFever/OrcaSlicer#3379
-
0109 Machine end gcode and process update for Adventurer 5M series by @FlashforgeOfficial in SoftFever/OrcaSlicer#3580
-
Qidi x 3 thumbnail scale by @tome9111991 in SoftFever/OrcaSlicer#3600
-
[Fix] Fixed error in Anycubic Kobra 2 profile using "rectilinear" sparse infill by @bistory in SoftFever/OrcaSlicer#3664
-
New printer profile : TwoTrees SK1 by @bistory in SoftFever/OrcaSlicer#3982
-
Creality Ender 3 and Prusa Mk3s 0,2;0,4,06 and 0,8 profiles by @goyetus in SoftFever/OrcaSlicer#4029
-
Fixed Ender 3 profile inheritance by @bistory in SoftFever/OrcaSlicer#4089
-
FlyingBear profiles updates: abs filament by @FlyingbearOfficial in SoftFever/OrcaSlicer#4165
-
InfiMech profile updates: Change some parameterts and Update ABS filament by @InfimechOfficial in SoftFever/OrcaSlicer#4166
-
TwoTrees SK1 Profiles : New filament (PLA Matte) and tuned volumetric flow rates by @bistory in SoftFever/OrcaSlicer#4172
-
Added Voron 120 build plate for V0 by @bistory in SoftFever/OrcaSlicer#4292
-
Construct 1 XL Start G-code Change by @Construct3D-AM in SoftFever/OrcaSlicer#4336
-
Add AnkerMake 0.6mm Nozzle Profiles by @Xelinor in SoftFever/OrcaSlicer#4338
-
Fix 0.16mm parameters and update start_gcode by @InfimechOfficial in SoftFever/OrcaSlicer#4414
-
Added Flashforge Adventurer 3 Series profile by @RikshaDriver in SoftFever/OrcaSlicer#4331
-
Add 0.2mm and 0.25mm nozzle profiles to AnkerMake printers by @Xelinor in SoftFever/OrcaSlicer#4260
-
Creality textures and covers tweaks by @bistory in SoftFever/OrcaSlicer#4274
-
Add a new filament named PLA Hyper by @InfimechOfficial in SoftFever/OrcaSlicer#4339
-
CONSTRUCT3D Construct 1 & Construct 1 XL print profiles by @Construct3D-AM in SoftFever/OrcaSlicer#4187
-
Ender 3 V3 SE/KE improvements by @bistory in SoftFever/OrcaSlicer#4225
-
Fix paramters of the process and machine files by @FlyingbearOfficial in SoftFever/OrcaSlicer#4246
-
Modified filaments/process/starting codes and added a new print layer height 0.16mm in the process by @InfimechOfficial in SoftFever/OrcaSlicer#4200
-
Add a new model named S1 and fix some parameters of previous files by @FlyingbearOfficial in SoftFever/OrcaSlicer#4267
-
Add Artillery Genius Pro Profile by @Mr-PBH in SoftFever/OrcaSlicer#3742
-
Fix Voron "0.32mm Optimal 0.6 nozzle @voron" profile by @SoftFever
-
Apply precise_outer_wall for inner-outer wall seq only by @SoftFever
-
Show warning notification if jerk is set to 1 by @SoftFever
Translations:
- Update Turkish translation by @olcayoren in SoftFever/OrcaSlicer#3270
- kor translation update by @crwusiz in SoftFever/OrcaSlicer#3272
- Update README.md by @eltociear in SoftFever/OrcaSlicer#3281
- Feature/add more hints and fix/update locale by @SoftFever in SoftFever/OrcaSlicer#3316
- Update German translation for 1.9 by @hliebscher in SoftFever/OrcaSlicer#3343
- Updated Italian translation by @FabioForcina in SoftFever/OrcaSlicer#3347
- Feature/build target 10.15 by @kpishere in SoftFever/OrcaSlicer#3252
- Update README.md to provide alternative download links of webview2 runtimes by @silence48 in SoftFever/OrcaSlicer#3384
- edit Ukrainian translation by @kvantum in SoftFever/OrcaSlicer#3403
- Create SECURITY.md by @giveen in SoftFever/OrcaSlicer#3696
- Update Spanish translation by @duub in SoftFever/OrcaSlicer#3793
- [Fix] Polish translation update by @KrisMorr in SoftFever/OrcaSlicer#3934
- Added new French translations by @bistory in SoftFever/OrcaSlicer#4319
- Catalan Language updated to V1.9.1 by @davidjuanesb in SoftFever/OrcaSlicer#4131
- Update simplified Chinese translation by @SoftFever
Misc:
- Fix issue that "Per-glyph" option not working when UI is in Chinese by @Noisyfox in SoftFever/OrcaSlicer#3425
- Fix preview legend window size by @Noisyfox in SoftFever/OrcaSlicer#3363
- Fix crash when click the color paint gizmo when object part is selected by @Noisyfox in SoftFever/OrcaSlicer#3405
- Fixed crashes caused by pressure eq when support is used by @SoftFever in SoftFever/OrcaSlicer#3407
- Fix NaN when adding negative part (#3423) by @Noisyfox in SoftFever/OrcaSlicer#3431
- CICD: Fail on no cache hit by @Ocraftyone in SoftFever/OrcaSlicer#3429
- Bug: Fix retraction issues with PA pattern calibration by @igiannakas in SoftFever/OrcaSlicer#3314
- Display accurate precision for percent config values by @gswatkins in SoftFever/OrcaSlicer#3466
- Support custom IP camera by @stuomas in SoftFever/OrcaSlicer#3415
- [Bug fix] Fixes lightning infill with sparse infill width set to 0 causes "divide by zero" fatal error by @igiannakas in SoftFever/OrcaSlicer#3592
- Fix garbled text when display scalling > 300% by @lllucius in SoftFever/OrcaSlicer#3402
- [Bug fix] Fixes retraction on layer change being performed when retract travel threshold is set to 0 by @igiannakas in SoftFever/OrcaSlicer#3614
- Update for colpic thumbnails background color to match Elegoo theme by @VBitsHub in SoftFever/OrcaSlicer#3647
- fix(TemperaturesCalibration): typo in end_temp_string by @wesselbaum in SoftFever/OrcaSlicer#3680
- Update BuildLinux.sh by @Ocraftyone in SoftFever/OrcaSlicer#3679
- fix precedence errors by @foghatredbird in SoftFever/OrcaSlicer#3611
- Remember the sidebar size by @Noisyfox in SoftFever/OrcaSlicer#3700
- Fix Kingroon KP3S profiles by @konradmb in SoftFever/OrcaSlicer#3712
- Fix constrainted scale (scale with ctrl key pressed) by @Noisyfox in SoftFever/OrcaSlicer#3717
- [Bug fix] Fixes "Wipe before external loop" causing blobs on single wall perimeters by @igiannakas in SoftFever/OrcaSlicer#3616
- Document building and debugging with XCode. by @sethml in SoftFever/OrcaSlicer#3733
- Fixes #3721 - Typo in lang files by @Eldenroot in SoftFever/OrcaSlicer#3722
- Don't check the temperature of multi filament for multi toolhead printers by @macdylan in SoftFever/OrcaSlicer#3649
- Add plate name edit btn by @Noisyfox in SoftFever/OrcaSlicer#3756
- Re-enable printing by object gcode by @Ocraftyone in SoftFever/OrcaSlicer#3691
- Add project info editor by @Noisyfox in SoftFever/OrcaSlicer#3754
- QoL: Some UI improvements to Cut Gizmo by @Noisyfox in SoftFever/OrcaSlicer#3752
- Retain mirror state when scaling using text input (#3643) by @Noisyfox in SoftFever/OrcaSlicer#3719
- Fixes for French translations by @bistory in SoftFever/OrcaSlicer#3773
- [BUGFIX] Prevent crash in small area infill comp with gcode comments by @mjonuschat in SoftFever/OrcaSlicer#3786
- Fix duplicate entry of Only Lift Z above and below in the extruder tab by @igiannakas in SoftFever/OrcaSlicer#3788
- genreate smaller EXCLUDE_OBJECT_DEFINE for PA Line/Pattern tests Klipper by @SoftFever
- nightly release by @SoftFever in SoftFever/OrcaSlicer#3792
- corrected printable_area by @RyanWhipple in SoftFever/OrcaSlicer#3527
- Debug Improvments on Windows by @Ocraftyone in SoftFever/OrcaSlicer#3275
- QoL: Port profile value transfer on profile diff dialog from PrusaSlicer by @Noisyfox in SoftFever/OrcaSlicer#3737
- Modifiers should load at object offset like in Prusaslicer by @foghatredbird in SoftFever/OrcaSlicer#3802
- Update the naming of the layer order option to intra-layer order by @Noisyfox in SoftFever/OrcaSlicer#3834
- Feature/merge 1.8.4 by @SoftFever in SoftFever/OrcaSlicer#3827
- Fix asserts which would not compile. by @sethml in SoftFever/OrcaSlicer#3741
- Fixes 3833 ("Miss spelling") by @bistory in SoftFever/OrcaSlicer#3840
- Add the Polish language by @KrisMorr in SoftFever/OrcaSlicer#3622
- Add Devcontainer Support by @Ocraftyone in SoftFever/OrcaSlicer#3777
- Prevent extra wall generation when sparse infill is zero by @oleksii-suprun in SoftFever/OrcaSlicer#3775
- Refactor anker by @Xelinor in SoftFever/OrcaSlicer#3845
- [Fix] Polish translation update by @KrisMorr in SoftFever/OrcaSlicer#3855
- Fixes Anker M5C profiles by @Xelinor in SoftFever/OrcaSlicer#3862
- Fix DEBUG build by @sethml in SoftFever/OrcaSlicer#3861
- Update OrcaSlicer_tr.po - TURKISH translation update by @olcayoren in SoftFever/OrcaSlicer#3864
- Update Spanish translation by @tadeu2 in SoftFever/OrcaSlicer#3873
- Enforce retraction before wipe by @SoftFever in SoftFever/OrcaSlicer#3888
- Change from "Back" to "Return" in the project tab by @KrisMorr in SoftFever/OrcaSlicer#3867
- Fix some rotation-related issues by @Noisyfox in SoftFever/OrcaSlicer#3890
- Fix issue with PA pattern test using travel acceleration and jerk for the PA patterns by @igiannakas in SoftFever/OrcaSlicer#3851
- Update orca_bot.yml by @Eldenroot in SoftFever/OrcaSlicer#3798
- Fix issue with auto orient a scaled object. by @Noisyfox in SoftFever/OrcaSlicer#3904
- Update Polish translation by @KrisMorr in SoftFever/OrcaSlicer#3903
- A lot of import fixes for flatpak by @powpingdone in SoftFever/OrcaSlicer#3909
- Fix crashing on AMS filament edit by @igiannakas in SoftFever/OrcaSlicer#3981
- Update build_release.bat by @tsmith35 in SoftFever/OrcaSlicer#3961
- Give CGAL a boost::prior (import) by @powpingdone in SoftFever/OrcaSlicer#3978
- Update orca_bot.yml by @Eldenroot in SoftFever/OrcaSlicer#3986
- Update Polish translation by @KrisMorr in SoftFever/OrcaSlicer#3998
- Fixed and integrated some Italian translations by @frankieorabona in SoftFever/OrcaSlicer#4008
- Update HMS.cpp set language code to en by default for PL language by @KrisMorr in SoftFever/OrcaSlicer#4034
- Creality Ender-3 V3 SE: Fix present print by @Jesterovskiy in SoftFever/OrcaSlicer#4031
- New Language: Catalan language for OrcaSlicer 1.9.0 by @davidjuanesb in SoftFever/OrcaSlicer#4036
- Russian translation update by @AndylgTom in SoftFever/OrcaSlicer#4049
- Various Emboss improvements from PS by @Noisyfox in SoftFever/OrcaSlicer#4039
- Fixed typo "Confing" by @bistory in SoftFever/OrcaSlicer#4071
- Fix for #4047 by @bistory in SoftFever/OrcaSlicer#4072
- Update orca_bot.yml by @Eldenroot in SoftFever/OrcaSlicer#4044
- Make reporting easier - part I by @Eldenroot in SoftFever/OrcaSlicer#4080
- Update bug_report.yml by @Eldenroot in SoftFever/OrcaSlicer#4082
- Update and rename feature_request.md to feature_request.yml by @Eldenroot in SoftFever/OrcaSlicer#4084
- Bug Fixed: Added "Printer Variant" to all Ender 3 and Prusa Mk3s Profiles by @goyetus in SoftFever/OrcaSlicer#4098
- Show dialog when opening 3mf files to choose whether to import settings. by @markleaf131313 in SoftFever/OrcaSlicer#4110
- Fix move gizmo on parts by @Noisyfox in SoftFever/OrcaSlicer#4138
- Update Spanish translation by @tadeu2 in SoftFever/OrcaSlicer#4142
- Fix object list crash on click (#2823) by @Noisyfox in SoftFever/OrcaSlicer#4164
- Fix caucluation of rotation between two vectors during auto-orient by @Noisyfox in SoftFever/OrcaSlicer#4144
- Fixed all filaments and added a new filament named pla_Hyper by @FlyingbearOfficial in SoftFever/OrcaSlicer#4213
- check profile for PRs by @SoftFever in SoftFever/OrcaSlicer#4251
- add profile validate tool by @SoftFever in SoftFever/OrcaSlicer#4249
- Feature/enhance profile validator by @SoftFever in SoftFever/OrcaSlicer#4278
- Reduced size of Max Flowrate Test model by @yw4z in SoftFever/OrcaSlicer#4281
- FIX: Typo with exhuast by @valerian in SoftFever/OrcaSlicer#4269
- Optimized PNG files by @bistory in SoftFever/OrcaSlicer#4294
- ENH: Improve macOS build script by @nevack in SoftFever/OrcaSlicer#4310
- FIX: revert default CMake generator for deps on macOS by @nevack in SoftFever/OrcaSlicer#4357
- FIX: Support building with latest Xcode 15.3 by @nevack in SoftFever/OrcaSlicer#4367
- fix an issue that pressure eq may cause 0 feedrate in vase mode by @SoftFever in SoftFever/OrcaSlicer#4398
- Fix an issue that locale not compiled in CI/CD in by @SoftFever in SoftFever/OrcaSlicer#4404
- ENH: Switch wxWidgets dep to a shallow git clone. by @nevack in SoftFever/OrcaSlicer#4369
Support
If you appreciate my work and would like to support me, consider buying me a coffee.
Your support is greatly appreciated! :)