. .
  1. #1
    I am currently using deskproto cam to carve 3d reliefs but it is limited to g0g1 commands. I'm would like to try a cam program that outputs g2g3 arcs, to see if it smooths out stl face joints and maybe reduces file size.

    Can anyone recommend a suitable cam program that might fit the bill? One with a free trial would be useful.

    Thanks. Chris

  2. #2
    There really aren't any out there. At least I'm not aware of any?

    .stl files don't contain any arcs, just flat triangular faces.

    I've cut quite a few 3D ,stl models, and have never seen any faceted areas on my carvings. Have you tried increasing the .stl resolution when exporting from your CAD program?

    As for file size, I don't really see an issue there. The largest g-code files you'd probably see are tiny by today's standards, and shouldn't really cause any issues.
    Gerry
    ______________________________________________
    UCCNC 2022 Screenset

    Mach3 2010 Screenset

    JointCAM - CAM for Woodworking Joints

  3. #3
    Thanks for the reply, Gerry.

    I have several related issue that I'm trying to solve. Firstly, my cnc router is run by a dsp pendant, instead of mach 3, that has a max file size of 105mb, meaning I have to divide big cutting files into parts. Secondly, my reliefs have some flat faces visible where there is not much detail. I have looked at increasing stl resolution but am trying to avoid making the file sizes larger. I was hoping that by converting straight lines to arcs, I could both reduce file size and smooth out the look of the relief.
    I received this advice from the Blender (CAD) forum, but don't have the experience to know if it is possible to implement on deskproto, or any other cam;

    If you want smoother cuts on your CNC from an STL file, you need to post process the G-Code.
    Here is a script that converts straight-line (g1 cuts) to g2g3 arcs.
    LinuxCNC Documentation Wiki: LinesToArcs

    Does this make any sense to you? Could it do what I want and reduce my file size and smooth the workpiece. do you think?

    Thanks. Chris

  4. #4
    Looking at the documentation, no, it won't work, as it only converts arcs in the XY plane.
    Gerry
    ______________________________________________
    UCCNC 2022 Screenset

    Mach3 2010 Screenset

    JointCAM - CAM for Woodworking Joints

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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