584,862 active members*
5,363 visitors online*
Register for free
Login
Results 1 to 3 of 3
  1. #1

    Angry

    Unfortunately I’m not really fit in free contour programming.

    Could anybody tell me how it’s possible to program a straight line under an angle with a defined length of 72,8mm (see picture)?

    I think I should begin as follows:

    G1 ANG=15,95…………. And then?

  2. #2
    Join Date
    Aug 2007
    Posts
    125
    Unfortunately I’m not really fit in free contour programming.

    Could anybody tell me how it’s possible to program a straight line under an angle with a defined length of 72,8mm (see picture)?

    I think I should begin as follows:

    G1 ANG=15,95…………. And then?
    Hello butscheronie

    You also need a measurement at the end point (X or Y).

    Maybe you should make it with polar coordinates…

    G1 X0 Y0
    G111 X0 Y0 ; declare Pol (absolute)
    G1 AP=15.95 RP=72.8 ; rack in line with angle 15.95 and length 72.8

    I hope it’ll help

    Regards, dekoboy

  3. #3
    I imagined something like this…

    I’ll try it out tomorrow.

    Thanks for now

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •