JSCAD User Group
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Mar 21, 2015

    Scheduled Pinned Locked Moved Archives (Google+)
    1 Posts 1 Posters 1.1k Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • z3devZ Offline
      z3dev
      last edited by

      Alejandro Silvestri
      Someone looking for generate G-Code?
      Someone intereted in its development?
      5 comments
      5
      one plus one
      1
      no shares
      Shared publicly•View activity

      Alejandro Silvestri
      +Сергей Шатунов , I think I can help.
      Let's talk a little more about this.
      I'm familiar with mill: it has a vartical cilyndrical tool, only matters the diameter, so the toolpath will spare the radius from the edge.

      As you can apreciate, english's not my first language. It's my last language 🙂

      Mar 22, 2015
      Alejandro Silvestri
      There are many strategies for toolpaths. Mainly two: you can follow contours on planes XY, or you can follow profiles, the contours on planes XZ or YZ.

      Mar 22, 2015
      Alejandro Silvestri
      Is there a way to "emboss" bodies? If we can inflate bodies 2mm in XY planes, we can get directly the toolpath for 4mm mill.

      Mar 22, 2015
      Alejandro Silvestri

      +Сергей Шатунов , I wrote you to that address, it seems it isn't working.

      I'm thinking on sliding the solid to get a thick slide, as thick as the tool's diameter. I get the slide buy cutting the solid with the two sides planes:

      var slide = solid.cutByPlane(plane1)
      .cutByPlane(plane2.flipped());

      var shape = slide
      .projectToOrthoNormalBasis();

      var path = shape.getOulinePath();

      Mar 30, 2015
      Jeff Gay
      Moderator
      There's import of Gcode in openscad.js which may be helpful.

      1 Reply Last reply Reply Quote 0

      Hello! It looks like you're interested in this conversation, but you don't have an account yet.

      Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

      With your input, this post could be even better 💗

      Register Login
      • First post
        Last post
      Powered by NodeBB | Contributors