mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[GH-ISSUE #153] [Feature]: Greater Edit function when uploading 3MF #93
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#93
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 @elit3ge on GitHub (Jan 25, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/153
Originally assigned to: @maziggy on GitHub.
Problem or Use Case
This is probably a unique case, I was hoping to have a greater edit ability when adding previous prints. For eg. be able to change the date that it was printed, so if I add a bunch of previous prints they don't appear all on the same day. Ability to edit the type of filament or colour used for those imports, even if that option isn't available all the time, maybe just on the initial import of the 3MF?
Proposed Solution
More options or options appear when doing the initial import of the 3MF
Alternatives Considered
No response
Feature Category
Print Archiving
Priority
Nice to have
Mockups or Examples
No response
Contribution
Checklist
@maziggy commented on GitHub (Jan 25, 2026):
This is a "one shot problem" as you said.
Please use script scripts/update_archive_date.py
Date only (sets time to 00:00:00)
python scripts/update_archive_date.py 42 2024-06-15
Date with time
python scripts/update_archive_date.py 42 "2024-06-15 14:30:00"
Example output:
Archive: Benchy.3mf
Current date: 2025-01-20 10:15:32
New date: 2024-06-15 00:00:00
✓ Updated successfully!