-
-
Notifications
You must be signed in to change notification settings - Fork 454
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simplify finding MCU IDs #1290
Comments
Hi @iamthesoy, thank you for submitting this feature request. Fluidd is just a web app that runs in the browser (client side) and uses Moonraker as the server-side data provider. In order for Fluidd to implement such feature, Moonraker will first have to provide this data to Fluidd. |
FWIW this just got merged: Arksine/moonraker#798 |
Assuming these changes indeed provide the data we require, I guess we can now indeed start working on providing this feature! 🙂 |
Parallelly to this, I have been considering a startup wizard for when there is no printer.cfg file, where the user could just select one of the sample configs that are included with Klipper, and we would create the initial printer.cfg for the printer! Now I guess we can also check the printer MCU address and add that to the generated printer.cfg file! 😁 |
Is your feature request related to a problem? Please describe
With preconfigured OS images and pre-flashed boards becoming more and more common in printer kits, the only reason to SSH into the host is to run
ls /dev/serial/by-id/*
It works fine, but it would be cool if this wasn't needed, and would simplify the process for newbies.Describe the solution you'd like
I was thinking that when editing .cfg files, an option in the right click menu that lists possible connected MCUs (which can be inserted when clicked on) would be a reasonably elegant solution - see poorly made mockup image
![Screenshot 2023-12-24 at 10 13 11 pm](https://private-user-images.githubusercontent.com/69085133/292675243-63060dc6-6487-4cd1-b15f-6f6f7aea2a6f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk5MDY4ODMsIm5iZiI6MTczOTkwNjU4MywicGF0aCI6Ii82OTA4NTEzMy8yOTI2NzUyNDMtNjMwNjBkYzYtNjQ4Ny00Y2QxLWIxNWYtNmY2ZjdhZWEyYTZmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE4VDE5MjMwM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTlmZGI3ZTdhZDYwZGNkYWI3ZDc0MDg2NDE1MTkyNzZiNmY4MTFmNjRiOWE2NjBmOGExMDVmZjQ5Yjk0ZThmYzAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.ObChRd5G3mrkmguKwMfKvs9TYFYUURZo_kVxsb-5Ckg)
This could be set to only appear on lines starting with
serial:
to reduce clutter.Describe alternatives you've considered
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: