Releases: linuxserver/docker-orcaslicer
v2.3.2-ls8
CI Report:
https://ci-tests.linuxserver.io/linuxserver/orcaslicer/v2.3.2-ls8/index.html
LinuxServer Changes:
Full Changelog: v2.3.2-ls7...v2.3.2-ls8
Remote Changes:
What's Changed
This is OrcaSlicer V2.3.2, the stable release. This release addresses a security vulnerability in 3MF file import, adds a configurable wipe tower type setting, delivers extensive Linux and Flatpak improvements, fixes a CLI segfault, and includes UI refinements like dynamic title bar sizing and accordion sidebar tabs.
Note
For Linux users: The official Flathub version will be available soon.
For features introduced earlier in the v2.3.2 cycle, please refer to:
v2.3.2-beta · v2.3.2-beta2 · v2.3.2-rc · v2.3.2-rc2
🌊 New Features & Improvements
-
Configurable wipe tower type by @SoftFever in OrcaSlicer/OrcaSlicer#12781
Adds a new printer-level setting to select the wipe tower type, instead of it being determined solely by the printer model. Type 2 is generally recommended for MMU, filament cutter, and tool changer setups.
-
Default values in tooltips for more option types by @valerii-bokhan in OrcaSlicer/OrcaSlicer#12508
Extends the tooltip default-value display (introduced in RC) to Percent, FloatOrPercent, String, and Bool config option types. Default values are sourced from parent profiles rather than hardcoded Orca defaults.
-
Improved MMU detection via Moonraker database by @ammmze in OrcaSlicer/OrcaSlicer#12764
Happy Hare now writes MMU lane data to the Moonraker database (similar to AFC), so detection has been normalized. The Moonraker database is checked first, providing more reliable multi-material system detection and access to vendor name data. -
Allow cancellation during beam interlocking generation by @Noisyfox in OrcaSlicer/OrcaSlicer#12759
Beam interlocking generation can now be cancelled mid-process. Previously, certain parameter combinations could cause generation to take several minutes with no way to stop it. -
Dynamic title bar with longer project names by @yw4z in OrcaSlicer/OrcaSlicer#12730
The title bar now dynamically expands to use all available space, supporting long project names with ellipsis truncation. Also fixes window buttons being clipped at minimum width on Windows and a thin titlebar on Linux. Fixes #12723. -
Accordion style main tabs by @yw4z in OrcaSlicer/OrcaSlicer#12772
main tabs now automatically collapse to icon-only mode when the window is too small, ensuring the Slice/Print buttons always remain visible. Fixes #12723. -
Snapmaker esthetic filament sub-types by @gaaat98 in OrcaSlicer/OrcaSlicer#12699
The Snapmaker Printer Agent now recognizes esthetic filament sub-types (wood-infused, matte, marble) for better profile matching instead of falling back to generic PLA. -
Move adaptive flowrate to developer mode by @Sabriel-Koh in OrcaSlicer/OrcaSlicer#12688
The "Adaptive Volumetric Speed" setting is now hidden behind developer mode, with a clarified tooltip noting it is experimental.
🛠️ Bug Fixes
-
Security fix: path traversal in 3MF import by @SoftFever in OrcaSlicer/OrcaSlicer#12860
Fixed a vulnerability where a crafted.3mffile could write to arbitrary filesystem locations via path traversal during import, potentially enabling code execution. -
Fix three regressions in multi-tool extruder tabs by @SoftFever in OrcaSlicer/OrcaSlicer#12680
Fixed dirty flags not showing for extruder-specific options, a crash when switching to non-first extruder tabs, and parameters on one extruder unintentionally affecting others. -
Fix crash when slicing multi-material print with wipe tower by @SoftFever in OrcaSlicer/OrcaSlicer#12682
Fixed a crash during G-code export for multi-material prints using WipeTower2 where mesh data was not initialized. -
Fix wipe tower positioned outside bed boundary by @SoftFever in OrcaSlicer/OrcaSlicer#12820
Fixed wipe tower being placed beyond the bed boundary after printer preset changes. The tower position is now re-clamped when presets change, and the estimated size includes the brim. Also fixes sliced results being immediately invalidated after first slicing. -
Optimize wipe tower warnings by @SoftFever in OrcaSlicer/OrcaSlicer#12821
Skips flushing volume validation for multi-tool printers (flushing volumes only apply to SEMM/BBL printers) and adds validation for conflicts between precise Z height and prime tower settings. -
Fix CLI segfault when using --info, --slice, or --export-3mf by @niccolodevries in OrcaSlicer/OrcaSlicer#12719
Fixed a segfault that made the CLI completely unusable. In CLI mode, render-data code was dereferencing a NULL plater pointer. -
Linux experience improvements by @SoftFever in OrcaSlicer/OrcaSlicer#12705 and OrcaSlicer/OrcaSlicer#12706
Fixes black screen on startup by skipping Freeze/Thaw during OpenGL loading, replaces global resize handler with dedicated edge panels for proper window resizing, and fixes the project/model name not appearing in the titlebar on Linux. Fixes #12636.
-
Fix crash on Linux when clicking assemble feature by @SoftFever in OrcaSlicer/OrcaSlicer#12739
Fixes #11715. -
Calibration dialog fixes by @yw4z in OrcaSlicer/OrcaSlicer#12702 and OrcaSlicer/OrcaSlicer#12752
Fixes incorrect validators attached to wrong controls, double-scaled text at higher DPI, UI layout refinements, and dialog sizing on Linux. -
Fix non-BBL printer filament grouping by @Noisyfox in OrcaSlicer/OrcaSlicer#12767
Fixed custom filament sequence not being properly handled on non-BBL printers by ensuring they go through the same reordering code path. Fixes #12449, #12766. -
Fix infinite loop with zero top solid infill density by @RF47 in OrcaSlicer/OrcaSlicer#12762
Fixed OrcaSlicer entering an infinite loop when top layer solid infill density is set to zero. -
Fix hidden line type markers (wipe, seam, retract) by @tome9111991 in OrcaSlicer/OrcaSlicer#12364
Fixed z-fighting where visibility markers for Wipe, Seam, and Retract/Unretract were obscured when overlaid on extrusion paths. Fixes #12100, #12556.Before After 

