Outlandish Panda
Outlandish Panda
Thank you, yes, very helpful and impressive approach. I've got that into FluidNC and sorted the functions elsewhere so it now almost compiles but fails at the very end with...
OK, fixed using `get_motor_steps()` in place of `motor_steps`. Now compiles and links, but only if I comment out all the handling for retrieving the tool positions from the config yaml...
OK thank you, will do, with some notes. In the meantime, I've put in to the KressATC.cpp file tool position coordinate values rather than YAML sourced values. Run the code,...
Ah yes OK. I will investigate. Thanks.
Can you see my fork: [https://github.com/Rich235/FluidNC](url) ? I've got basic tool change working now in FluidNC, thanks. BUT as above, the handler functions are not working. I've uncommented them so...
The yaml file I'm using is NewMill.yaml in the example_configs dir.
Thanks very much for that comparison, I didn't know how to do that. All updated and working. I can continue with my development.