#chamber temp on lcd
9 messages · Page 1 of 1 (latest)
You can look up making a custom display, starting at https://www.klipper3d.org/Config_Reference.html#display_data
Maybe someone has already done one, but it will take a bit to create the menu and everything you want there.
@tepid jackal tnx that's usefull. But i can't find where these files are located. Where do i need to go in order to modify these lines?
I'm not a novice but most documents assume you are a high level expert and give little to no context
Gotta create the config. Klipper is using the default menu, so doesn't need them.
It's only needed when one starts to modify how the display works.
@tepid jackal as in one of these config-xxxxx.zip?
No. If you look at the klipper site, there is a display.cfg linked.
You can download that file, and add an [include display.cfg] in your printer.cfg.
Then modify display.cfg to do what you want.
I've not done it myself, but that's where you would look.
Maybe someone else has and will post a modified display.cfg they use.