1
0
Fork 0
mirror of https://github.com/maziggy/bambuddy.git synced 2026-05-09 08:25:54 +02:00

[GH-ISSUE #153] [Feature]: Greater Edit function when uploading 3MF #92

Closed
opened 2026-05-07 00:06:02 +02:00 by BreizhHardware · 1 comment

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

  • I would be willing to help implement this feature

Checklist

  • I have searched existing issues to ensure this feature hasn't already been requested
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 - [ ] I would be willing to help implement this feature ### Checklist - [x] I have searched existing issues to ensure this feature hasn't already been requested
BreizhHardware 2026-05-07 00:06:02 +02:00
Author
Owner

@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!

<!-- gh-comment-id:3796068034 --> @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!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/bambuddy-maziggy-1#92
No description provided.