-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added drag chain and upper holder with .scad for it #6
base: master
Are you sure you want to change the base?
Conversation
This seems to connect with a single T-nut and screw. Wouldn't it be better to take advantage of the T-slot extrusion and either make another 90˚ bend to fit 2 nuts (for stability) or make it snap directly onto the extrusion (like how this filament guide does)? |
It is doable, however it would be more plastic. I found one screw sufficient, it never unscrewed on me. |
Another alternative modification. On one piece of mjrice's smartmount you can see a small extra bulge of plastic next to a screw hole. That fits into the gap in the middle of the 2020 extrusion and stabilizes the piece preventing it from rotating. That's another possibility here. Although that might make it harder to print flat. |
Could you upload a photo of this on a printer? What extruder head are you using? How did you orient your wires when constructing it? I started printing this out to try on my printer. It wasn't oriented the way I expected (though my expectations of what direction it would face were probably wrong). But more importantly, I found the wl/holder didn't seem to extend far enough. The chain was at least 2cm (in the Y) away from where my wires came up off my extruder. |
Take a look at photos |
- Fix .scad so it actually compiles - Fix the name of the scad file - Add 0.4mm to the screwhole diameter (I found it a little tight) - Redesign chain holder to use variables and be customizable Redesigned scad supports these customizations: - Variable bar length (based on a parameter indicating how many mm the wires are offset from the 2020 extrusion). - Screw padding (so slightly longer screws can secure the holder) - Multiple optional screwhole locations, 1 inside and 2 outside Added a chain holder with settings that should work for the Wilson's direct drive extruder (assuming you orient the wires upwards): - 56mm wire offset - 2mm screw padding (most of the wilson parts have 4mm+ between the screw head and the T-slot) - 2 screw holes on the outside (should secure the longer bar better)
This can add support and in some cases fix issues printing this part some printers (i.e. my printer) can have.
I've forked this tree and made some updates to it. NeoTheFox/wilson@master...dantman:chain
|
Wow, this is very cool, thanks! |
No description provided.