Close

CNC Control

A project log for PyUltimateRobot

Easily and powerfully control your robot

garrett-herschlebGarrett Herschleb 12/21/2016 at 11:540 Comments

I've added CNC machine control, with vision guided feedback in case the stepper motors do not respond as programmed. Tested on my CNC machine.

I've also added a Python module where movement can be programmed in Python to generate a robot program, complete with automated visual validation and remedial action as necessary. High level functions allow things like drill(), rectangle(), circle(), fillrectangle(), line(), etc.

Discussions