// challenge-bot // GNU AGPLv3 (or later at your option) // project available at these locations: // https://gitorious.org/ozzloy/challenge-bot // https://github.com/waynegramlich/challenge-bot include for (ii = [0:len(wire_lengths) - 1]) { translate([ wire_channel_width * ii, 0, 0]) { wire_channel_groove(wire_channel_width, wire_channel_height, wire_radius, wire_lengths[ii]); } }