585,877 active members*
3,462 visitors online*
Register for free
Login

Search:

Type: Posts; User: chris2112

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Re: run g-code in inches on Laguna machine set for MM?

    I tried the g20. I didn't work. The laguana support said it was metric only, but he didn't seem very sharp. I'll try your entire header, but I doubt it. The conversion works, but is a pain. Chris
  2. Re: run g-code in inches on Laguna machine set for MM?

    So I did find out that this machine only runs metric, in mm. I have en editor that I used to convert my code. I can do a "scale" on all 3 axis by 25.4 That seemed to work on the first program. ...
  3. Re: run g-code in inches on Laguna machine set for MM?

    The top code works fine in Mach3. That is what I have been using. The bottom is a Laquana compatible example. Good point though if a generic controller like caps.

    I see the spindle speed...
  4. Re: run g-code in inches on Laguna machine set for MM?

    So if the code I tried with the G20 ran in mm, then I'm probably stuck there.

    On my machine, I use a manual switch on the router to set the RPM. So I'll need to add that to each file.

    I'll try...
  5. Re: run g-code in inches on Laguna machine set for MM?

    Hmmm. I think I have that. So the beginning of my code is:

    N10 G20
    N20 G0 G17 G40 G49 G80 G90
    N30 G64
    N40 (first body - ZERO Xtra deep pocket)
    N70 S10000 M03
    N80 G01 X20.5963 Y11.8868 Z0.25...
  6. run g-code in inches on Laguna machine set for MM?

    I have a bunch of g-code files that are formatted in Inches. I run them on Mach3.

    I'd like to join a co-op that uses a Laguna machine. It seems to be set up for MM.

    I did a quick test and...
  7. Replies
    19
    Views
    3,660

    Re: I think I messed this up - ball nut?

    I watched the video on the repacking and tried it. It look me a while. I could not really tell the place he said to avoid, so it did lock up. I put it in a vice to twist it, and a LOT of bearings...
  8. Replies
    19
    Views
    3,660

    Re: I think I messed this up - ball nut?

    It measures 16. I'll try repacking once I get the package.
  9. Replies
    19
    Views
    3,660

    Re: I think I messed this up - ball nut?

    I tried that. I already spilled them. I figured that would happen. One Amazon review had that issue.

    Now that the plastic is off, I'll see if it fits. I don't think so though.
  10. Replies
    19
    Views
    3,660

    Re: I think I messed this up - ball nut?

    The 3 I measured are the same out to 4 places. So I ordered some to try.
  11. Replies
    19
    Views
    3,660

    Re: I think I messed this up - ball nut?

    That is the one I ordered from the link that didn't fit.
  12. Replies
    19
    Views
    3,660

    Re: I think I messed this up - ball nut?

    In the gray spot one says 16 and one says 5. So I'd guess 16mm. The new one said T6, so I tried t5, but didn't see much.

    Do these numbers tell enough If not, how do I measure what I need too....
  13. Replies
    19
    Views
    3,660

    Re: I think I messed this up - ball nut?

    The rebuild seems like it is more skill than I have. It is more patience too. Plus I have no idea where to buy the new bearings, or how to figure out the size.

    So I ordered the new one...
  14. Replies
    19
    Views
    3,660

    Re: I think I messed this up - ball nut?

    Perfect Thanks.
  15. Replies
    19
    Views
    3,660

    Re: I think I messed this up - ball nut?

    Thanks.

    So both get replaced or can I just buy a ballscrew nut?
  16. Replies
    19
    Views
    3,660

    I think I messed this up - ball nut?

    My Y- axis was stopping, so I started taking stuff apart. I replaced all the basic bearing earlier this year. It was grinding a lot, so I took this thing of and some ball bearings fell out.

    Is...
  17. Thanks. .01 made the g-code will 100% arcs. It...

    Thanks. .01 made the g-code will 100% arcs. It ran without stutters. This is all good. I have two new tricks in the tool bag. That will really help for certain programs.

    I guess the story...
  18. .0001 made code with a bunch or acs. Of 1000...

    .0001 made code with a bunch or acs. Of 1000 line, I had only 1 or so stutters. Maybe .00001 would be the final spec for the clean up.

    The same file made with no arcs was still 1000 lines, and...
  19. I tried it with .01. Maybe I should use .0001. ...

    I tried it with .01. Maybe I should use .0001.

    Thanks for this other tip. I'll try some different brews. I think some of the guys that draw some complex shapes for me are using a bunch of...
  20. That may be. But this doesn't explain why I get...

    That may be. But this doesn't explain why I get clean running code if I just trace the drawing, but I get the goofy code when I add a tool offset. I've made DXFs a couple different ways. One way...
  21. Its still got arcs. Every DXF I have is bad I...

    Its still got arcs. Every DXF I have is bad I guess, from every program.

    Is there a way to get rid of the arcs before the code is made?
  22. I'm not sure how to tell between a poor DXF and a...

    I'm not sure how to tell between a poor DXF and a good one. It looks like anything that I use to make code that has curves makes that switch between tiny arcs and x,y,z commands. Its the back and...
  23. I still have the issue, its just slower if I slow...

    I still have the issue, its just slower if I slow it down.

    I noticed that if I generate a toolpath directly from a DXF, without a tool diameter, then I don;t get arcs. Its when cambam compensates...
  24. I set the lookahead to 200 (from 100). I turned...

    I set the lookahead to 200 (from 100). I turned off the CV in the code (I didn't see a setting in mach3). Same result. So CV isn't doing much either way I guess.

    I tried playing with the...
  25. I'm sort of following. I run the program at f50....

    I'm sort of following. I run the program at f50. If I slow it to F20 for the arcs, its not as jerky, but its still there. So 60 or so x,y,x moves with G64 is fine. But going back and forth...
  26. If this is what you meant (below), it doesn't...

    If this is what you meant (below), it doesn't seem to work. Now it stops and starts. Before it just stuttered a bit.

    So this is a cambam issue? I'd like to just say don't use arcs, but I don't...
  27. cambam makes 20-30 arcs or so per pass, and I run...

    cambam makes 20-30 arcs or so per pass, and I run 6 passes. So manually editing 250 places seems like a lot of work.

    Is there a quicker way?
  28. continious G64 doesn't work with I and J commands?

    When I generate a profile with cambam, it uses both standard x,y,z codes, but also I and J codes for arcs. If I only have x,y,and z, then use a g64, my machine (a K2 running mach3) does a nice...
  29. Thanks. I should have done a follow up. I...

    Thanks. I should have done a follow up.

    I ended up tightening up the ball screws and everything I could. That made it worse. I guess the Mach3 profile that K2 sent me had a backlash set for the...
  30. 3925-G looses Y-axis accuracy after each cut

    I'm trying to figure out why My Y-axis is off by 1-2MM after each run. I've run this machine for about 18 months. I've been slowly improving the accuracy, but now I'm stuck.

    This is what I've...
Results 1 to 30 of 33
Page 1 of 2 1 2