
Testing Customized multi color vase
thingiverse
Human: Hm, looks like this thing failed to do what I expected compared to what the customizer makerbot.com/docs#multi said to do... edit ohh sliding bar isn't the same as a drop down. Customized version of thingiverse.com/thing:1817272 Created with Customizer! thingiverse.com/apps/customizer/run?thing_id=1817272 Instructions Using the following options: thickness = 4 height = 150 num_of_colors = 4 num_of_twists = -2 colors = [[0,0,1],[0,1,0],[1,0,0],[1,1,0]] times_each_color_appears = 2 radi = 50 Custom Section What went wrong //BEGIN CUSTOMIZER VARIABLES /*[Vase Settings]*/ height = 150; radi = 50; //I like the counter clockwise twists personally. num_of_twists = -2; //need to have this times num_of_colors >3 times_each_color_appears = 2; thickness = 4; /*[Color Settings]*/ //need to have this times times_each_color_appears >3, I realize 8 color support is overkill for now, but still fun to consider num_of_colors = 4;//[2:8] //pick what colors appear in the CUSTOMIZER colors = [[0,0,1],[0,1,0],[1,0,0],[1,1,0],[0,1,1],[1,0,1],[0,0,0]];//[1:7]; /*[display]*/ //4 displays all, 0-3 displays lone parts part = 4;//[0:4] //^That needs to be a drop down, not a slide bar module vase_segment() { angle = 360/(times_each_color_appears*num_of_colors); difference() { for(i=[1:times_each_color_appears]) { rotate([0,0,360/times_each_color_appears*i]) linear_extrude(height=height, twist = num_of_twists*360, convexity = 10) { intersection(){ circle(radi, $fn=25); polygon(radi*[[0,0],[0,1],2*[sin(angle/2),cos(angle/2)], [sin(angle),cos(angle)]]); } } } translate([0,0,thickness]) cylinder(r=radi-thickness/2, height); } difference() { if(part ==4) for(i=[0:num_of_colors-1]) { color(colors[i]) rotate([0,0,360/(num_of_colors*times_each_color_appears)*i]) vase_segment(); } else color(colors[part]) rotate([0,0,360/num_of_colors*part]) vase_segment(); }
With this file you will be able to print Testing Customized multi color vase 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 Testing Customized multi color vase.