This project is a soft fork of Orca Slicer. Changes here on our main branch are designed to make Orca Slicer work better with Bambu Lab 3-D printers, and to make Orca Slicer a better drop-in replacement for Bambu Studio.
  • C++ 81.3%
  • C 10.2%
  • JavaScript 4.9%
  • HTML 1.7%
  • CMake 0.7%
  • Other 0.7%
Find a file
PJarczak 640e1856fd
Some checks are pending
Shellcheck / Shellcheck (push) Waiting to run
.
2026-04-22 23:09:33 +02:00
.claude/commands Fix CICD AI dedupe 2025-11-23 20:47:07 +08:00
.devcontainer Better CMake Defaults (#10294) 2025-10-25 22:05:09 +08:00
.github . 2026-04-22 23:09:33 +02:00
.idea fix 2026-04-04 17:48:56 +02:00
cmake update flatpak app id and add migration code (#12879) 2026-03-22 23:49:23 +08:00
deps i18nLin;macos86 2026-04-22 00:47:29 +02:00
deps_src BBS Port: Mesh Subdivision (#12150) 2026-02-12 08:42:01 +08:00
localization/i18n Fix typo in Spanish translation: G-Cpde → G-code (#13196) 2026-04-12 16:44:30 +03:00
resources final 2026-04-19 21:23:11 +02:00
sandboxes Support larger printer sizes by using 64-bit. 2024-05-10 23:47:08 +08:00
scripts . 2026-04-22 23:09:33 +02:00
shared bridge 2026-04-14 19:17:34 +02:00
SoftFever_doc Update Qidi logo 2024-12-12 22:21:17 +08:00
src . 2026-04-22 23:09:33 +02:00
tests init 2026-01-23 17:05:56 +08:00
tools fix 2026-04-22 07:30:33 +02:00
.clang-format Set PointerAlignment to Left (#2948) 2023-12-01 15:32:48 +00:00
.cursorignore reenable appimage build on ubuntu 24.04 (#9458) 2025-04-24 08:13:15 +08:00
.dockerignore Refactor folder (#10475) 2025-08-22 20:02:26 +08:00
.doxygen doxygen doc are too big for pages, use R2 2026-01-04 11:12:38 +08:00
.gitattributes . 2026-04-06 07:53:35 +02:00
.gitignore fix 2026-04-07 01:55:22 +02:00
AGENTS.md Revamp OrcaSlicer updater (#10884) 2025-09-28 10:33:33 +08:00
build_flatpak.sh update flatpak app id and add migration code (#12879) 2026-03-22 23:49:23 +08:00
build_linux.sh merge 2026-04-14 18:32:38 +02:00
build_release.bat fix 2026-04-21 12:24:07 +02:00
build_release_macos.sh . 2026-04-20 18:23:24 +02:00
build_release_vs.bat fix 2026-04-21 12:24:07 +02:00
build_release_vs2022.bat fix 2026-04-21 12:24:07 +02:00
CLAUDE.md Fix an issue that on Linux the project name or model file name was not displayed in titlebar (#12706) 2026-03-10 01:02:18 +08:00
CMakeLists.txt . 2026-04-21 14:30:49 +02:00
LICENSE.txt some misc changes (#1848) 2023-08-20 20:02:54 +08:00
README.md final 2026-04-19 21:23:11 +02:00
SECURITY.md Improvementes in readme and security docs (#6730) 2024-09-11 22:23:15 +08:00
version.inc bump version to 2.4.0-dev 2026-03-26 16:36:11 +08:00

OrcaSlicer logo

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:

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.