mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 00:42:32 -07:00
43 lines
941 B
Markdown
43 lines
941 B
Markdown
<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>
|