mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[GH-ISSUE #1207] [Feature]: P1S X2C printing #874
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#874
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 @Stuartacus on GitHub (May 4, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/1207
Problem or Use Case
The P1s and X2C are gcode compatible, I have both printers and a workflow where all are sliced for the P1S, then I send teh files to either printer as they will both print the files. In Bambu Studio I can ignore the error and the files will print with no errors, however in Bambuddy I can't seem to bypass the error message.
Proposed Solution
Add an "I don't care, print it anyway" option to the error and allow users to send P1S gcode to X1 Carbon printers.
Alternatives Considered
Checking the options to see if this can be allowed
Feature Category
UI/UX
Priority
Critical for my use case
Mockups or Examples
The error message shown in Bambu Studio
Contribution
Checklist
@maziggy commented on GitHub (May 4, 2026):
Before we commit to building this, I'd like to gauge community interest. If you'd find this feature useful, please give this issue a thumbs up (👍) reaction so we can prioritize accordingly.
@Stuartacus commented on GitHub (May 4, 2026):
That's fair enough, maybe I could write a bash script to change the model in my files (I already use one to extarct metadata for file management), can you let me know what part of the metadata you are checking? I think it comes from here in your code:
response.sliced_for_model = item.archive.sliced_for_model
but I can't find the field you are checking in content = zf.read("Metadata/slice_info.config").decode()
I pull all my info from Plate...gcode