Z-shaft standoff
This is an "add-on" for andreasL's alternate Z-axis for the SmartRap Core. I like my bed to be well supported when at it's lowest position for cleaning so I designed these simple stand-offs that clip on to the 8mm shafts in my printer. They support the bed on both sides quite well. The OpenJSCAD code is straight-forward: function main(){ return difference( union( cylinder({r: 10, h: 5}), cylinder({r: 6, h: 45}) ), cylinder({r: 4.5, h: 45}), translate([0,-4,0],cube({size: [20,8,45]})) ); } This hosted file keeps creator credit and license details.
Print details
- Difficulty
beginner
- Materials
PLA suggested; confirm scale and supports in your slicer before printing.
Download files
- zshaft_standoff.stl
STL · 70.6 KB
Download
File metadata
- zshaft_standoff.stl
SHA-256:
7b8115e8f654dab0e07318aff25c0fdac87aab8494b7a7b30673ecd594cc0f29
Attribution
Z-shaft standoff by MichaelBrock (the original source). License: Creative Commons CC0 1.0. Source: the original source