mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	post changes after merging BS1.7.4
Remove tracking etc..
This commit is contained in:
		
							parent
							
								
									e65b11a831
								
							
						
					
					
						commit
						2a478ab4f9
					
				
					 615 changed files with 46215 additions and 54844 deletions
				
			
		
							
								
								
									
										112
									
								
								README.md
									
										
									
									
									
								
							
							
						
						
									
										112
									
								
								README.md
									
										
									
									
									
								
							|  | @ -1,48 +1,86 @@ | |||
|  | ||||
| # Work with us! | ||||
| If you are interested in working with us in China, please apply to our open positions below by simply sending your resume to our mailbox [zhaopin at bambulab.com]. | ||||
| - [Graphics Algorithm Engineer](https://bambulab.jobs.feishu.cn/experienced/position/7139785303246637342/detail) | ||||
| - [Software Engineer C++](https://bambulab.jobs.feishu.cn/experienced/position/7088880036707420446/detail) | ||||
| # BambuStudio | ||||
| Bambu Studio is a cutting-edge, feature-rich slicing software.   | ||||
| It contains project-based workflows, systematically optimized slicing algorithms, and an easy-to-use graphic interface, bringing users an incredibly smooth printing experience. | ||||
| 
 | ||||
| Prebuilt Windows, macOS 64-bit and Linux releases are available through the [github releases page](https://github.com/bambulab/BambuStudio/releases/). | ||||
| [](https://github.com/SoftFever/OrcaSlicer/actions/workflows/build_win.yml) | ||||
| [](https://github.com/SoftFever/OrcaSlicer/actions/workflows/build_mac_arm64.yml) | ||||
| [](https://github.com/SoftFever/OrcaSlicer/actions/workflows/build_mac_x64.yml) | ||||
| [](https://github.com/SoftFever/OrcaSlicer/actions/workflows/build_linux.yml) | ||||
| 
 | ||||
| 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. | ||||
| # Orca Slicer      | ||||
| Orca Slicer is an open source slicer for FDM printers.    | ||||
| You can download Orca Slicer here: [github releases page](https://github.com/SoftFever/OrcaSlicer/releases/).   | ||||
|  Join community: [OrcaSlicer Official Discord Server](https://discord.gg/WTEkCR6SnV)    | ||||
| 
 | ||||
| See the [wiki](https://github.com/bambulab/BambuStudio/wiki) and the [documentation directory](https://github.com/bambulab/BambuStudio/tree/master/doc) for more informations. | ||||
| # 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](https://github.com/SoftFever/OrcaSlicer/releases/)   | ||||
| 
 | ||||
| # What are Bambu Studio's main features? | ||||
| Key features are: | ||||
| - Basic slicing features & GCode viewer | ||||
| - Multiple plates management | ||||
| - Remote control & monitoring | ||||
| - Auto-arrange objects | ||||
| - Auto-orient objects | ||||
| - Hybrid/Tree/Normal support types, Customized support | ||||
| - multi-material printing and rich painting tools | ||||
| - multi-platform (Win/Mac/Linux) support | ||||
| - Global/Object/Part level slicing parameters | ||||
| ### Some background | ||||
| OrcaSlicer is fork of Bambu Studio   | ||||
| It was previously known as BambuStudio-SoftFever   | ||||
| Bambu Studio is forked from [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.  | ||||
| Orca Slicer incorporates a lot of features from SuperSlicer by @supermerill | ||||
| Orca Slicer's logo is designed by community member Justin Levine(@freejstnalxndr)   | ||||
| 
 | ||||
| Other major features are: | ||||
| - Advanced cooling logic controlling fan speed and dynamic print speed | ||||
| - Auto brim according to mechanical analysis | ||||
| - Support arc path(G2/G3) | ||||
| - Support STEP format | ||||
| - Assembly & explosion view | ||||
| - Flushing transition-filament into infill/object during filament change | ||||
| # How to install | ||||
| **Windows**:  | ||||
| 1.  Unzip the binaries to any folder you prefer, then execute orca-slicer.exe to start the application.   | ||||
|     - *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_   | ||||
|      | ||||
|   - 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   | ||||
|              | ||||
|       - Step 2: in `System Settings` -> `Privacy & Security`, click `Open Anyway`:   | ||||
|              | ||||
| 
 | ||||
| **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 | ||||
| Following platforms are currently supported to compile: | ||||
| - Windows 64-bit, [Compile Guide](https://github.com/bambulab/BambuStudio/wiki/Windows-Compile-Guide) | ||||
| - Mac 64-bit, [Compile Guide](https://github.com/bambulab/BambuStudio/wiki/Mac-Compile-Guide) | ||||
| - Linux, [Compile Guide](https://github.com/bambulab/BambuStudio/wiki/Linux-Compile-Guide) | ||||
| - 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` | ||||
| 
 | ||||
| # Report issue | ||||
| You can add an issue to the [github tracker](https://github.com/bambulab/BambuStudio/issues) if **it isn't already present.** | ||||
| - 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. | ||||
|  | @ -51,5 +89,7 @@ Slic3r is licensed under the GNU Affero General Public License, version 3. Slic3 | |||
| 
 | ||||
| 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 Bambu Studio and provides extended functionalities for users. | ||||
| 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. | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 SoftFever
						SoftFever