added own OpenScad models

This commit is contained in:
zeus86
2020-10-11 02:27:48 +02:00
parent c03b4f7da6
commit c0c916ae12
237 changed files with 860987 additions and 0 deletions

View 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
}

View 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);
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 829 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 807 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff