Issues with setting up a plasma torch and yaml

Hello everyone!
I was wondering if anyone has some insight to why I am getting errors in my YAML config file? I have re-written the plasma part numerous times and in different text editing tools to ensure that the spacing is correct. I’ve read that the indents are very important. AFAIK my file is correct.

Error:

[MSG:INFO: FluidNC v3.9.1 ``https://github.com/bdring/FluidNC``]
[MSG:INFO: Compiled with ESP32 SDK:v4.4.7-dirty]
[MSG:INFO: Local filesystem type is littlefs]
[MSG:INFO: Configuration file:Plasma.yaml]
[MSG:ERR: Ignored key PlasmaSpindle]
[MSG:ERR: Skipping key enable_pin indent 2 this indent 0]
[MSG:ERR: Skipping key arc_ok_pin indent 2 this indent 0]
[MSG:ERR: Skipping key arc_wait_ms indent 2 this indent 0]
[MSG:ERR: Skipping key tool_num indent 2 this indent 0]
[MSG:ERR: Skipping key off_on_alarm indent 2 this indent 0]
[MSG:ERR: Skipping key atc indent 2 this indent 0]
[MSG:ERR: Skipping key m6_macro indent 2 this indent 0]

Plasma.zip (1.5 KB)

Additionally, does anyone use a command other than ‘PlasmaSpindle’ as outlined in the FluidNC documentation? Plasma Spindle and THC | Wiki.js I have tried a basic ‘Spindle’ command of type ‘plasma’, and I get the same errors.

Thanks for your time!
Mike

1 Like

YAML looks fine. It’s just that you are on FluidNC v3.9.1 and that spindle type was added in v3.9.5.

Release v3.9.5 · bdring/FluidNC

5 Likes

OMG, firmware… how did I not think of that. Thank you!

5 Likes