mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[PR #1144] [MERGED] ● feat(slicer): server-side slicing via OrcaSlicer / Bambu Studio sid… #1173
Labels
No labels
A1
automated
automated
bug
bug
Closed due to inactivity
contrib
dependencies
dependencies
duplicate
enhancement
feedback
hold
invalid
Notes
P1S
pull-request
security
ThumbsUp
user-report
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bambuddy-maziggy-1#1173
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/maziggy/bambuddy/pull/1144
Author: @maziggy
Created: 4/27/2026
Status: ✅ Merged
Merged: 4/27/2026
Merged by: @maziggy
Base:
dev← Head:feature/slicer-api📝 Commits (2)
6deaa51● feat(slicer): server-side slicing via OrcaSlicer / Bambu Studio sidecar8829bc2Merge branch 'dev' into feature/slicer-api📊 Changes
40 files changed (+3560 additions, -543 deletions)
View changed files
📝
CHANGELOG.md(+2 -0)📝
README.md(+1 -0)📝
backend/app/api/routes/archives.py(+100 -0)📝
backend/app/api/routes/library.py(+427 -0)➕
backend/app/api/routes/slice_jobs.py(+44 -0)📝
backend/app/core/config.py(+9 -0)📝
backend/app/main.py(+2 -0)📝
backend/app/schemas/settings.py(+25 -0)➕
backend/app/schemas/slicer.py(+46 -0)➕
backend/app/services/slice_dispatch.py(+152 -0)➕
backend/app/services/slicer_api.py(+241 -0)➕
backend/tests/integration/test_library_slice_api.py(+445 -0)➕
backend/tests/unit/services/test_slicer_api.py(+219 -0)📝
docker-compose.yml(+7 -0)📝
frontend/src/App.tsx(+3 -0)➕
frontend/src/__tests__/components/SliceModal.test.tsx(+185 -0)📝
frontend/src/__tests__/pages/SettingsPage.test.tsx(+21 -2)📝
frontend/src/api/client.ts(+71 -0)➕
frontend/src/components/SliceModal.tsx(+207 -0)➕
frontend/src/contexts/SliceJobTrackerContext.tsx(+111 -0)...and 20 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.