Skip to content

lordofhyphens/hexydelta-solid

Repository files navigation

##HexyDelta - a 6-sided Delta-style 3D Printer

Original design by Phillip Kenyon

Re-implementation of HexyDelta vertices.

HexyDelta is a 6-sided delta, designed to use common shelf track as its towers. This SCAD version can use pretty much anything for the tower material (even pipe), just replace the cutout for something that fits.

Rationale: I wanted to make the components more robust and make them easier to print with wider nozzles (like the Volcano from E3D).

Requires the MCAD library. Either extract a copy into the MCAD directory or perform a git checkout and then do the following:

  • git submodule init
  • git submodule update