-
Fix Flatpak locale support and app ID migration by @SoftFever in OrcaSlicer/OrcaSlicer#12751 and OrcaSlicer/OrcaSlicer#12879
Fixes translations not loading in Flatpak builds and updates the Flatpak application ID with migration code. Fixes #12714. -
Fix notifications unresponsive after G-code viewer collapsed by @derrickwzb in OrcaSlicer/OrcaSlicer#12689
Fixed notifications becoming unclickable after collapsing the G-code viewer panel. -
Fix hotkeys blocked when notification is shown by @SoftFever in OrcaSlicer/OrcaSlicer#12715
Fixed hotkeys (e.g., Tab) becoming unresponsive when notifications appear over the 3D canvas. -
Round flush volume matrix values to integers by @folofse in OrcaSlicer/OrcaSlicer#12672
Fixed decimal values in the flush volume matrix causing firmware metadata parsers to crash on some printers (notably Creality K2). -
Fix flushing dialog interaction and add Esc to close dialogs by @derrickwzb in OrcaSlicer/OrcaSlicer#12694 and OrcaSlicer/OrcaSlicer#12697
Fixed the flushing dialog being movable via trackpad overscrolling and added Escape key support to close dialogs. -
Warning for Hollow base pattern on non-tree supports by @valerii-bokhan in OrcaSlicer/OrcaSlicer#12710
Adds a warning when selecting "Hollow" base pattern for non-tree supports, informing that "Rectilinear" will be used instead. -
Fix crash in preset comparison dialog by @SoftFever in OrcaSlicer/OrcaSlicer#12765
-
Remove duplicate items from actual speed plot by @yw4z in OrcaSlicer/OrcaSlicer#12711
-
**Disable ...
v2.3.2-ls7
CI Report:
https://ci-tests.linuxserver.io/linuxserver/orcaslicer/v2.3.2-ls7/index.html
LinuxServer Changes:
Full Changelog: v2.3.1-ls6...v2.3.2-ls7
Remote Changes:
What's Changed
This is OrcaSlicer V2.3.2, the stable release. This release addresses a security vulnerability in 3MF file import, adds a configurable wipe tower type setting, delivers extensive Linux and Flatpak improvements, fixes a CLI segfault, and includes UI refinements like dynamic title bar sizing and accordion sidebar tabs.
Note
For Linux users: The official Flathub version will be available soon.
For features introduced earlier in the v2.3.2 cycle, please refer to:
v2.3.2-beta · v2.3.2-beta2 · v2.3.2-rc · v2.3.2-rc2
🌊 New Features & Improvements
-
Configurable wipe tower type by @SoftFever in OrcaSlicer/OrcaSlicer#12781
Adds a new printer-level setting to select the wipe tower type, instead of it being determined solely by the printer model. Type 2 is generally recommended for MMU, filament cutter, and tool changer setups.
-
Default values in tooltips for more option types by @valerii-bokhan in OrcaSlicer/OrcaSlicer#12508
Extends the tooltip default-value display (introduced in RC) to Percent, FloatOrPercent, String, and Bool config option types. Default values are sourced from parent profiles rather than hardcoded Orca defaults.
-
Improved MMU detection via Moonraker database by @ammmze in OrcaSlicer/OrcaSlicer#12764
Happy Hare now writes MMU lane data to the Moonraker database (similar to AFC), so detection has been normalized. The Moonraker database is checked first, providing more reliable multi-material system detection and access to vendor name data. -
Allow cancellation during beam interlocking generation by @Noisyfox in OrcaSlicer/OrcaSlicer#12759
Beam interlocking generation can now be cancelled mid-process. Previously, certain parameter combinations could cause generation to take several minutes with no way to stop it. -
Dynamic title bar with longer project names by @yw4z in OrcaSlicer/OrcaSlicer#12730
The title bar now dynamically expands to use all available space, supporting long project names with ellipsis truncation. Also fixes window buttons being clipped at minimum width on Windows and a thin titlebar on Linux. Fixes #12723. -
Accordion style main tabs by @yw4z in OrcaSlicer/OrcaSlicer#12772
main tabs now automatically collapse to icon-only mode when the window is too small, ensuring the Slice/Print buttons always remain visible. Fixes #12723. -
Snapmaker esthetic filament sub-types by @gaaat98 in OrcaSlicer/OrcaSlicer#12699
The Snapmaker Printer Agent now recognizes esthetic filament sub-types (wood-infused, matte, marble) for better profile matching instead of falling back to generic PLA. -
Move adaptive flowrate to developer mode by @Sabriel-Koh in OrcaSlicer/OrcaSlicer#12688
The "Adaptive Volumetric Speed" setting is now hidden behind developer mode, with a clarified tooltip noting it is experimental.
🛠️ Bug Fixes
-
Security fix: path traversal in 3MF import by @SoftFever in OrcaSlicer/OrcaSlicer#12860
Fixed a vulnerability where a crafted.3mffile could write to arbitrary filesystem locations via path traversal during import, potentially enabling code execution. -
Fix three regressions in multi-tool extruder tabs by @SoftFever in OrcaSlicer/OrcaSlicer#12680
Fixed dirty flags not showing for extruder-specific options, a crash when switching to non-first extruder tabs, and parameters on one extruder unintentionally affecting others. -
Fix crash when slicing multi-material print with wipe tower by @SoftFever in OrcaSlicer/OrcaSlicer#12682
Fixed a crash during G-code export for multi-material prints using WipeTower2 where mesh data was not initialized. -
Fix wipe tower positioned outside bed boundary by @SoftFever in OrcaSlicer/OrcaSlicer#12820
Fixed wipe tower being placed beyond the bed boundary after printer preset changes. The tower position is now re-clamped when presets change, and the estimated size includes the brim. Also fixes sliced results being immediately invalidated after first slicing. -
Optimize wipe tower warnings by @SoftFever in OrcaSlicer/OrcaSlicer#12821
Skips flushing volume validation for multi-tool printers (flushing volumes only apply to SEMM/BBL printers) and adds validation for conflicts between precise Z height and prime tower settings. -
Fix CLI segfault when using --info, --slice, or --export-3mf by @niccolodevries in OrcaSlicer/OrcaSlicer#12719
Fixed a segfault that made the CLI completely unusable. In CLI mode, render-data code was dereferencing a NULL plater pointer. -
Linux experience improvements by @SoftFever in OrcaSlicer/OrcaSlicer#12705 and OrcaSlicer/OrcaSlicer#12706
Fixes black screen on startup by skipping Freeze/Thaw during OpenGL loading, replaces global resize handler with dedicated edge panels for proper window resizing, and fixes the project/model name not appearing in the titlebar on Linux. Fixes #12636.
-
Fix crash on Linux when clicking assemble feature by @SoftFever in OrcaSlicer/OrcaSlicer#12739
Fixes #11715. -
Calibration dialog fixes by @yw4z in OrcaSlicer/OrcaSlicer#12702 and OrcaSlicer/OrcaSlicer#12752
Fixes incorrect validators attached to wrong controls, double-scaled text at higher DPI, UI layout refinements, and dialog sizing on Linux. -
Fix non-BBL printer filament grouping by @Noisyfox in OrcaSlicer/OrcaSlicer#12767
Fixed custom filament sequence not being properly handled on non-BBL printers by ensuring they go through the same reordering code path. Fixes #12449, #12766. -
Fix infinite loop with zero top solid infill density by @RF47 in OrcaSlicer/OrcaSlicer#12762
Fixed OrcaSlicer entering an infinite loop when top layer solid infill density is set to zero. -
Fix hidden line type markers (wipe, seam, retract) by @tome9111991 in OrcaSlicer/OrcaSlicer#12364
Fixed z-fighting where visibility markers for Wipe, Seam, and Retract/Unretract were obscured when overlaid on extrusion paths. Fixes #12100, #12556.Before After 

