On 06/19/2017 07:24 PM, jim wrote:
I need my machine to move On a 10 degree line using the x y axis .

I see g codes for this on other systems .

Can Linuxcnc do this?

Sure.
 G01 X0 Y0
  G01 X10 Y1.736

If you want to actually program it in degrees, that can be done. Also, the advanced G-code extensions in LinuxCNC allow you to program this with some variables and sin functions.

Jon

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to