Skip to content

Commit ff81b98

Browse files
committed
1.5.0
1 parent ea24302 commit ff81b98

File tree

5 files changed

+30
-13
lines changed

5 files changed

+30
-13
lines changed

.github/workflows/build_linux.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@ jobs:
4343

4444
- name: Build Studio
4545
shell: bash
46-
run: ./BuildLinux.sh -isr
46+
run: |
47+
./BuildLinux.sh -isr
48+
chmod +x ./build/OrcaSlicer_ubu64.AppImage
49+
4750
- uses: actions/upload-artifact@v3
4851
with:
4952
name: OrcaSlicer_Linux

.github/workflows/build_mac_x64.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ jobs:
9090
uses: actions/upload-artifact@v3
9191
with:
9292
name: OrcaSlicer_Mac_Intel
93-
path: ${{ github.workspace }}/build_arm64/OrcaSlicer/OrcaSlicer*.zip
93+
path: ${{ github.workspace }}/build_x86_64/OrcaSlicer/OrcaSlicer*.zip

README.md

+25-11
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11

2-
# Orca Slicer
2+
# Orca Slicer
33
[![Build Win64](https://github.com/SoftFever/OrcaSlicer/actions/workflows/build_win.yml/badge.svg?branch=SoftFever)](https://github.com/SoftFever/OrcaSlicer/actions/workflows/build_win.yml)
44
[![Build Mac AppleSilicon](https://github.com/SoftFever/OrcaSlicer/actions/workflows/build_mac_arm64.yml/badge.svg?branch=SoftFever)](https://github.com/SoftFever/OrcaSlicer/actions/workflows/build_mac_arm64.yml)
55
[![Build Mac Intel](https://github.com/SoftFever/OrcaSlicer/actions/workflows/build_mac_x64.yml/badge.svg?branch=SoftFever)](https://github.com/SoftFever/OrcaSlicer/actions/workflows/build_mac_x64.yml)
66
[![Build Linux](https://github.com/SoftFever/OrcaSlicer/actions/workflows/build_linux.yml/badge.svg?branch=SoftFever)](https://github.com/SoftFever/OrcaSlicer/actions/workflows/build_linux.yml)
7-
Orca Slicer is a fork of Bambu Studio.
7+
Orca Slicer is a fork of Bambu Studio. It was previously known as BambuStudio-SoftFever.
88
Bambu Studio is based on [PrusaSlicer](https://github.com/prusa3d/PrusaSlicer) by Prusa Research, which is from [Slic3r](https://github.com/Slic3r/Slic3r) by Alessandro Ranellucci and the RepRap community.
99
Orca Slicer incorporates a lot of features from SuperSlicer by @supermerill
1010

@@ -22,19 +22,30 @@ Prebuilt binaries are available through the [github releases page](https://githu
2222

2323
# How to install
2424
**Windows**:
25-
> Unzip the binaries to any folder you prefer, then execute orca-slicer.exe to start the application.
26-
>> *If you have troubles to run the build, you might need to install following runtimes:*
27-
>> - [MicrosoftEdgeWebView2RuntimeInstallerX64](https://github.com/SoftFever/BambuStudio-SoftFever/releases/download/v1.0.10-sf2/MicrosoftEdgeWebView2RuntimeInstallerX64.exe)
28-
>> - [vcredist2019_x64](https://github.com/SoftFever/BambuStudio-SoftFever/releases/download/v1.0.10-sf2/vcredist2019_x64.exe)
25+
1. Unzip the binaries to any folder you prefer, then execute orca-slicer.exe to start the application.
26+
- *If you have troubles to run the build, you might need to install following runtimes:*
27+
- [MicrosoftEdgeWebView2RuntimeInstallerX64](https://github.com/SoftFever/BambuStudio-SoftFever/releases/download/v1.0.10-sf2/MicrosoftEdgeWebView2RuntimeInstallerX64.exe)
28+
- [vcredist2019_x64](https://github.com/SoftFever/BambuStudio-SoftFever/releases/download/v1.0.10-sf2/vcredist2019_x64.exe)
2929

3030
**Mac**:
31-
> 1. Download the right binaries for your computer: `arm64` version for Apple Silicon and `x86_64` for Intel CPU.
32-
> 2. Double click to unzip the package, move OrcaSlicer.app to Application folder.
33-
> 3. Run the following command in the terminal to allow running unsigned applications:
34-
>>>> `xattr -dr com.apple.quarantine /Applications/OrcaSlicer.app`.
31+
1. Download the right binaries for your computer: `arm64` version for Apple Silicon and `x86_64` for Intel CPU.
32+
2. Double click to unzip the package, move OrcaSlicer.app to Application folder.
33+
3. The app is signed but not notarized at the moment due to the proptiery network plugin.
34+
We have two options to make it run on our machines
35+
- Option 1:
36+
Execute this command in terminal: `xattr -dr com.apple.quarantine /Applications/OrcaSlicer.app`
37+
```console
38+
softfever@mac:~$ xattr -dr com.apple.quarantine /Applications/OrcaSlicer.app
39+
```
40+
- Option 2:
41+
- Step 1: open the app, a warning window will pop up
42+
![image](./SoftFever_doc/mac_cant_open.png)
43+
- Step 2: in `System Settings` -> `Privacy & Security`, click `Open Anyway`:
44+
![image](./SoftFever_doc/mac_security_setting.png)
3545

3646
**Linux(Ubuntu)**:
37-
> Run the downlaoded AppImage.
47+
1. If you run into trouble to execute it, try this command in terminal:
48+
`chmod +x /path_to_appimage/OrcaSlicer_ubu64.AppImage`
3849
# How to compile
3950
- Windows 64-bit
4051
- Tools needed: Visual Studio 2019, Cmake, git, Strawberry Perl.
@@ -44,6 +55,9 @@ Prebuilt binaries are available through the [github releases page](https://githu
4455
- Tools needed: Xcode, Cmake, git, gettext
4556
- run `build_release_macos.sh`
4657

58+
- Ubuntu
59+
- run `BuildLinux.sh -udisr`
60+
4761

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

SoftFever_doc/mac_cant_open.png

45.6 KB
Loading
69 KB
Loading

0 commit comments

Comments
 (0)