I was quoted prices for one and ten boards for my project then.
Quoted how much is the question. Significantly more than $5 I'll bet.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I was quoted prices for one and ten boards for my project then.
Count me as someone else who also wants to know the value of that quote.I was quoted prices for one and ten boards for my project then. That biz closed in 2020.
I had a cheap 3D printer way to slow I got a second one it print in a hour what took a day on the old one.
plus color changing too started un grading old one so its lot better. CNC got get one.
//Soldering Iron Bit Holder
difference(){
translate([0, 0, 12]){
cube(size = [75, 190, 26], center = true);}
for(Y = [-80: 20 : 20]){
for(X = [-25.5: 17 : 25.5]){
translate([X, Y, 0]){
rotate(a=[-15,0,0]){
#cylinder(35, d= 7, center = false);}
}
}
}
translate([0, 71, 14]){
cube(size = [71, 42, 26], center = true);}
}
Since we're on the subject of slow 3D printers....
I decided to make a soldering iron tip holder to fit in a tiny under-shelf drawer. I've used OpenSCAD a little bit and created what I wanted pretty quickly. I have learned that making a sketch with every position really simplifies coding in OpenSCAD.
View attachment 150278
The code is a remarkable few lines.
Code://Soldering Iron Bit Holder difference(){ translate([0, 0, 12]){ cube(size = [75, 190, 26], center = true);} for(Y = [-80: 20 : 20]){ for(X = [-25.5: 17 : 25.5]){ translate([X, Y, 0]){ rotate(a=[-15,0,0]){ #cylinder(35, d= 7, center = false);} } } } translate([0, 71, 14]){ cube(size = [71, 42, 26], center = true);} }
Perfect. Tips tilted back at a slight angle to make the shapes easily visible.
View attachment 150279
It does kind of look like a calculator – the large cutout at the end is in the back of the drawer, and won't be accessible without removing the drawer completely.
So I slice it for my old Ender 3 clone. It will take 22 HOURS to print! There's no instant gratification in 3D printing!
The Bambu Labs machines are really nice. I got an X1C with auto feeder in one of the sales last year; it's far faster than my other home built machines, and the surface finish is amazing!After a bit of research, I settled on a P1S