I am working on a small automation project a custom 3-axis CNC gantry and I’ve run into several roadblocks trying to get it modeled and scripted:
Could you point me to any up-to-date examples or tutorials for building a true XYZ gantry (GUI or Python)?
I have attached the 3D model of this project that I am working.
- Mechanism Builder
I couldn’t find a “Mechanism Builder” option in my version, only an H-bot template that doesn’t match my machine’s kinematics.
- Python API Limits
After upgrading to v5.9.1, my embedded Python session still didn’t expose key methods like AddCartesianMechanism or AddRobot.
I discovered a conflicting pip-installed robodk
package was shadowing the built-in API, and even uninstalling it required running RoboDK’s own Python with an API server enabled—steps that haven’t yet yielded a working solution.
- Script Placement Confusion
I also struggled to get my custom script to appear under Tools → Run Python Script…, since RoboDK only lists scripts in its dedicated “scripts” folder. Copying files there and restarting didn’t always resolve the AttributeError
Could you point me to any up-to-date examples or tutorials for building a true XYZ gantry (GUI or Python)?
I have attached the 3D model of this project that I am working.