Originally Posted by DennisCNC Is there software available that will take input from two rotary encoders (X Y) and put point on the screen were ever you push a button to put a point. And output a DXF file?
Basicaly do what this thing does: http://www.outlinetechnologies.com/index.html
Thanks |
Dennis: Check out if your CNC machine's controller supports G31. You're in luck if it does, cuz you simply command a move to the X,Y location and when you call G31... your controller will output the X,Y and the probe-sensed Z-coords. So your X,Y grid of commands will be turned into a "point cloud"
Regards,
Terrence