Hello,
I'm attempting to use UCCNC software API files to drive the Stepcraft M500 without using the UCCNC interface. The UCCNC API folder contains interface code (UC100.h) that includes multiple functions to drive the CNC. I successfully used several functions, including ListDevices(), DeviceInfo(BoardID), and Open (BoardID) by importing the UC100.h file to my script. However, I cannot move the stepper motors (x, y, z) using the other functions. Python is the programming language I'm using. Could anyone help me on which functions and parameters I should use to move the x, y, and z axes and how to use these functions? When i use HomeOn(2, 1000.0, 500.0, False) function the device did not move even though the positions were not (0, 0, 0).