Skip to content
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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

koenpunt
Copy link

@koenpunt koenpunt commented Feb 12, 2025

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;

IMG_0162

Related: #117

@henrivdr
Copy link

I'm not sure the GUI currently handles a longer list that doesn't fit on the screen.

@koenpunt
Copy link
Author

Adding an additional item that allows entering a value might be better? Not sure if I can figure out how to develop that tho..

@koenpunt koenpunt force-pushed the patch-1 branch 2 times, most recently from 8eaf885 to 0001bd9 Compare February 14, 2025 23:10
@koenpunt
Copy link
Author

Took me some tries to get it to build, but it actually does work. It just doesn't look that nice;

IMG_0161

@koenpunt
Copy link
Author

koenpunt commented Feb 15, 2025

After some more tinkering I managed to make it look like this;

IMG_0162

@koenpunt koenpunt marked this pull request as ready for review February 15, 2025 00:46
@henrivdr
Copy link

Nice 👌
Does lvgl set the button size based on the text size?
I think fixed size buttons will look better.

@henrivdr
Copy link

Your other commits don't show up here...
Curious to know what you did to get it to build? I have some changes for the small Nebula pad screens.

I'm using Ubuntu 24.04.

@koenpunt
Copy link
Author

I only used cross compile on a droplet on digital ocean, since I work on Mac myself.
Following the development guide worked for me.

@koenpunt
Copy link
Author

@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

@henrivdr
Copy link

This one #110 , right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants