Designed this as knob for a pot lid, but I'm sure you can use it for a drawer and a few other things too.
Remember to block support at the top of the bolt, because we don't need support there.
You should print this in ABS or PETG, PLA won't work.
All properties of this knob is customizable.
Feature:
The easiest version to print among my stl files is the outward_v2.stl
BTW, If you're using octoprint, add the script below to your octoprint GCODE setting and you can do advance pause similar to the functionality on Prusa firmware. You can then pause mid-print to insert the hex nut.
; relative XYZE
G91
M83
; retract filament, move Z slightly upwards
G1 Z+5 E-5 F4500
; absolute XYZE
M82
G90
; move to a safe rest position, adjust as necessary
G1 X0 Y180
; relative extruder
M83
; prime nozzle
G1 E-2 F4500
G1 E2 F4500
; absolute E
M82
; absolute XYZ
G90
; move back to pause position XYZ
G1 X{{ pause_position.x }} Y{{ pause_position.y }} Z{{ pause_position.z }} F4500
; reset to feed rate before pause
G1 {{ pause_position.f }}
Rafts:
Yes
Supports:
Yes
Resolution:
0.2
Infill:
20%
The author marked this model as their own original creation. Imported from Thingiverse.