In the project I’m working on, I have 4 X-axis motors, and I’ve completed the necessary mechanical and hardware setup. However, on the software side, I can only control 2 X motors using the [dual_carriage]
definition. I couldn’t use [dual_carriage 2]
or find any alternative solutions. That’s why I’m reaching out for your help. In your opinion, what is the easiest way to control 4 X axes? I have some knowledge of Python and coding, and I’ve done some experiments with ChatGPT, but it led me to incorrect suggestions and faulty code. How do you think I can solve this problem?