fluidd-core / fluidd

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

fix: delta printers can only home all #1175

Closed pedrolamas closed 1 year ago

pedrolamas commented 1 year ago

Delta printers can only home all axis at the same time, but currently we show "Home XY" button when we should be showing "Home All" button.

Before

image

After

image

Fixes #1174