Jump to content

Welcome to eMastercam

Register now to participate in the forums, access the download area, buy Mastercam training materials, post processors and more. This message will be removed once you have signed in.

Use your display name or email address to sign in:

lathe thread feed


Recommended Posts

#Default english/metric feed format statements
fs2 17  0.2 0.1     #Decimal, absolute, 2/1 place <- Right here I think ( change the 0.2 to 0.1 to 0.4 0.3)
fs2 18  0.4 0.3     #Decimal, absolute, 4/3 place
fs2 19  0.6 0.5     #Decimal, absolute, 5/4 place
fs2 20  1 0 1 0n    #Integer, forced output

 

I may be wrong so make sure you can change back whatever you mess up

 

Link to comment
Share on other sites

Actually, i think the g76 thread is supposed to use fs 19, or fs 18. (See below) But for some reason my post ignores pfr_l, and is using fs 17 instead. (which is 2/1 place) If I change fs 17 to 4/3 place it will affect all the other feed statements. 

 

(format for lathe thread)

pfr_l           #Format feedrate for lathe
      if opcode$ = 104,
        [
        #Format feedrate for lathe thread
        result = nwadrs(strf, feed)
        result = newfs (19, feed)
        ]
      else,
        [
        result = nwadrs(strf, feed)
        result = newfs (18, feed)
        ]
 
Curiously the change to the fs 17, 0.4 0.3 worked, but didn't affect the other feed rates. Makes no sense.
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.

Join us!

eMastercam - your online source for all things Mastercam.

Together, we are the strongest Mastercam community on the web with over 56,000 members, and our online store offers a wide selection of training materials for all applications and skill levels.

Follow us

×
×
  • Create New...