586,005 active members*
4,845 visitors online*
Register for free
Login
Results 1 to 4 of 4
  1. #1
    Hi
    A short question.

    Is it possible to write two G functions in one line?

    For example

    g1 g43 x20

    Or how should I write the program?
    May I write only g1 in one line? I mean a previous line

    Regards, chris

  2. #2
    Join Date
    Jun 2007
    Posts
    22
    Hi
    A short question.

    Is it possible to write two G functions in one line?

    For example

    g1 g43 x20

    Or how should I write the program?
    May I write only g1 in one line? I mean a previous line

    Regards, chris
    Yes, you may only write G1.

    Like this:

    G1
    G43 X20
    G41 Z30
    X60
    Z0
    X20
    G40 Z-30
    G0 Y100 M9
    Etc.

    Greetings
    Jochen

  3. #3
    Thanks

  4. #4
    Hello!

    Yes,you can write two 2 G codes in a single line.
    Ex:
    G1 G90 X20 Y30

    or

    G1 G91 X.... Y....

    or

    G1 G42 X... Y....

Posting Permissions

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