-
Fix Flatpak locale support and app ID migration by @SoftFever in OrcaSlicer/OrcaSlicer#12751 and OrcaSlicer/OrcaSlicer#12879
Fixes translations not loading in Flatpak builds and updates the Flatpak application ID with migration code. Fixes #12714. -
Fix notifications unresponsive after G-code viewer collapsed by @derrickwzb in OrcaSlicer/OrcaSlicer#12689
Fixed notifications becoming unclickable after collapsing the G-code viewer panel. -
Fix hotkeys blocked when notification is shown by @SoftFever in OrcaSlicer/OrcaSlicer#12715
Fixed hotkeys (e.g., Tab) becoming unresponsive when notifications appear over the 3D canvas. -
Round flush volume matrix values to integers by @folofse in OrcaSlicer/OrcaSlicer#12672
Fixed decimal values in the flush volume matrix causing firmware metadata parsers to crash on some printers (notably Creality K2). -
Fix flushing dialog interaction and add Esc to close dialogs by @derrickwzb in OrcaSlicer/OrcaSlicer#12694 and OrcaSlicer/OrcaSlicer#12697
Fixed the flushing dialog being movable via trackpad overscrolling and added Escape key support to close dialogs. -
Warning for Hollow base pattern on non-tree supports by @valerii-bokhan in OrcaSlicer/OrcaSlicer#12710
Adds a warning when selecting "Hollow" base pattern for non-tree supports, informing that "Rectilinear" will be used instead. -
Fix crash in preset comparison dialog by @SoftFever in OrcaSlicer/OrcaSlicer#12765
-
Remove duplicate items from actual speed plot by @yw4z in OrcaSlicer/OrcaSlicer#12711
-
Disable filament grouping button on non-H2D printers by @Sabriel-Koh in https://github.com/OrcaSlicer/OrcaSl...
v2.3.1-ls6
CI Report:
https://ci-tests.linuxserver.io/linuxserver/orcaslicer/v2.3.1-ls6/index.html
LinuxServer Changes:
Full Changelog: v2.3.1-ls5...v2.3.1-ls6
Remote Changes:
This is the official release of OrcaSlicer 2.3.1.
We have fixed some bugs and made several improvements.
NOTE I want to give a shout-out to Ian Bassi (@ianalexis). OrcaSlicer’s WIKI is now AWESOME thanks to his fantastic work.
What's Changed
Bug fixes:
- fix a regression bug that wrong printer model for Prusa MK3S and MINI in 2.3.1 beta by @SoftFever in OrcaSlicer/OrcaSlicer#10821
- Enhance GCode handling for Z-axis movements by @SoftFever in OrcaSlicer/OrcaSlicer#10803
- Fix a crash issue when importing a 3MF file saved from version 2.3.1-alpha as geometry only by @SoftFever
- Disable smooth sprial in input_shaping calibrations by @ianalexis in OrcaSlicer/OrcaSlicer#10748
Profiles and documents and miscellaneous:
- Add support for OrcaSlicer 2.3.1-alpha infill rotation template warning by @SoftFever
- Reflect swapped mouse buttons in Help → Keyboard Shortcuts by @kisslorand in OrcaSlicer/OrcaSlicer#10647
- [Profile]parameters modified in printer file by @InnovatiQ-Additive in OrcaSlicer/OrcaSlicer#10394
- Fix variable name comment and message by @coryrc in OrcaSlicer/OrcaSlicer#10302
- Fixes 50 Compiler Warnings: Add SYSTEM toCMakeLists.txt by @rubienr in OrcaSlicer/OrcaSlicer#10653
- Fixes 999 CMake Warnings by @rubienr in OrcaSlicer/OrcaSlicer#10729
- Update TURKISH translations (V2.3.1-beta) by @GlauTechCo in OrcaSlicer/OrcaSlicer#10726
- Update Anycubic Kobra 2 Neo machine profile fine tune end gcode by @frawg in OrcaSlicer/OrcaSlicer#10742
- Shellcheck everything by @coryrc in OrcaSlicer/OrcaSlicer#10730
- Add a once-daily Build All which skips caches by @coryrc in OrcaSlicer/OrcaSlicer#10731
- Add Afinia 3d printer and update tree_support_tip_diameter option for Tiertime printers by @GuoGeTiertime in OrcaSlicer/OrcaSlicer#10705
- [PROFILE]Add Sovol SV01 by @M4ketech in OrcaSlicer/OrcaSlicer#10723
- [QOL] Remember slider position for single layer mode in preview by @yw4z in OrcaSlicer/OrcaSlicer#10758
- Improve the pt-BR translation by @afmenez in OrcaSlicer/OrcaSlicer#10837
- Fix grid lines origin for multiple plates by @yw4z in OrcaSlicer/OrcaSlicer#10724
- Update Q2 print height by @HYzd766 in OrcaSlicer/OrcaSlicer#10843
- Add Sovol SV08 MAX profiles from Sovol's repo by @arachnist in OrcaSlicer/OrcaSlicer#10768
- Revamp OrcaSlicer updater by @SoftFever in OrcaSlicer/OrcaSlicer#10884
- Update DMG creation process in build workflow by @SoftFever in OrcaSlicer/OrcaSlicer#10891
- Update OrcaSlicer_tr.po by @whizosk in OrcaSlicer/OrcaSlicer#10856
- Add a new printer Model with Flyingbear by @FlyingbearOfficial in OrcaSlicer/OrcaSlicer#10889
- [PROFILE]add Rolohaun Delta Flyer Refit by @SoftFever in OrcaSlicer/OrcaSlicer#10893
- [PROFILE] fix for Ender 3 V3 KE by @maoravni in OrcaSlicer/OrcaSlicer#10860
- update de for 2.3.1 after update locale by @hliebscher in OrcaSlicer/OrcaSlicer#10912
- [Profiles] Fix bed_exclude_area excluding the whole bed on Anycubic Kobra 3 by @ErikGS in OrcaSlicer/OrcaSlicer#10914
Support
OrcaSlicer remains free and open source, but behind every release lies countless hours of development, testing, and maintenance. If this software helps you bring ideas to life, please consider supporting the team.
Your contributions directly fund hosting infrastructure, development tools, and—most importantly—help the developers dedicate time to making OrcaSlicer even better.
Thank you for being part of this journey! 🙏
v2.3.1-ls5
CI Report:
https://ci-tests.linuxserver.io/linuxserver/orcaslicer/v2.3.1-ls5/index.html
LinuxServer Changes:
Full Changelog: v2.3.1-ls4...v2.3.1-ls5
Remote Changes:
This is the official release of OrcaSlicer 2.3.1.
We have fixed some bugs and made several improvements.
NOTE I want to give a shout-out to Ian Bassi (@ianalexis). OrcaSlicer’s WIKI is now AWESOME thanks to his fantastic work.
What's Changed
Bug fixes:
- fix a regression bug that wrong printer model for Prusa MK3S and MINI in 2.3.1 beta by @SoftFever in OrcaSlicer/OrcaSlicer#10821
- Enhance GCode handling for Z-axis movements by @SoftFever in OrcaSlicer/OrcaSlicer#10803
- Fix a crash issue when importing a 3MF file saved from version 2.3.1-alpha as geometry only by @SoftFever
- Disable smooth sprial in input_shaping calibrations by @ianalexis in OrcaSlicer/OrcaSlicer#10748
Profiles and documents and miscellaneous:
- Add support for OrcaSlicer 2.3.1-alpha infill rotation template warning by @SoftFever
- Reflect swapped mouse buttons in Help → Keyboard Shortcuts by @kisslorand in OrcaSlicer/OrcaSlicer#10647
- [Profile]parameters modified in printer file by @InnovatiQ-Additive in OrcaSlicer/OrcaSlicer#10394
- Fix variable name comment and message by @coryrc in OrcaSlicer/OrcaSlicer#10302
- Fixes 50 Compiler Warnings: Add SYSTEM toCMakeLists.txt by @rubienr in OrcaSlicer/OrcaSlicer#10653
- Fixes 999 CMake Warnings by @rubienr in OrcaSlicer/OrcaSlicer#10729
- Update TURKISH translations (V2.3.1-beta) by @GlauTechCo in OrcaSlicer/OrcaSlicer#10726
- Update Anycubic Kobra 2 Neo machine profile fine tune end gcode by @frawg in OrcaSlicer/OrcaSlicer#10742
- Shellcheck everything by @coryrc in OrcaSlicer/OrcaSlicer#10730
- Add a once-daily Build All which skips caches by @coryrc in OrcaSlicer/OrcaSlicer#10731
- Add Afinia 3d printer and update tree_support_tip_diameter option for Tiertime printers by @GuoGeTiertime in OrcaSlicer/OrcaSlicer#10705
- [PROFILE]Add Sovol SV01 by @M4ketech in OrcaSlicer/OrcaSlicer#10723
- [QOL] Remember slider position for single layer mode in preview by @yw4z in OrcaSlicer/OrcaSlicer#10758
- Improve the pt-BR translation by @afmenez in OrcaSlicer/OrcaSlicer#10837
- Fix grid lines origin for multiple plates by @yw4z in OrcaSlicer/OrcaSlicer#10724
- Update Q2 print height by @HYzd766 in OrcaSlicer/OrcaSlicer#10843
- Add Sovol SV08 MAX profiles from Sovol's repo by @arachnist in OrcaSlicer/OrcaSlicer#10768
- Revamp OrcaSlicer updater by @SoftFever in OrcaSlicer/OrcaSlicer#10884
- Update DMG creation process in build workflow by @SoftFever in OrcaSlicer/OrcaSlicer#10891
- Update OrcaSlicer_tr.po by @whizosk in OrcaSlicer/OrcaSlicer#10856
- Add a new printer Model with Flyingbear by @FlyingbearOfficial in OrcaSlicer/OrcaSlicer#10889
- [PROFILE]add Rolohaun Delta Flyer Refit by @SoftFever in OrcaSlicer/OrcaSlicer#10893
- [PROFILE] fix for Ender 3 V3 KE by @maoravni in OrcaSlicer/OrcaSlicer#10860
- update de for 2.3.1 after update locale by @hliebscher in OrcaSlicer/OrcaSlicer#10912
- [Profiles] Fix bed_exclude_area excluding the whole bed on Anycubic Kobra 3 by @ErikGS in OrcaSlicer/OrcaSlicer#10914
Support
OrcaSlicer remains free and open source, but behind every release lies countless hours of development, testing, and maintenance. If this software helps you bring ideas to life, please consider supporting the team.
Your contributions directly fund hosting infrastructure, development tools, and—most importantly—help the developers dedicate time to making OrcaSlicer even better.
Thank you for being part of this journey! 🙏
v2.3.1-ls4
CI Report:
https://ci-tests.linuxserver.io/linuxserver/orcaslicer/v2.3.1-ls4/index.html
LinuxServer Changes:
Full Changelog: v2.3.1-ls3...v2.3.1-ls4
Remote Changes:
This is the official release of OrcaSlicer 2.3.1.
We have fixed some bugs and made several improvements.
NOTE I want to give a shout-out to Ian Bassi (@ianalexis). OrcaSlicer’s WIKI is now AWESOME thanks to his fantastic work.
What's Changed
Bug fixes:
- fix a regression bug that wrong printer model for Prusa MK3S and MINI in 2.3.1 beta by @SoftFever in OrcaSlicer/OrcaSlicer#10821
- Enhance GCode handling for Z-axis movements by @SoftFever in OrcaSlicer/OrcaSlicer#10803
- Fix a crash issue when importing a 3MF file saved from version 2.3.1-alpha as geometry only by @SoftFever
- Disable smooth sprial in input_shaping calibrations by @ianalexis in OrcaSlicer/OrcaSlicer#10748
Profiles and documents and miscellaneous:
- Add support for OrcaSlicer 2.3.1-alpha infill rotation template warning by @SoftFever
- Reflect swapped mouse buttons in Help → Keyboard Shortcuts by @kisslorand in OrcaSlicer/OrcaSlicer#10647
- [Profile]parameters modified in printer file by @InnovatiQ-Additive in OrcaSlicer/OrcaSlicer#10394
- Fix variable name comment and message by @coryrc in OrcaSlicer/OrcaSlicer#10302
- Fixes 50 Compiler Warnings: Add SYSTEM toCMakeLists.txt by @rubienr in OrcaSlicer/OrcaSlicer#10653
- Fixes 999 CMake Warnings by @rubienr in OrcaSlicer/OrcaSlicer#10729
- Update TURKISH translations (V2.3.1-beta) by @GlauTechCo in OrcaSlicer/OrcaSlicer#10726
- Update Anycubic Kobra 2 Neo machine profile fine tune end gcode by @frawg in OrcaSlicer/OrcaSlicer#10742
- Shellcheck everything by @coryrc in OrcaSlicer/OrcaSlicer#10730
- Add a once-daily Build All which skips caches by @coryrc in OrcaSlicer/OrcaSlicer#10731
- Add Afinia 3d printer and update tree_support_tip_diameter option for Tiertime printers by @GuoGeTiertime in OrcaSlicer/OrcaSlicer#10705
- [PROFILE]Add Sovol SV01 by @M4ketech in OrcaSlicer/OrcaSlicer#10723
- [QOL] Remember slider position for single layer mode in preview by @yw4z in OrcaSlicer/OrcaSlicer#10758
- Improve the pt-BR translation by @afmenez in OrcaSlicer/OrcaSlicer#10837
- Fix grid lines origin for multiple plates by @yw4z in OrcaSlicer/OrcaSlicer#10724
- Update Q2 print height by @HYzd766 in OrcaSlicer/OrcaSlicer#10843
- Add Sovol SV08 MAX profiles from Sovol's repo by @arachnist in OrcaSlicer/OrcaSlicer#10768
- Revamp OrcaSlicer updater by @SoftFever in OrcaSlicer/OrcaSlicer#10884
- Update DMG creation process in build workflow by @SoftFever in OrcaSlicer/OrcaSlicer#10891
- Update OrcaSlicer_tr.po by @whizosk in OrcaSlicer/OrcaSlicer#10856
- Add a new printer Model with Flyingbear by @FlyingbearOfficial in OrcaSlicer/OrcaSlicer#10889
- [PROFILE]add Rolohaun Delta Flyer Refit by @SoftFever in OrcaSlicer/OrcaSlicer#10893
- [PROFILE] fix for Ender 3 V3 KE by @maoravni in OrcaSlicer/OrcaSlicer#10860
- update de for 2.3.1 after update locale by @hliebscher in OrcaSlicer/OrcaSlicer#10912
- [Profiles] Fix bed_exclude_area excluding the whole bed on Anycubic Kobra 3 by @ErikGS in OrcaSlicer/OrcaSlicer#10914
Support
OrcaSlicer remains free and open source, but behind every release lies countless hours of development, testing, and maintenance. If this software helps you bring ideas to life, please consider supporting the team.
Your contributions directly fund hosting infrastructure, development tools, and—most importantly—help the developers dedicate time to making OrcaSlicer even better.
Thank you for being part of this journey! 🙏
v2.3.1-ls3
CI Report:
https://ci-tests.linuxserver.io/linuxserver/orcaslicer/v2.3.1-ls3/index.html
LinuxServer Changes:
Full Changelog: v2.3.1-ls2...v2.3.1-ls3
Remote Changes:
This is the official release of OrcaSlicer 2.3.1.
We have fixed some bugs and made several improvements.
NOTE I want to give a shout-out to Ian Bassi (@ianalexis). OrcaSlicer’s WIKI is now AWESOME thanks to his fantastic work.
What's Changed
Bug fixes:
- fix a regression bug that wrong printer model for Prusa MK3S and MINI in 2.3.1 beta by @SoftFever in OrcaSlicer/OrcaSlicer#10821
- Enhance GCode handling for Z-axis movements by @SoftFever in OrcaSlicer/OrcaSlicer#10803
- Fix a crash issue when importing a 3MF file saved from version 2.3.1-alpha as geometry only by @SoftFever
- Disable smooth sprial in input_shaping calibrations by @ianalexis in OrcaSlicer/OrcaSlicer#10748
Profiles and documents and miscellaneous:
- Add support for OrcaSlicer 2.3.1-alpha infill rotation template warning by @SoftFever
- Reflect swapped mouse buttons in Help → Keyboard Shortcuts by @kisslorand in OrcaSlicer/OrcaSlicer#10647
- [Profile]parameters modified in printer file by @InnovatiQ-Additive in OrcaSlicer/OrcaSlicer#10394
- Fix variable name comment and message by @coryrc in OrcaSlicer/OrcaSlicer#10302
- Fixes 50 Compiler Warnings: Add SYSTEM toCMakeLists.txt by @rubienr in OrcaSlicer/OrcaSlicer#10653
- Fixes 999 CMake Warnings by @rubienr in OrcaSlicer/OrcaSlicer#10729
- Update TURKISH translations (V2.3.1-beta) by @GlauTechCo in OrcaSlicer/OrcaSlicer#10726
- Update Anycubic Kobra 2 Neo machine profile fine tune end gcode by @frawg in OrcaSlicer/OrcaSlicer#10742
- Shellcheck everything by @coryrc in OrcaSlicer/OrcaSlicer#10730
- Add a once-daily Build All which skips caches by @coryrc in OrcaSlicer/OrcaSlicer#10731
- Add Afinia 3d printer and update tree_support_tip_diameter option for Tiertime printers by @GuoGeTiertime in OrcaSlicer/OrcaSlicer#10705
- [PROFILE]Add Sovol SV01 by @M4ketech in OrcaSlicer/OrcaSlicer#10723
- [QOL] Remember slider position for single layer mode in preview by @yw4z in OrcaSlicer/OrcaSlicer#10758
- Improve the pt-BR translation by @afmenez in OrcaSlicer/OrcaSlicer#10837
- Fix grid lines origin for multiple plates by @yw4z in OrcaSlicer/OrcaSlicer#10724
- Update Q2 print height by @HYzd766 in OrcaSlicer/OrcaSlicer#10843
- Add Sovol SV08 MAX profiles from Sovol's repo by @arachnist in OrcaSlicer/OrcaSlicer#10768
- Revamp OrcaSlicer updater by @SoftFever in OrcaSlicer/OrcaSlicer#10884
- Update DMG creation process in build workflow by @SoftFever in OrcaSlicer/OrcaSlicer#10891
- Update OrcaSlicer_tr.po by @whizosk in OrcaSlicer/OrcaSlicer#10856
- Add a new printer Model with Flyingbear by @FlyingbearOfficial in OrcaSlicer/OrcaSlicer#10889
- [PROFILE]add Rolohaun Delta Flyer Refit by @SoftFever in OrcaSlicer/OrcaSlicer#10893
- [PROFILE] fix for Ender 3 V3 KE by @maoravni in OrcaSlicer/OrcaSlicer#10860
- update de for 2.3.1 after update locale by @hliebscher in OrcaSlicer/OrcaSlicer#10912
- [Profiles] Fix bed_exclude_area excluding the whole bed on Anycubic Kobra 3 by @ErikGS in OrcaSlicer/OrcaSlicer#10914
Support
OrcaSlicer remains free and open source, but behind every release lies countless hours of development, testing, and maintenance. If this software helps you bring ideas to life, please consider supporting the team.
Your contributions directly fund hosting infrastructure, development tools, and—most importantly—help the developers dedicate time to making OrcaSlicer even better.
Thank you for being part of this journey! 🙏
v2.3.1-ls2
CI Report:
https://ci-tests.linuxserver.io/linuxserver/orcaslicer/v2.3.1-ls2/index.html
LinuxServer Changes:
Full Changelog: v2.3.0-ls125...v2.3.1-ls2
Remote Changes:
This is the official release of OrcaSlicer 2.3.1.
We have fixed some bugs and made several improvements.
NOTE I want to give a shout-out to Ian Bassi (@ianalexis). OrcaSlicer’s WIKI is now AWESOME thanks to his fantastic work.
What's Changed
Bug fixes:
- fix a regression bug that wrong printer model for Prusa MK3S and MINI in 2.3.1 beta by @SoftFever in OrcaSlicer/OrcaSlicer#10821
- Enhance GCode handling for Z-axis movements by @SoftFever in OrcaSlicer/OrcaSlicer#10803
- Fix a crash issue when importing a 3MF file saved from version 2.3.1-alpha as geometry only by @SoftFever
- Disable smooth sprial in input_shaping calibrations by @ianalexis in OrcaSlicer/OrcaSlicer#10748
Profiles and documents and miscellaneous:
- Add support for OrcaSlicer 2.3.1-alpha infill rotation template warning by @SoftFever
- Reflect swapped mouse buttons in Help → Keyboard Shortcuts by @kisslorand in OrcaSlicer/OrcaSlicer#10647
- [Profile]parameters modified in printer file by @InnovatiQ-Additive in OrcaSlicer/OrcaSlicer#10394
- Fix variable name comment and message by @coryrc in OrcaSlicer/OrcaSlicer#10302
- Fixes 50 Compiler Warnings: Add SYSTEM toCMakeLists.txt by @rubienr in OrcaSlicer/OrcaSlicer#10653
- Fixes 999 CMake Warnings by @rubienr in OrcaSlicer/OrcaSlicer#10729
- Update TURKISH translations (V2.3.1-beta) by @GlauTechCo in OrcaSlicer/OrcaSlicer#10726
- Update Anycubic Kobra 2 Neo machine profile fine tune end gcode by @frawg in OrcaSlicer/OrcaSlicer#10742
- Shellcheck everything by @coryrc in OrcaSlicer/OrcaSlicer#10730
- Add a once-daily Build All which skips caches by @coryrc in OrcaSlicer/OrcaSlicer#10731
- Add Afinia 3d printer and update tree_support_tip_diameter option for Tiertime printers by @GuoGeTiertime in OrcaSlicer/OrcaSlicer#10705
- [PROFILE]Add Sovol SV01 by @M4ketech in OrcaSlicer/OrcaSlicer#10723
- [QOL] Remember slider position for single layer mode in preview by @yw4z in OrcaSlicer/OrcaSlicer#10758
- Improve the pt-BR translation by @afmenez in OrcaSlicer/OrcaSlicer#10837
- Fix grid lines origin for multiple plates by @yw4z in OrcaSlicer/OrcaSlicer#10724
- Update Q2 print height by @HYzd766 in OrcaSlicer/OrcaSlicer#10843
- Add Sovol SV08 MAX profiles from Sovol's repo by @arachnist in OrcaSlicer/OrcaSlicer#10768
- Revamp OrcaSlicer updater by @SoftFever in OrcaSlicer/OrcaSlicer#10884
- Update DMG creation process in build workflow by @SoftFever in OrcaSlicer/OrcaSlicer#10891
- Update OrcaSlicer_tr.po by @whizosk in OrcaSlicer/OrcaSlicer#10856
- Add a new printer Model with Flyingbear by @FlyingbearOfficial in OrcaSlicer/OrcaSlicer#10889
- [PROFILE]add Rolohaun Delta Flyer Refit by @SoftFever in OrcaSlicer/OrcaSlicer#10893
- [PROFILE] fix for Ender 3 V3 KE by @maoravni in OrcaSlicer/OrcaSlicer#10860
- update de for 2.3.1 after update locale by @hliebscher in OrcaSlicer/OrcaSlicer#10912
- [Profiles] Fix bed_exclude_area excluding the whole bed on Anycubic Kobra 3 by @ErikGS in OrcaSlicer/OrcaSlicer#10914
Support
OrcaSlicer remains free and open source, but behind every release lies countless hours of development, testing, and maintenance. If this software helps you bring ideas to life, please consider supporting the team.
Your contributions directly fund hosting infrastructure, development tools, and—most importantly—help the developers dedicate time to making OrcaSlicer even better.
Thank you for being part of this journey! 🙏
v2.3.1-ls1
CI Report:
https://ci-tests.linuxserver.io/linuxserver/orcaslicer/v2.3.1-ls1/index.html
LinuxServer Changes:
No changes
Remote Changes:
This is the official release of OrcaSlicer 2.3.1.
We have fixed some bugs and made several improvements.
NOTE I want to give a shout-out to Ian Bassi (@ianalexis). OrcaSlicer’s WIKI is now AWESOME thanks to his fantastic work.
What's Changed
Bug fixes:
- fix a regression bug that wrong printer model for Prusa MK3S and MINI in 2.3.1 beta by @SoftFever in OrcaSlicer/OrcaSlicer#10821
- Enhance GCode handling for Z-axis movements by @SoftFever in OrcaSlicer/OrcaSlicer#10803
- Fix a crash issue when importing a 3MF file saved from version 2.3.1-alpha as geometry only by @SoftFever
- Disable smooth sprial in input_shaping calibrations by @ianalexis in OrcaSlicer/OrcaSlicer#10748
Profiles and documents and miscellaneous:
- Add support for OrcaSlicer 2.3.1-alpha infill rotation template warning by @SoftFever
- Reflect swapped mouse buttons in Help → Keyboard Shortcuts by @kisslorand in OrcaSlicer/OrcaSlicer#10647
- [Profile]parameters modified in printer file by @InnovatiQ-Additive in OrcaSlicer/OrcaSlicer#10394
- Fix variable name comment and message by @coryrc in OrcaSlicer/OrcaSlicer#10302
- Fixes 50 Compiler Warnings: Add SYSTEM toCMakeLists.txt by @rubienr in OrcaSlicer/OrcaSlicer#10653
- Fixes 999 CMake Warnings by @rubienr in OrcaSlicer/OrcaSlicer#10729
- Update TURKISH translations (V2.3.1-beta) by @GlauTechCo in OrcaSlicer/OrcaSlicer#10726
- Update Anycubic Kobra 2 Neo machine profile fine tune end gcode by @frawg in OrcaSlicer/OrcaSlicer#10742
- Shellcheck everything by @coryrc in OrcaSlicer/OrcaSlicer#10730
- Add a once-daily Build All which skips caches by @coryrc in OrcaSlicer/OrcaSlicer#10731
- Add Afinia 3d printer and update tree_support_tip_diameter option for Tiertime printers by @GuoGeTiertime in OrcaSlicer/OrcaSlicer#10705
- [PROFILE]Add Sovol SV01 by @M4ketech in OrcaSlicer/OrcaSlicer#10723
- [QOL] Remember slider position for single layer mode in preview by @yw4z in OrcaSlicer/OrcaSlicer#10758
- Improve the pt-BR translation by @afmenez in OrcaSlicer/OrcaSlicer#10837
- Fix grid lines origin for multiple plates by @yw4z in OrcaSlicer/OrcaSlicer#10724
- Update Q2 print height by @HYzd766 in OrcaSlicer/OrcaSlicer#10843
- Add Sovol SV08 MAX profiles from Sovol's repo by @arachnist in OrcaSlicer/OrcaSlicer#10768
- Revamp OrcaSlicer updater by @SoftFever in OrcaSlicer/OrcaSlicer#10884
- Update DMG creation process in build workflow by @SoftFever in OrcaSlicer/OrcaSlicer#10891
- Update OrcaSlicer_tr.po by @whizosk in OrcaSlicer/OrcaSlicer#10856
- Add a new printer Model with Flyingbear by @FlyingbearOfficial in OrcaSlicer/OrcaSlicer#10889
- [PROFILE]add Rolohaun Delta Flyer Refit by @SoftFever in OrcaSlicer/OrcaSlicer#10893
- [PROFILE] fix for Ender 3 V3 KE by @maoravni in OrcaSlicer/OrcaSlicer#10860
- update de for 2.3.1 after update locale by @hliebscher in OrcaSlicer/OrcaSlicer#10912
- [Profiles] Fix bed_exclude_area excluding the whole bed on Anycubic Kobra 3 by @ErikGS in OrcaSlicer/OrcaSlicer#10914
Support
OrcaSlicer remains free and open source, but behind every release lies countless hours of development, testing, and maintenance. If this software helps you bring ideas to life, please consider supporting the team.
Your contributions directly fund hosting infrastructure, development tools, and—most importantly—help the developers dedicate time to making OrcaSlicer even better.
Thank you for being part of this journey! 🙏
v2.3.0-ls125
CI Report:
https://ci-tests.linuxserver.io/linuxserver/orcaslicer/v2.3.0-ls125/index.html
LinuxServer Changes:
Full Changelog: v2.3.1-ls124...v2.3.0-ls125
Remote Changes:
This is the official release of Orca Slicer v2.3.0, a stable version that we highly recommend for all users.
Note: If you upgrade from OrcaSlicer 2.2 or an older version, there’s a chance that some of your previously custom filaments are now available to all your printers. However, if this isn’t what you want, you can set the filament’s dependency to restrict it to a specific printer. For custom filament settings created with 2.3, it will automatically set to be compatible with the current printer model only. In the following video, I demonstrate how to change my “Aliz PETG @voron” filament, which is optimized for my Voron machine and won’t work with my other printers. I set its dependency to make it visible only to my Voron machine.
change.dependency.mp4
What's Changed
- Backup User Profiles:When OrcaSlicer upgrades to a new version by @SoftFever in OrcaSlicer/OrcaSlicer#8953
backup.mp4
-
Allow generating brims for objects inside other object's hole by @Noisyfox in OrcaSlicer/OrcaSlicer#8914

