mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 00:08:34 +02:00
[GH-ISSUE #812] [Bug]: start_bambuddy.bat missing #544
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
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-maziggy-1#544
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 @janpom on GitHub (Mar 25, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/812
Originally assigned to: @maziggy on GitHub.
Bug Description
Documentation instructs to use start_bambuddy.bat for Windows installation. This file doesn't exist though.
Expected Behavior
Include start_bambuddy.bat or update the documentation (creating Python venv, installing requirements, and running uvicorn directly seems to work just fine on Windows but might be a bit too complicated for an average Windows user).
Steps to Reproduce
Try to run start_bambuddy.bat. It's not found. :)
Printer Model
P1S
Bambuddy Version
master
Printer Firmware Version
not relevant
Installation Method
Other
Operating System
Windows
Relevant Logs / Support Package
No response
Screenshots
No response
Additional Context
No response
Checklist
@maziggy commented on GitHub (Mar 25, 2026):
Yes, you're right.
The problem is, that the script was broken and nobody was able to fix it (I also can't). So I removed it.
Will update docs.
@janpom commented on GitHub (Mar 25, 2026):
I can imagine it's painful to maintain. Nevertheless
git checkout
b16b12bf8d.\install\start_bambuddy.bat
did work for me.
@maziggy commented on GitHub (Mar 25, 2026):
Hah, that's funny. We had many complaints, that it is not working.
Thanks for letting me know.