Results 1 to 10 of 21
Thread: Can a 3d printer make this part?
Threaded View
-
02-05-2019, 05:43 PM #8
- Join Date
- Jun 2014
- Posts
- 892
Curious Aardvark has the right idea. The amount of time involved to learn a scanning program and hardware would enable you to become a genius in so many different CAD programs. Like CA, I endorse the use of OpenSCAD, especially for something as straightforward as the pulleys you desire to duplicate.
Additionally, you'll find good support here and on the OpenSCAD forum for your project. Make a couple attempts and post your results if you don't get what you seek.
Consider especially to use parametric assignments for your build. That is, don't use:
Code:cylinder(h = 10, d = 20);
Code:center_boss_h = 10: pulley_groove_d = 20; cylinder(h = center_boss_h, d = pulley_groove_d);
Ender 3v2 poor printing quality
10-28-2024, 09:08 AM in Tips, Tricks and Tech Help