нд, 13 черв. 2021 о 16:05 andrew beck <[email protected]> пише:
> Yeah sweet. The linuxcnc stuff doesn't phase me. Especially with all the > wonderful help that surrounds the project. > But making the g code is what scares me lol > > Do you have any hints on how you did that? > > You have to consider the relative movement of the part and the grinding wheel. For instance, the wheel goes along the endmill blank and the blank rotates. The code is very simple like G1 X[something] A[something] F100 but you have to use parameters to calculate the coordinates. SIN COS TAN ASIN etc are your friends. And there have to be cycles to go deeper step by step and machine all the flutes. You can use a cup or dish wheel to form the flutes (just rotated to an angle different from the flute angle), but it's difficult to calculate everything because in the actual 3D movement the cup wheel undercuts a lot more than it seems on the projected sketch. Grinding the flutes is the simplest part, though )) _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
