fluidd-core / fluidd

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

feat: expands tool change support to commands #1197

Closed pedrolamas closed 1 year ago

pedrolamas commented 1 year ago

We currently only check the macros any Tn named macro and use that as a tool change command.

This PR expands that by checking all available commands and thus will show if a Tn macro or registered command is available.

This will deprecate #1124

Resolves #1195