-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Add more extruder temperature options #136
base: main
Are you sure you want to change the base?
Conversation
I'm not sure the GUI currently handles a longer list that doesn't fit on the screen. |
Adding an additional item that allows entering a value might be better? Not sure if I can figure out how to develop that tho.. |
8eaf885
to
0001bd9
Compare
Nice 👌 |
Your other commits don't show up here... I'm using Ubuntu 24.04. |
I only used cross compile on a droplet on digital ocean, since I work on Mac myself. |
@henrivdr also see this issue, which refers to a commit that only enables static linking when doing cross compilation. With that commit I'm able to build and run on Ubuntu 24.04 ARM |
This one #110 , right? |
When printing high temperature filaments, we need the extruder at temperatures higher than 240ºC.
Would simply adding them like this be sufficient? Or could this cause problems with printers that do not support the higher temperature ranges? I assume the temperature is also limited by klipper/moonraker and probably also the firmware of the machine.
Update: simply adding them worked, but resulted in suboptimal UI. By splitting over 2 lines, and resizing the rows, it now looks decent;
Related: #117