No description
Find a file
Heti 9861051cd7
Easier solution to allow opening the app on OSX described in README.md (#1232)
Update README.md

Easier solution to allow opening the app
2023-06-05 10:54:25 +08:00
.github trigger build for locale/resource changes 2023-05-14 21:29:51 +08:00
bbl/i18n Update French Translation / Add missing translation strings (#1153) 2023-05-28 10:46:42 +08:00
bbs_test_tools ENH: gcodechecker updare 2022-12-15 04:33:48 -05:00
cmake fix(macos): disable App Transport Security (#1157) 2023-06-01 00:14:47 +08:00
deps Dependency Update: add support for Visual Studio 2022, update Boost to 1.78, improve wxWidgets patch (#911) 2023-05-05 23:01:10 +08:00
doc update WIKI 2023-05-15 00:07:56 +08:00
lib Change Application name to OrcaSlicer 2023-03-12 10:05:22 +08:00
resources Tweak default settings for Qidi: turn off ironing by default and turn arc fitting for 3 serials 2023-05-28 10:48:34 +08:00
sandboxes Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
SoftFever_doc 1.5.0 2023-03-17 00:28:39 +08:00
src fix(macos): disable App Transport Security (#1157) 2023-06-01 00:14:47 +08:00
t Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
tests Add the full source of BambuStudio 2022-07-15 23:42:08 +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
.gitignore update gitignore 2023-05-06 18:12:20 +08:00
BambuStudio.sublime-project Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
Build.PL Change Application name to OrcaSlicer 2023-03-12 10:05:22 +08:00
build_release.bat change BambuStudio to OrcaSlicer 2023-03-10 19:26:01 +08:00
build_release_macos.sh clean up Mac 2023-03-16 20:50:23 +08:00
build_relwithdebinfo.bat change BambuStudio to OrcaSlicer 2023-03-10 19:26:01 +08:00
build_win.bat rename bambu-studio to orca-slicer 2023-03-10 18:53:25 +08:00
BuildLinux.sh ENH: Linux: set BBL_INTERNAL_TESTING to 1 for release build 2023-04-17 15:39:02 +08:00
CMakeLists.txt clean up Mac 2023-03-16 20:50:23 +08:00
Containerfile fix linux build 2023-03-15 00:00:13 +08:00
DockerBuild.sh Add DockerBuild.sh and DockerRun.sh helper scripts 2023-03-02 21:21:30 +08:00
Dockerfile Merge branch 'master-remote' 01.06.00.66 2023-05-01 10:21:08 +08:00
DockerRun.sh Fix for MIT-SHM BadAccess X socket permissions 2023-04-24 09:12:34 +08:00
LICENSE Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
localazy.json Change Application name to OrcaSlicer 2023-03-12 10:05:22 +08:00
OrcaSlicer.mo Change Application name to OrcaSlicer 2023-03-12 10:05:22 +08:00
README.md Easier solution to allow opening the app on OSX described in README.md (#1232) 2023-06-05 10:54:25 +08:00
Readme.txt Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
run_gettext.bat add run_gettext.bat for Windows 2023-05-28 09:55:05 +08:00
run_gettext.sh 1. Add run_gettext.sh 2023-05-27 19:08:42 +08:00
version.inc bump version to 1.6.3 2023-05-28 10:51:25 +08:00

Build Win64 Build Mac AppleSilicon Build Mac Intel Build Linux

Orca Slicer

Orca Slicer is a fork of Bambu Studio. It was previously known as BambuStudio-SoftFever.
Bambu Studio is based on 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

Prebuilt binaries are available through the github releases page.

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

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.

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