584,842 active members*
4,295 visitors online*
Register for free
Login

Search:

Type: Posts; User: homie_g_code

Search: Search took 0.00 seconds.

  1. Any guides/manuals/instructions for creating a post from scratch?

    I'm pretty experienced with coding in general and I'm working as a CNC programmer right now. All I know about our post right now is that I press a button and it makes a code, but I want to be able to...
  2. Replies
    6
    Views
    2,670

    That's genius! I'll have to give that a shot...

    That's genius! I'll have to give that a shot today. Many thanks.
  3. What CAD software are you using?

    What CAD software are you using?
  4. Thread: Joe

    by homie_g_code
    Replies
    1
    Views
    2,492

    Have you looked into sub programming? You could...

    Have you looked into sub programming? You could have your sphere be a sub program and then use incremental moves in the main program to move it around. Like so:

    %
    O1000
    G20 G17 G40 G49 G80 G90...
  5. Replies
    8
    Views
    5,947

    It sounded like the title of your program was too...

    It sounded like the title of your program was too long, but then you threw me with the copying an old program test. Just for fun, how long is your program title? Like "mysupercoolprogram.txt". I as...
  6. Replies
    6
    Views
    2,670

    I could tweak the postprocessor to output 4...

    I could tweak the postprocessor to output 4 decimals, but then I would have to go back through 10 years worth of codes for the company and repost. Not at all practical. I may have really hit a wall...
  7. Replies
    6
    Views
    2,670

    I thought about that, but I don't know if there's...

    I thought about that, but I don't know if there's a good way to determine whether the R should be + or - based on the other code's IJ values.
  8. Replies
    6
    Views
    3,993

    I think I'm having a similar problem. Did you...

    I think I'm having a similar problem. Did you ever find a solution on the controller level? Re-posting isn't an option for me unfortunately.
  9. Replies
    44
    Views
    14,099

    Hey thanks for the info! I did not know this was...

    Hey thanks for the info! I did not know this was a setting. I guess I've always used mills with that setting turned off.
  10. Replies
    44
    Views
    14,099

    As others have said you need a Z move on your G43...

    As others have said you need a Z move on your G43 line. I've also found that if you do not put an X/Y coordinate on the canned cycle line it will hover above the part, move to the clearance plane,...
  11. Replies
    6
    Views
    2,670

    Override invalid circle statement?

    Hey all, I've been stuck on a problem for a couple days and decided to turn to the community for help.

    I've been working on software that reads in GCode designed for a different brand and outputs...
Results 1 to 11 of 11