anet a6 fan duct "StarStream" stl fixed
Description
Same as original but STL has no glitches. This was found by openSCAD if you combine or cut part of the original model. module fan(scale){ //stl source https://www.thingiverse.com/thing:2458716/files import("own.stl", convexity=3); } module slice(){ difference() { fan(); translate([-35,-46,0])cube([105,37.02,80]); translate([0,-8.0001,0])cube([30,37.02,80]); } } slice();
Statistics
Likes
0
Downloads
0