BIC meal
by lusofer, published
Description
Recent Comments
view all- Am I acting like a jerk ? Everyone pulled out their things after thingiverse licence changes and I'm a jerk ?
- Come on, you are more stupid than me, after all I'm more polite than you.
When you open SCAD when you try to export it as a STL it says to hit F6 when you do that all it shows you is a BIC Pen Cap. It doesn't show eating utensils. Learn to draw before you act like a inconsiderate jerk! I agree with the person who asked 4 months ago Covert it to STL. Below is all that opened in the file. No where in this file is eating utensils all it is a pen cap. False Advertising. Do what the other person asked and convert it to STL for the eating utensils and stop acting like a jerk!
lidLength=34;
lidThickness=1;
lidRim=0.6;
penDiameter=9;
tabDiameter=3;
tabLength=40;
scale=(penDiameter+lidThickness)/penDiameter;
module torus(minorR,majorR,q) {
rotate_extrude(convexity = 10, $fn = q) translate([majorR, 0, 0]) circle(r = minorR, $fn = q);
}
union() {
difference() {
intersection() {
translate([0,0,0.01])scale(scale,scale,scale) union() {
scale([penDiameter,penDiameter,lidLength*2])sphere(0.5,$fn=20);
torus(lidRim,penDiameter/2,20);
}
scale(scale,scale,scale)translate([0,0,lidLength/2])cube([penDiameter+lidRim*6,penDiameter+lidRim*6,lidLength],center=true);
}
scale([penDiameter,penDiameter,lidLength*2])sphere(0.5,$fn=20);
}
scale(scale,scale,scale)difference() {
rotate([0,-1,0])translate([penDiameter/2-0.5,0,0]){
scale([tabDiameter,tabDiameter,tabLength])sphere(0.5,$fn=20);
torus(lidRim,tabDiameter/2,20);
}
rotate([0,-0.05,0])cylinder(tabLength+1,penDiameter/2-0.1,(penDiameter/2)-0.8,center=true,$fn=20);
}
}
Tags
License
Give a Shout Out
Instructions
Comments
You must be logged in to post a comment.
http://www.designboom.com/cont...
&
amp;item_pk=19812
&
amp;p=1
if you can show that this is not copyrighted, then i would make these parts in openscad.. i am going to refrain until i know the copyright issues
copyright only applies to commercial applications. If you creating it for yourself or for personal use, you're clear. Think about it, if I copy Mona Lisa at my house and hang it on the wall, as long as I don't try to sell it as real art work, I am okay.
Copyright is for written works. You can recreate an idea like this so long as you don't copy their exact shape...
dear donb, Unfortunately it is copyrighted. I change the description of the post and the instructions too. thanks a lot. O:-)
I sent an e-mail to creator. I'll post the answer as soon as I get and if it's copyrighted I'll close the topic. Thanks for your concern.
I don't have a Bic here, so here's some SCAD for the lid that you cam modify to fit:
lidLength=34;
lidThickness=1;
lidRim=0.6;
penDiameter=9;
tabDiameter=3;
tabLength=40;
scale=(penDiameter+lidThickness)/penDiameter;
module torus(minorR,majorR,q) {
rotate_extrude(convexity = 10, $fn = q) translate([majorR, 0, 0]) circle(r = minorR, $fn = q);
}
union() {
difference() {
interse
ction() {
translate([0,0,0.01])scale(scale,scale,scale) union() {
scale([penDiameter,penDiameter,lidLength*2])sphere(0.5,$fn=20);
torus(lidRim,penDiameter/2,20);
}
scale(scale,scale,scale)translate([0,0,lidLength/2])cube([penDiameter+lidRim*6,penDiameter+lidRim*6,lidLength],center=t
rue);
}
scale([penDiameter,penDiameter,lidLength*2])sphere(0.5,$fn=20);
}
scale(scale,scale,scale)difference() {
rotate([0,-1,0])translate([penDiameter/2-0.5,0,0]){
scale([tabDiameter,tabDiameter,tabLength])sphere(0.5,$fn=20);
torus(lidRim,tabDiameter/2,20);
}
rotate([0,-0.05,0])cy
linder(tabLength+1,penDiameter/2-0.1,(penDiameter/2)-0.8,center=true,$fn=20);
}
}

Could someone please make this into an STL? Would be greatly appreciated.