added own OpenScad models
45
openscad/own/singer spool holder/ThreadSpool.scad
Normal file
@@ -0,0 +1,45 @@
|
||||
// Thread-Spool for use with Singer Professional XL1000 sewing machine
|
||||
// by zeus - zeus@ctdo.de - CC-BY-NC-4.0
|
||||
// -> https://www.thingiverse.com/zeus
|
||||
// -> https://github.com/zeus86
|
||||
// 2014-12-11
|
||||
// remixed from "Thread Spool" ( http://www.thingiverse.com/thing:28902 )
|
||||
// by Mike Creuzer - Mike@Creuzer.com 20120820
|
||||
//
|
||||
// With this spool you can re-spool thread from bigger spools, which have too much
|
||||
// mass and tend to cut off or break your needle. Unfortunately its not fully automatic,
|
||||
// because you have to use your fingers to guide the tread while respooling, to make
|
||||
// sure, that the spool is evenly filled, because the respooler is originally designed
|
||||
// to spool the under-thread-spool and therefore not suitable to respool a large amount
|
||||
// of thread nor spools of this height.
|
||||
// ---
|
||||
// Parameters are in mm
|
||||
|
||||
// The radius of the spool (half the diameter)
|
||||
spool_radius = 5.6;
|
||||
// The height of the spool
|
||||
spool_height = 60.0;
|
||||
|
||||
// The top and bottom radius
|
||||
lip_radius = 8.8;
|
||||
// The height of the top and bottom
|
||||
lip_height = 2.0;
|
||||
|
||||
// The radius of the hole in the center
|
||||
spindle_radius = 3.6; // 7.4/2
|
||||
|
||||
$fn=25;
|
||||
//---
|
||||
|
||||
difference()
|
||||
{
|
||||
union()
|
||||
{
|
||||
cylinder(r=spool_radius, h=spool_height);
|
||||
cylinder(r=lip_radius, h=lip_height);
|
||||
translate([0,0,lip_height]) cylinder(r1=lip_radius, r2 = spool_radius, h=lip_height);
|
||||
translate([0,0,spool_height-lip_height]) cylinder(r=lip_radius, h=lip_height);
|
||||
translate([0,0,spool_height-lip_height-lip_height]) cylinder(r2=lip_radius, r1 = spool_radius, h=lip_height);
|
||||
}
|
||||
translate([0,0,-0.1])cylinder(r=spindle_radius, h=spool_height+0.2); // Center hole
|
||||
}
|
37
openscad/own/singer spool holder/barrier.scad
Normal file
@@ -0,0 +1,37 @@
|
||||
// Singer Spool Holder Clamp
|
||||
// by zeus - zeus@ctdo.de - CC-BY-NC-4.0
|
||||
// -> https://www.thingiverse.com/zeus
|
||||
// -> https://github.com/zeus86
|
||||
// 2014-12-11
|
||||
// remixed from "Thread Spool" ( http://www.thingiverse.com/thing:28902 )
|
||||
// by Mike Creuzer - Mike@Creuzer.com 20120820
|
||||
//
|
||||
// With this spool you can re-spool thread from bigger spools, which have too much
|
||||
// mass and tend to cut off or break your needle. Unfortunately its not fully automatic,
|
||||
// because you have to use your fingers to guide the tread while respooling, to make
|
||||
// sure, that the spool is evenly filled, because the respooler is originally designed
|
||||
// to spool the under-thread-spool and therefore not suitable to respool a large amount
|
||||
// of thread nor spools of this height.
|
||||
// ---
|
||||
|
||||
// Parameters are in mm
|
||||
|
||||
// Inner Diameter
|
||||
id=5; // 5 is good for the Singer Professional XL1000
|
||||
// Outer Diameter
|
||||
od=8.5; // 8.5 Gives enought Material thickness when id is "5"
|
||||
// Width of the cut
|
||||
cut_w=1; // Increase when your Printer is very sloppy and almost fills this gap
|
||||
// Height
|
||||
h=5; //Height of the Clamp
|
||||
|
||||
$fn=050;
|
||||
|
||||
|
||||
difference(){
|
||||
cylinder(h=h, r=od/2, center=true);
|
||||
cylinder(h=h+0.1, r=id/2, center=true);
|
||||
translate([od/2-cut_w,0,0]){
|
||||
#cube([od/2,cut_w,h+0.1],center=true);
|
||||
}
|
||||
}
|
BIN
openscad/own/singer spool holder/img/IMG_20141211_220636.jpg
Normal file
After Width: | Height: | Size: 829 KiB |
BIN
openscad/own/singer spool holder/img/IMG_20141211_220648.jpg
Normal file
After Width: | Height: | Size: 807 KiB |
BIN
openscad/own/singer spool holder/img/IMG_20141212_002422.jpg
Normal file
After Width: | Height: | Size: 3.8 MiB |
BIN
openscad/own/singer spool holder/img/IMG_20141212_002513.jpg
Normal file
After Width: | Height: | Size: 3.0 MiB |
BIN
openscad/own/singer spool holder/img/IMG_20141212_002518.jpg
Normal file
After Width: | Height: | Size: 2.7 MiB |
BIN
openscad/own/singer spool holder/img/IMG_20141212_002526.jpg
Normal file
After Width: | Height: | Size: 2.8 MiB |
BIN
openscad/own/singer spool holder/img/IMG_20141212_002544.jpg
Normal file
After Width: | Height: | Size: 2.9 MiB |
BIN
openscad/own/singer spool holder/img/IMG_20141212_002548.jpg
Normal file
After Width: | Height: | Size: 2.7 MiB |
BIN
openscad/own/singer spool holder/img/IMG_20141212_002552.jpg
Normal file
After Width: | Height: | Size: 2.9 MiB |
BIN
openscad/own/singer spool holder/img/IMG_20141212_002945.jpg
Normal file
After Width: | Height: | Size: 1.4 MiB |
BIN
openscad/own/singer spool holder/img/IMG_20141212_002957.jpg
Normal file
After Width: | Height: | Size: 1.3 MiB |
BIN
openscad/own/singer spool holder/img/IMG_20141212_003014.jpg
Normal file
After Width: | Height: | Size: 3.1 MiB |
BIN
openscad/own/singer spool holder/img/IMG_20141212_003039.jpg
Normal file
After Width: | Height: | Size: 1.7 MiB |
BIN
openscad/own/singer spool holder/img/IMG_20141212_003058.jpg
Normal file
After Width: | Height: | Size: 1.5 MiB |
BIN
openscad/own/singer spool holder/img/IMG_20141212_003115.jpg
Executable file
After Width: | Height: | Size: 1.5 MiB |
BIN
openscad/own/singer spool holder/img/IMG_20141212_004100.jpg
Normal file
After Width: | Height: | Size: 1.8 MiB |
BIN
openscad/own/singer spool holder/img/IMG_20141212_014047.jpg
Executable file
After Width: | Height: | Size: 1.5 MiB |
BIN
openscad/own/singer spool holder/img/IMG_20141212_014103.jpg
Executable file
After Width: | Height: | Size: 1.4 MiB |
BIN
openscad/own/singer spool holder/img/IMG_20141212_014114.jpg
Executable file
After Width: | Height: | Size: 1.6 MiB |
BIN
openscad/own/singer spool holder/img/IMG_20141212_031352.jpg
Executable file
After Width: | Height: | Size: 3.7 MiB |
BIN
openscad/own/singer spool holder/img/IMG_20141212_031421.jpg
Executable file
After Width: | Height: | Size: 2.8 MiB |
BIN
openscad/own/singer spool holder/img/IMG_20141212_031431.jpg
Executable file
After Width: | Height: | Size: 3.2 MiB |
BIN
openscad/own/singer spool holder/img/clamp.png
Normal file
After Width: | Height: | Size: 9.4 KiB |
BIN
openscad/own/singer spool holder/img/spool.png
Normal file
After Width: | Height: | Size: 6.8 KiB |