3D prints still suffer from bad layer adhesion due to their 2.5D slicing and printing approach. I investigated if a novel slicing method that interleaves the layer could improve the strength of 3D prints.

all 16 comments

sorted by: hot top controversial new old
[–] 45 points 2 years ago
[–] 29 points 2 years ago* (last edited 2 years ago)

Jesus, in hindsight, this is such an obvious and great design trick to increase strength that I'm surprised it didn't become more popular earlier.

  • source
  • [–] 10 points 2 years ago

    Love his empirical testing and experimentation.

  • source
  • [–] 7 points 2 years ago (1 child)

    This makes a lot of sense. I could see this being used for printed buildings and it would be a cull circle.

  • source
  • hideshow 2 child comments
  • [–] [B] 6 points 2 years ago

    Here is an alternative Piped link(s):

    https://piped.video/watch?v=5hGm6cubFVs

    Piped is a privacy-respecting open-source alternative frontend to YouTube.

    I'm open-source; check me out at GitHub.

  • source
  • [–] 5 points 2 years ago (3 children)

    Now we just need half-width extrusions on the outer wall!

  • source
  • hideshow 6 child comments
  • [–] 2 points 2 years ago (1 child)

    The thumbnail shows a hexagonal tiling, which is like a brick-laying pattern but rotated 90 degrees, so the "half bricks" are on the top and bottom, not the sides.

    Maybe it would still work to orient the hexagons so the zig-zag part is on the walls, and then fill in the gaps with half-height half-width walls. Although "half" isn't exactly correct; the hexagons give you ugly trig numbers.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 2 years ago (1 child)

    You don't need any ugly trig. You can just use a magic number. The magic number in question is 0.8660254, which is the ratio between the width of the longways (point-to-point) to shortways (flat-to-flat) dimensions of a regular hexagon. If you need half of that, divide it by 2 afterwards.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 2 years ago (1 child)

    What is that? You do two half widths for each perimeter and it increases strength?

  • source
  • parent
  • hideshow 2 child comments
  • [–] 4 points 2 years ago (3 children)

    Just an offhand idea. If you look at the print in the thumbnail, you can see that while this clever brick-interleaving has eliminated the straight lines along the xy plane, the Z axis still has straight lines. Eliminating that so you have a "brick-interleaving" in all axis seems the most optimal.

  • source
  • parent
  • hideshow 6 child comments
  • [–] 1 point 2 years ago*

    Well you need either that or the video's idea. I think yours could be easier to implement and it requires fewer z-movements (and no reordering, can't remember if the video did that)

  • source
  • parent