Salad Fork kit as seen at 3DPrinters for Ants
All parts are high quality, proven parts.
If you have been wanting to build a Salad Fork, look no further.
Here are all the parts you need, and a few left up to you.
All colors are professionally powder coated. The slots may be light due to the powder not getting in them without too much build up of powder.
All rails come with nutbars standard, so no need for them either :)
input[type="checkbox"]{
display: none;
}
.arrow {
border: solid black;
border-width: 0 3px 3px 0;
display: inline-block;
padding: 3px;
}
.down {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}
.wrap-collabsible { margin: 1rem 0; }
.lbl-toggle { display: block; font-weight: bold; font-family: monospace; font-size: 1.2rem; text-transform: uppercase; text-align: center; padding: .7rem; color: #DDD; background: #2ba6cb; cursor: pointer; border-radius: 0px; transition: all 0.25s ease-out; }
.lbl-toggle:hover { background: #2285a2; }
.lbl-toggle::before { content: ' '; display: inline-block; border-top: 3px solid transparent; border-bottom: 3px solid transparent; border-left: 5px solid currentColor; vertical-align: middle; margin-right: .7rem; transform: translateY(-2px); transition: transform .2s ease-out; }
.toggle:checked+.lbl-toggle::before { transform: rotate(90deg) translateX(-3px); }
.collapsible-content { max-height: 0px; overflow: hidden; transition: max-height .25s ease-in-out; }
.toggle:checked + .lbl-toggle + .collapsible-content { max-height: 100%; } .toggle:checked+.lbl-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .collapsible-content .content-inner { background: rgba(0, 105, 255, .2); border-bottom: 1px solid rgba(0, 105, 255, .45); border-bottom-left-radius: 7px; border-bottom-right-radius: 7px; padding: .5rem 1rem; } .collapsible-content p { margin-bottom: 0; }
table,
th,
td {
padding: 10px;
border: 1px solid black;
border-collapse: collapse;
}