customizable fishertechnik parts

customizable fishertechnik parts

thingiverse

Human: FisherParts installation clone the repository https://github.com/Karijn/FisherParts to your Documents/OpenScad/libraries folder change the path in the first line of the file FisherPart.scad some ideas are remixes from others like https://www.thingiverse.com/thing:4074749 samples Bricks the brick module is defined like: include <Fisher/FisherPart.scad> brick( height = 15, width = 15, depth = 15, leftAsses_Vertical = [], leftAsses_Horizontal =[], rightAsses_Vertical = [], rightAsses_Horizontal =[], bottomAssesFB = [], topAssesFB =[], bottomAssesLR = [], topAssesLR =[], frontAsses_Vertical = [], frontAsses_Horizontal =[], backAsses_Vertical = [], backAsses_Horizontal =[], squareHoles = false); when called without parameters, like include <Fisher/FisherPart.scad> brick(); it will provide a default brick (size 15mm * 15mm * 15mm) brick the module brick() provides parameters to provide mounting holes on all sides of the brick. Each parameter contains a set of mount holes relative to the center of the face it will be on, i.e. [0] will create a mount hole in the center of the face. All members of a set will be multiplied by 7.5 mm. for example brick( height =15, width =30, depth =15, leftAsses_Vertical =[], leftAsses_Horizontal =[], rightAsses_Vertical =[], rightAsses_Horizontal =[], bottomAssesFB =[], topAssesFB =[], bottomAssesLR =[], topAssesLR =[], frontAsses_Vertical = [], frontAsses_Horizontal =[], backAsses_Vertical = [], backAsses_Horizontal =[], squareHoles = false); brick_1_4 and finally, my main reason to start 3D-printing anyway. I wanted to create my own gliders for linear motion. The 6mm holes in the gliders are meant for a brass tube, that will smoothly glide over a silversteel as. // gliders: include <Fisher/FisherPart.scad> brick_1_6_g(height=15, gliderAsDiameter=6); brick_1_8_g(height=15, gliderAsDiameter=6); and can be used as glider2 Pins include<Fisher/FisherPart.scad> $fn=64; translate([ 0, 0, 0]) pin_s_9_5(); translate([10, 0, 0]) pin_s_15(); translate([ 0, 20, 0]) pin_r_9_5(); translate([10, 20, 0]) pin_r_15(); translate([ 0, 40, 0]) pin_h_9_5(); translate([10, 40, 0]) pin_h_15(); Battens in different sizes include <Fisher/FisherPart.scad> for(r = [15: 15: 210]) { translate([0, r-15, 0]) batten(r); translate([0, -r, 0]) batten(pyth(r, r)); }

Download Model from thingiverse

With this file you will be able to print customizable fishertechnik parts with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on customizable fishertechnik parts.