584,802 active members*
5,037 visitors online*
Register for free
Login
IndustryArena Forum > CAM Software > Uncategorised CAM Discussion > GrblGru: Free CAM and 3D-Simulation for mills and lathes
Page 37 of 38 2735363738
Results 721 to 740 of 743
  1. #721
    Join Date
    Oct 2021
    Posts
    7

    Re: GrblGru: Free CAM and 3D-Simulation for mills and lathes

    This is the closest i have to threading with macro.

    Maybe someone can do a better one or maybe improve this one.

    You need to modify the numbers based on you machine.

    Have added all my macros in the attachment that I made for my needs. Hope they help some.

    Macrko:

    [Thread RIGHT]
    G1 G91 F1000

    #Pitch = 1
    #Length = 1
    #Cut = 0
    #Slots = 1
    #Clear = 1
    #Feed = 10000
    #Rappidfeed = 10000

    %Inputs, Enter the following data, Pitch in mm, #Pitch, Length of slots in mm, #Length, Cut IN, #Cut, Number of slots, #Slots, Clearence, #Clear, Feed, #Feed, Rappid feed, #Rappidfeed

    #Ymax = #Length
    #Ymax / #Pitch
    #Ymax * 360

    #Index = 0
    #Index / #Slots

    while(#Slots> 0)
    {
    M0
    G91
    G1 X-#Cut F#Feed
    G1 Y#Ymax Z-#Length F#Feed
    G0 X#Clear
    G0 Y-#Ymax Z#Length
    G0 Y#Index
    G0 X-#Clear


    #Slots-1
    }
    M2

  2. #722
    Join Date
    Feb 2024
    Posts
    2

    Re: GrblGru: Free CAM and 3D-Simulation for mills and lathes

    Thank you for your work.

    How do I save a program translation change?

    If this is not possible, do you plan to make it available in the future?

  3. #723
    Join Date
    May 2023
    Posts
    5

    Re: GrblGru: Free CAM and 3D-Simulation for mills and lathes

    Hi Drweper,
    assuming you run the program in English in the third menu, after File and Edit, Extras>Program Data>Language>English_Language.txt. Open with your favorite editor by scrolling through the entries or searching for it with the CTRL+F function, edit it as you like and save. Restart GrblGru and the change will be accepted. If you have any problems just ask!

  4. #724
    Join Date
    Feb 2024
    Posts
    2

    Re: GrblGru: Free CAM and 3D-Simulation for mills and lathes

    Hi Cator.

    Thanks for the reply.

    I'm opening a file(Language_english.txt ), I translate and save it. But it remains untranslated at startup.If possible, please write in more detail.

    Everything worked out.Thank you very much.

Page 37 of 38 2735363738

Similar Threads

  1. Affordable CNC Mills and Lathes
    By cweber in forum Uncategorised MetalWorking Machines
    Replies: 8
    Last Post: 04-20-2013, 10:44 AM
  2. D&M Lathes, Mills, etc.
    By boatlover in forum Benchtop Machines
    Replies: 0
    Last Post: 04-25-2008, 02:39 AM
  3. Birmingham Mills and Lathes
    By smilenbseen in forum Uncategorised MetalWorking Machines
    Replies: 23
    Last Post: 01-23-2007, 01:19 AM
  4. Birmingham Mills and Lathes
    By smilenbseen in forum Vertical Mill, Lathe Project Log
    Replies: 4
    Last Post: 01-02-2007, 01:42 AM
  5. Darn near FREE LATHES!!!! - 2 lathes, gotta go NOW!
    By mxtras in forum Uncategorised MetalWorking Machines
    Replies: 0
    Last Post: 03-22-2006, 07:43 PM

Tags for this Thread

Posting Permissions

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