mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 00:42:32 -07:00
Initial release
This commit is contained in:
42
README.md
Normal file
42
README.md
Normal file
@@ -0,0 +1,42 @@
|
||||
<div align="center">
|
||||
|
||||
<picture>
|
||||
<img alt="OrcaSlicer logo" src="resources/images/OrcaSlicer.png" width="15%" height="15%">
|
||||
</picture>
|
||||
|
||||
## This version of OrcaSlicer restores full BambuNetwork support for Bambu Lab printers.
|
||||
|
||||
You are not limited to LAN only.
|
||||
It works over the internet just like before, through BambuNetwork, with full functionality for normal use and printing.
|
||||
|
||||
## Installation
|
||||
|
||||
### Windows
|
||||
|
||||
Windows requires WSL 2.
|
||||
|
||||
Before first launch, open Command Prompt or PowerShell as Administrator and run:
|
||||
|
||||
```bat
|
||||
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
|
||||
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
|
||||
```
|
||||
|
||||
Restart Windows, then launch Orca Studio.
|
||||
|
||||
### Linux
|
||||
|
||||
On Linux, a normal installation is enough.
|
||||
|
||||
### macOS
|
||||
|
||||
Work in progress.
|
||||
|
||||
|
||||
## BMCU
|
||||
|
||||
I also encourage you to use BMCU.
|
||||
|
||||
You can find BMCU firmware in my repositories.
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user