-
Fix a bug that, in some instances, caused sending large print jobs to the Bambu machine to be slow by @3vi1 in OrcaSlicer/OrcaSlicer#8925
-
Fix crash when resetting filament presets by @Noisyfox in OrcaSlicer/OrcaSlicer#8911
-
Use .gcode.3mf as ext for gcode 3mf files by @SoftFever in OrcaSlicer/OrcaSlicer#8928
-
Fix wrong first layer temperature when ooze prevention and print-by-obj are enabled by @Noisyfox in OrcaSlicer/OrcaSlicer#8927
-
Fix crash when support bottom interface layer is set to
same as topby @Noisyfox in OrcaSlicer/OrcaSlicer#8955 -
Set Crosshatch as default infill pattern instead of grid by @bistory in OrcaSlicer/OrcaSlicer#8952
-
fix de after update locale by @hliebscher in OrcaSlicer/OrcaSlicer#8803
-
Fix Creality Hi extruder_clearance_height_to_lid by @bistory in OrcaSlicer/OrcaSlicer#8806
-
Improve the pt-BR translation of "plate" by @afmenez in OrcaSlicer/OrcaSlicer#8828
-
Add pause gcode command to Sovol SV08 & SV07 by @cochcoder in OrcaSlicer/OrcaSlicer#8840
-
Show Creality CR-6 Optimal processes by @cochcoder in OrcaSlicer/OrcaSlicer#8848
-
Update TURKISH translations (2.3.0-rc) by @GlauTechCo in OrcaSlicer/OrcaSlicer#8851
-
Adding more pt-BR translations by @afmenez in OrcaSlicer/OrcaSlicer#8871
-
Fix typo by @wrathernaut in OrcaSlicer/OrcaSlicer#8872
-
Change Elegoo Centauri Start GCode to Wait for bed temp by @thelegendtubaguy in OrcaSlicer/OrcaSlicer#8882
-
Traditional Chinese Localization Update in 2.3.0-rc by @shuwn in OrcaSlicer/OrcaSlicer#8883
-
Added TPU, ABS, and PETG Profiles for Co Print ChromaSet-2 by @coprint in OrcaSlicer/OrcaSlicer#8888
-
Update Catalan language for OrcaSlicer V2.3.0 Release Candidate by @davidjuanesb in OrcaSlicer/OrcaSlicer#8913
-
bugfix and updates in profiles for MK3.5 by @koppensb in OrcaSlicer/OrcaSlicer#8778
-
Add Lulzbot Taz 4, 5, Pro Dual, Pro S by @wrathernaut in OrcaSlicer/OrcaSlicer#8844
-
Fixes/Improvements for Creality profiles by @cochcoder in OrcaSlicer/OrcaSlicer#8850
-
Output x64 registers to windows crash report too by @Noisyfox in OrcaSlicer/OrcaSlicer#8951
Support
I have been spending almost all my spare time maintaining this open source project.
If you appreciate my work, please consider buying me a coffee.
Your support is greatly appreciated! :)
v2.3.1-ls124
CI Report:
https://ci-tests.linuxserver.io/linuxserver/orcaslicer/v2.3.1-ls124/index.html
LinuxServer Changes:
Full Changelog: v2.3.1-ls123...v2.3.1-ls124
Remote Changes:
This is the official release of OrcaSlicer 2.3.1.
We have fixed some bugs and made several improvements.
NOTE I want to give a shout-out to Ian Bassi (@ianalexis). OrcaSlicer’s WIKI is now AWESOME thanks to his fantastic work.
What's Changed
Bug fixes:
- fix a regression bug that wrong printer model for Prusa MK3S and MINI in 2.3.1 beta by @SoftFever in OrcaSlicer/OrcaSlicer#10821
- Enhance GCode handling for Z-axis movements by @SoftFever in OrcaSlicer/OrcaSlicer#10803
- Fix a crash issue when importing a 3MF file saved from version 2.3.1-alpha as geometry only by @SoftFever
- Disable smooth sprial in input_shaping calibrations by @ianalexis in OrcaSlicer/OrcaSlicer#10748
Profiles and documents and miscellaneous:
- Add support for OrcaSlicer 2.3.1-alpha infill rotation template warning by @SoftFever
- Reflect swapped mouse buttons in Help → Keyboard Shortcuts by @kisslorand in OrcaSlicer/OrcaSlicer#10647
- [Profile]parameters modified in printer file by @InnovatiQ-Additive in OrcaSlicer/OrcaSlicer#10394
- Fix variable name comment and message by @coryrc in OrcaSlicer/OrcaSlicer#10302
- Fixes 50 Compiler Warnings: Add SYSTEM toCMakeLists.txt by @rubienr in OrcaSlicer/OrcaSlicer#10653
- Fixes 999 CMake Warnings by @rubienr in OrcaSlicer/OrcaSlicer#10729
- Update TURKISH translations (V2.3.1-beta) by @GlauTechCo in OrcaSlicer/OrcaSlicer#10726
- Update Anycubic Kobra 2 Neo machine profile fine tune end gcode by @frawg in OrcaSlicer/OrcaSlicer#10742
- Shellcheck everything by @coryrc in OrcaSlicer/OrcaSlicer#10730
- Add a once-daily Build All which skips caches by @coryrc in OrcaSlicer/OrcaSlicer#10731
- Add Afinia 3d printer and update tree_support_tip_diameter option for Tiertime printers by @GuoGeTiertime in OrcaSlicer/OrcaSlicer#10705
- [PROFILE]Add Sovol SV01 by @M4ketech in OrcaSlicer/OrcaSlicer#10723
- [QOL] Remember slider position for single layer mode in preview by @yw4z in OrcaSlicer/OrcaSlicer#10758
- Improve the pt-BR translation by @afmenez in OrcaSlicer/OrcaSlicer#10837
- Fix grid lines origin for multiple plates by @yw4z in OrcaSlicer/OrcaSlicer#10724
- Update Q2 print height by @HYzd766 in OrcaSlicer/OrcaSlicer#10843
- Add Sovol SV08 MAX profiles from Sovol's repo by @arachnist in OrcaSlicer/OrcaSlicer#10768
- Revamp OrcaSlicer updater by @SoftFever in OrcaSlicer/OrcaSlicer#10884
- Update DMG creation process in build workflow by @SoftFever in OrcaSlicer/OrcaSlicer#10891
- Update OrcaSlicer_tr.po by @whizosk in OrcaSlicer/OrcaSlicer#10856
- Add a new printer Model with Flyingbear by @FlyingbearOfficial in OrcaSlicer/OrcaSlicer#10889
- [PROFILE]add Rolohaun Delta Flyer Refit by @SoftFever in OrcaSlicer/OrcaSlicer#10893
- [PROFILE] fix for Ender 3 V3 KE by @maoravni in OrcaSlicer/OrcaSlicer#10860
- update de for 2.3.1 after update locale by @hliebscher in OrcaSlicer/OrcaSlicer#10912
- [Profiles] Fix bed_exclude_area excluding the whole bed on Anycubic Kobra 3 by @ErikGS in OrcaSlicer/OrcaSlicer#10914
Support
I have been spending almost all my spare time maintaining this open source project.
If you appreciate my work, please consider buying me a coffee.
Your support is greatly appreciated! :)

