mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[GH-ISSUE #477] [Bug]: Repeat print started without user input #299
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#299
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 @hollycroftlabs on GitHub (Feb 21, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/477
Originally assigned to: @maziggy on GitHub.
Bug Description
If i send a print from the file manager - sometimes I get a repeat print ie. it repeats the print i just did exactly.
This is hard to reproduce as it doesnt happen all the time. It seems to be related to something happening on the printer - power cycles (not in my case) or errors received. I can see that at the time of the print start, the printer reported an AMS error (0700-0002). this was at exactly at the same time the printer started printed again.
Expected Behavior
No unexpected prints
Steps to Reproduce
Printer Model
P1S
Bambuddy Version
0.2.0
Printer Firmware Version
01.09.01.00
Installation Method
Docker
Operating System
Linux (Ubuntu/Debian)
Relevant Logs / Support Package
Screenshots
No response
Additional Context
No response
Checklist
@leoschwarz commented on GitHub (Feb 21, 2026):
I was starting to think it was only me, I experienced
the samea very similar issue... (edit: i think the difference is that in my case there was "user input" but nothing visible in the UI) No prints were showing in the queue, after failing to queue a print several times. Then at a random time it starts printing. I cancel after a few layers and an hour or two later it caused a print failure by trying to print over the partially printed plate again.While I wish great success to this project, for me this was a hard no and immediate uninstall.
@maziggy commented on GitHub (Feb 21, 2026):
Fixed in branch 0.2.1b2. May I ask you to test again please and give feedback?
The root cause was three bugs in the SD card cleanup logic:
The AMS error (0700-0002) you saw likely triggered a firmware restart, which then auto-started the stale gcode file left on the SD card root.
@hollycroftlabs commented on GitHub (Feb 23, 2026):
Runnning 0.2.1b2 i had no repeat prints yesterday! Great stuff!