No description
Find a file
2023-08-10 21:09:27 +08:00
.github clean up 2023-08-09 13:42:41 +08:00
cmake disable GENERATOR_IS_MULTI_CONFIG for openvdb so we can skip building debug version for it. 2023-08-09 22:16:58 +08:00
deps don't force build debug version of boost on Windows 2023-08-10 10:56:12 +08:00
doc clean up 2023-08-09 13:42:41 +08:00
lib Change Application name to OrcaSlicer 2023-03-12 10:05:22 +08:00
localization/i18n update locale 2023-08-10 20:43:00 +08:00
resources Fixed an unicode bug in Mesh boolean 2023-08-09 17:13:44 +08:00
sandboxes clean up 2023-08-09 13:42:41 +08:00
SoftFever_doc 1.5.0 2023-03-17 00:28:39 +08:00
src Fix a bug that overhang slowdown won't work when top z is 0 #1763 2023-08-10 21:09:27 +08:00
t Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
tests clean up 2023-08-09 13:42:41 +08:00
xs Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
.clang-format fix clang-format 2023-03-29 21:16:39 +08:00
.dockerignore Add some dockery things to ignore 2023-03-02 21:21:30 +08:00
.doxygen update doxygen setting 2023-06-30 13:59:41 +08:00
.gitignore clean up 2023-08-09 13:42:41 +08:00
Build.PL Change Application name to OrcaSlicer 2023-03-12 10:05:22 +08:00
build_release.bat don't force build debug version of boost on Windows 2023-08-10 10:56:12 +08:00
build_release_macos.sh don't force build debug version of boost on Windows 2023-08-10 10:56:12 +08:00
build_release_vs2022.bat don't force build debug version of boost on Windows 2023-08-10 10:56:12 +08:00
BuildLinux.sh clean up 2023-08-09 13:42:41 +08:00
CMakeLists.txt clean up 2023-08-09 13:42:41 +08:00
LICENSE Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
localazy.json clean up 2023-08-09 13:42:41 +08:00
OrcaSlicer.mo Change Application name to OrcaSlicer 2023-03-12 10:05:22 +08:00
README.md Update README.md 2023-08-05 09:49:54 +08:00
Readme.txt Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
run_gettext.bat clean up 2023-08-09 13:42:41 +08:00
run_gettext.sh clean up 2023-08-09 13:42:41 +08:00
version.inc bump version to 1.6.4-beta2 2023-08-04 21:05:36 +08:00

Build Win64 Build Mac AppleSilicon Build Mac Intel Build Linux

Orca Slicer

Orca Slicer is an open source slicer for FDM printers.
You can download Orca Slicer here: github releases page.
discord-mark-blue Join community: OrcaSlicer Official Discord Server

Main features

  • Auto calibrations for all printers
  • Sandwich(inner-outer-inner) mode - an improved version of the External perimeters first mode
  • Precise wall
  • Klipper support
  • More granular controls
  • More features can be found in change notes

Some background

OrcaSlicer is fork of Bambu Studio
It was previously known as BambuStudio-SoftFever
Bambu Studio is forked from PrusaSlicer by Prusa Research, which is from Slic3r by Alessandro Ranellucci and the RepRap community. Orca Slicer incorporates a lot of features from SuperSlicer by @supermerill Orca Slicer's logo is designed by community member Justin Levine(@freejstnalxndr)

How to install

Windows:

  1. Unzip the binaries to any folder you prefer, then execute orca-slicer.exe to start the application.

Mac:

  1. Download the right binaries for your computer: arm64 version for Apple Silicon and x86_64 for Intel CPU.
  2. Double click to unzip the package, move OrcaSlicer.app to Application folder.
  3. The app is signed but not notarized at the moment due to the proptiery network plugin.
    We have two options to make it run on our machines
  • Option 1 (You only need to do this once. After that the app can be oppened normally.):

    • Step 1: Hold cmd and right click the app, from the context menu choose Open.
    • Step 2: A warning window will pop up, click Open
  • Option 2:
    Execute this command in terminal: xattr -dr com.apple.quarantine /Applications/OrcaSlicer.app

       softfever@mac:~$ xattr -dr com.apple.quarantine /Applications/OrcaSlicer.app
    
  • Option 3:

    • Step 1: open the app, a warning window will pop up
      image
    • Step 2: in System Settings -> Privacy & Security, click Open Anyway:
      image

Linux(Ubuntu):

  1. If you run into trouble to execute it, try this command in terminal:
    chmod +x /path_to_appimage/OrcaSlicer_ubu64.AppImage

How to compile

  • Windows 64-bit

    • Tools needed: Visual Studio 2019, Cmake, git, Strawberry Perl.
    • Run build_release.bat in x64 Native Tools Command Prompt for VS 2019
  • Mac 64-bit

    • Tools needed: Xcode, Cmake, git, gettext
    • run build_release_macos.sh
  • Ubuntu

    • run BuildLinux.sh -udisr

Note:

If you're running Klipper, it's recommended to add the following configuration to your printer.cfg file.

# Enable object exclusion
[exclude_object]

# Enable arcs support
[gcode_arcs]
resolution: 0.1

License

Orca Slicer is licensed under the GNU Affero General Public License, version 3. Orca Slicer is based on Bambu Studio by BambuLab.

Bambu Studio is licensed under the GNU Affero General Public License, version 3. Bambu Studio is based on PrusaSlicer by PrusaResearch.

PrusaSlicer is licensed under the GNU Affero General Public License, version 3. PrusaSlicer is owned by Prusa Research. PrusaSlicer is originally based on Slic3r by Alessandro Ranellucci.

Slic3r is licensed under the GNU Affero General Public License, version 3. Slic3r was created by Alessandro Ranellucci with the help of many other contributors.

The GNU Affero General Public License, version 3 ensures that if you use any part of this software in any way (even behind a web server), your software must be released under the same license.

Orca Slicer includes a pressure advance calibration pattern test adapted from Andrew Ellis' generator, which is licensed under GNU General Public License, version 3. Ellis' generator is itself adapted from a generator developed by Sineos for Marlin, which is licensed under GNU General Public License, version 3.

The bambu networking plugin is based on non-free libraries from Bambulab. It is optional to the Orca Slicer and provides extended functionalities for Bambulab printer users.