mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[PR #175] [MERGED] Add STL thumbnail generation support to File Manager #937
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
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#937
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/175
Author: @MisterBeardy
Created: 1/29/2026
Status: ✅ Merged
Merged: 1/29/2026
Merged by: @maziggy
Base:
main← Head:feature/stl-thumbnail📝 Commits (2)
375d523Add STL thumbnail generation support4912e8aRetrigger CI pipeline📊 Changes
9 files changed (+1020 additions, -2 deletions)
View changed files
📝
.gitignore(+1 -1)📝
backend/app/api/routes/library.py(+220 -0)📝
backend/app/schemas/library.py(+29 -0)➕
backend/app/services/stl_thumbnail.py(+227 -0)📝
backend/tests/integration/test_library_api.py(+123 -0)➕
backend/tests/unit/services/test_stl_thumbnail.py(+326 -0)📝
frontend/src/api/client.ts(+30 -0)📝
frontend/src/pages/FileManagerPage.tsx(+60 -1)📝
requirements.txt(+4 -0)📄 Description
Description
Added auto generation of thumbnails on STL file uploads also those in ZIP files.
Added button to generate thumbnails for pre existing STL files.
Related Issue
Fixes #156
Type of Change
Changes Made
Screenshots
Testing
Uploaded STL files before making any changes and saw no thumbnails
Added changes and re uploaded STL files and several ZIP files with STL and 3MF files.
System autogenerated thumbnails for STL as 3MF was already there
Used ... to manually generate for several STL files
Used the Generate Thumbnails for existing STL files and verified those were created
Checklist
Additional Notes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.