Close



Results 1 to 6 of 6
  1. #1

    Cutting bigger model into smaller pieces with connectors?

    I'm really struggling to find a working application that will cut my larger model into smaller pieces with connectors. I've used slicer and it works good to split the object, but I really need something with connectors. Any suggestions?

  2. #2
    Super Moderator curious aardvark's Avatar
    Join Date
    Jul 2014
    Posts
    8,818
    there are several openscad scripts that will do just that.
    This is not just for creating puzzles: http://www.3ders.org/articles/201301...-printing.html
    Try that.

  3. #3
    Quote Originally Posted by curious aardvark View Post
    there are several openscad scripts that will do just that.
    This is not just for creating puzzles: http://www.3ders.org/articles/201301...-printing.html
    Try that.
    Thank you! I've been playing with that for the last few days and can't get it to work with my model. It will cut the object but won't add the connectors

  4. #4
    Super Moderator curious aardvark's Avatar
    Join Date
    Jul 2014
    Posts
    8,818
    Never used it. But connectors are easy enough to add in openscad.
    You could just use cylinders and holes for cylinders.
    I find that on my system a 0.5mm difference gives a decent join with glue.

  5. #5
    Quote Originally Posted by curious aardvark View Post
    Never used it. But connectors are easy enough to add in openscad.
    You could just use cylinders and holes for cylinders.
    I find that on my system a 0.5mm difference gives a decent join with glue.
    I'm very new to openscad. How would one go about that?

  6. #6
    Super Moderator curious aardvark's Avatar
    Join Date
    Jul 2014
    Posts
    8,818
    create a cylinder.
    Add it to one part and then at the same place on a different part, difference a cylinder with 0.5m larger diameter.
    Probably only needs to be about 10mm long.
    Getting a precise match up is dead easy in openscad.

    What i would suggest is that you design a few simple things first. You need to get into the right mindset for openscad. Once you've got the basics, you'll see how easy this kind of thing really is :-)

Posting Permissions

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