fluidd-core / fluidd

Fluidd, the klipper UI.
https://docs.fluidd.xyz
GNU General Public License v3.0
1.33k stars 398 forks source link

feat: use correct stepper temperature label #1425

Closed pedrolamas closed 2 months ago

pedrolamas commented 2 months ago

When we added support for the TMC2240 stepper drivers back in #1133, these are using the tmc2240 xxxxxx for naming, which leads to have "Stepper X" or a 2nd "Extruder" entry on the list, both wrong.

Saying "Stepper X" give the idea that these are the stepper motor temperatures, when in fact these are the stepper motor driver temperatures.

So I propose that we instead show "X Driver" and "Extruder Driver" respectively.

Before

image

After

image

Signed-off-by: Pedro Lamas pedrolamas@gmail.com