diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 14afc8f256..0042acaea5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -10,7 +10,7 @@ body: - type: input id: version attributes: - label:OrcaSlicer Version + label: OrcaSlicer Version description: Which version of Orca Slicer are you running? You can see the full version in `Help` -> `About Orca Slicer`. placeholder: e.g. 1.6.6 validations: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index 88bd4a10c3..0000000000 --- a/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1,12 +0,0 @@ -contact_links: - - name: Do you need Support? - url: https://bambulab.com/en/support - about: You can find all the entries(FAQ/Official Wiki//General Inquiry/Technical Support/Documentation And Manuals/Official Community Forum) from here - - name: Technical Support - url: https://bambulab.com/en/my/support/tickets/create - about: You can file a ticket directly from here, especially for the printer related hardware/software issues. - - name: Bambu lab Community Forum - url: https://forum.bambulab.com/ - about: Please get in touch on our Bambu lab Community Forum! (Not an official support channel.) - -blank_issues_enabled: false diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bbcbbe7d61..e9c69bb13d 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -10,6 +10,9 @@ assignees: '' **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] +**Which printers will be beneficial to this feature** +E.g. Voron/Klipper based printer/etc... + **Describe the solution you'd like** A clear and concise description of what you want to happen. diff --git a/README.md b/README.md index b31052171e..24d3a81a37 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,4 @@ - -[![Build Win64](https://github.com/SoftFever/OrcaSlicer/actions/workflows/build_win.yml/badge.svg)](https://github.com/SoftFever/OrcaSlicer/actions/workflows/build_win.yml) -[![Build Mac AppleSilicon](https://github.com/SoftFever/OrcaSlicer/actions/workflows/build_mac_arm64.yml/badge.svg)](https://github.com/SoftFever/OrcaSlicer/actions/workflows/build_mac_arm64.yml) -[![Build Mac Intel](https://github.com/SoftFever/OrcaSlicer/actions/workflows/build_mac_x64.yml/badge.svg)](https://github.com/SoftFever/OrcaSlicer/actions/workflows/build_mac_x64.yml) -[![Build Linux](https://github.com/SoftFever/OrcaSlicer/actions/workflows/build_linux.yml/badge.svg)](https://github.com/SoftFever/OrcaSlicer/actions/workflows/build_linux.yml) +[![Build OrcaSlicer](https://github.com/SoftFever/OrcaSlicer/actions/workflows/build_orca.yml/badge.svg?branch=main)](https://github.com/SoftFever/OrcaSlicer/actions/workflows/build_orca.yml) # Orca Slicer Orca Slicer is an open source slicer for FDM printers. @@ -26,31 +22,32 @@ 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. +1. Install and run - *If you have troubles to run the build, you might need to install following runtimes:* - [MicrosoftEdgeWebView2RuntimeInstallerX64](https://github.com/SoftFever/BambuStudio-SoftFever/releases/download/v1.0.10-sf2/MicrosoftEdgeWebView2RuntimeInstallerX64.exe) - [vcredist2019_x64](https://github.com/SoftFever/BambuStudio-SoftFever/releases/download/v1.0.10-sf2/vcredist2019_x64.exe) **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_ +1. Download the DMG for your computer: `arm64` version for Apple Silicon and `x86_64` for Intel CPU. +2. Drag OrcaSlicer.app to Application folder. +3. *If you want to run a build from a PR, you also need following instructions bellow* +
+ - 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` + ```console + softfever@mac:~$ xattr -dr com.apple.quarantine /Applications/OrcaSlicer.app + ``` + - Option 3: + - Step 1: open the app, a warning window will pop up + ![image](./SoftFever_doc/mac_cant_open.png) + - Step 2: in `System Settings` -> `Privacy & Security`, click `Open Anyway`: + ![image](./SoftFever_doc/mac_security_setting.png) +
- - Option 2: - Execute this command in terminal: `xattr -dr com.apple.quarantine /Applications/OrcaSlicer.app` - ```console - softfever@mac:~$ xattr -dr com.apple.quarantine /Applications/OrcaSlicer.app - ``` - - Option 3: - - Step 1: open the app, a warning window will pop up - ![image](./SoftFever_doc/mac_cant_open.png) - - Step 2: in `System Settings` -> `Privacy & Security`, click `Open Anyway`: - ![image](./SoftFever_doc/mac_security_setting.png) - **Linux(Ubuntu)**: 1. If you run into trouble to execute it, try this command in terminal: `chmod +x /path_to_appimage/OrcaSlicer_ubu64.AppImage`