mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[GH-ISSUE #156] [Feature]: Show models in STL files #96
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#96
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?
Originally created by @beardofbeespool on GitHub (Jan 25, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/156
Originally assigned to: @maziggy on GitHub.
Problem or Use Case
I have been adding STL files I have archived on my PC / Server, but all the STLs are just a square. It would be ideal if they showed the model the way the 3MF files do. Any way to preview them en-masse would be great some models don't match the file name well, or there are several named similar and seeing the model would help differentiate them.
Proposed Solution
Show the model the way that 3MF files do.
Alternatives Considered
I dont think there is an alternative here. I have hundreds of files to upload.
Feature Category
File Manager
Priority
Would improve my workflow
Mockups or Examples
I don't really have one, in the screenshot you can see how 3MFs show up, if that could be achieved with STLs that would be very helpful.
Contribution
Checklist
@maziggy commented on GitHub (Jan 26, 2026):
This is more complex than it might seem. 3MF files contain pre-rendered thumbnail images embedded in the archive, STL files are raw mesh data. So we would need to render it somehow.
I'll put it on the "future feature" list for now.
@maziggy commented on GitHub (Jan 31, 2026):
Available in branch 0.1.6-final.