|
Ver:2019-05-15-109 Description:
1. Increase the coordinate record macro function;(Pending verification)
http://bbs.ddcnc.com/forum.php?m ... tra=page%3D1&page=2
2. Add the macro function GetCenterPos[]: Find the center of the circle through the 3 points on the circle.
GetCenterPos[x1,y1,x2,y2,x3,y3,n1,n2]
x1, y1 is the x-y coordinate of the first point;
x2, y2 are the x-y coordinates of the second point;
x3, y3 are the x-y coordinates of the third point;
n1 is a variable index storing the X coordinate of the center, for example, n1=4, then #4=x coordinate of the center;
n2 is a variable index storing the Y coordinate of the center, for example, n2=5, then #5=y coordinate of the center;
https://www.facebook.com/groups/ ... k/2823155341034952/
3. Increase the all-axis return zero function in the machine coordinate system.
https://www.facebook.com/groups/ ... k/2826643040686182/
4. In the file page, sort by file name
https://www.facebook.com/groups/ ... k/2832029936814159/
5. Change the file editing font and correct the error that the file cannot be edited;
|
|