Add: old stuff from another computer
This commit is contained in:
parent
b71fe5f0ac
commit
7c5e960838
BIN
old_stuff/Tarot Box-Assembly.stl
Normal file
BIN
old_stuff/Tarot Box-Assembly.stl
Normal file
Binary file not shown.
BIN
old_stuff/Tarot Box-AssemblyLid001.stl
Normal file
BIN
old_stuff/Tarot Box-AssemblyLid001.stl
Normal file
Binary file not shown.
BIN
old_stuff/Tarot Box-Tarot BoxLid.stl
Normal file
BIN
old_stuff/Tarot Box-Tarot BoxLid.stl
Normal file
Binary file not shown.
BIN
old_stuff/Tarot Box.FCStd
Normal file
BIN
old_stuff/Tarot Box.FCStd
Normal file
Binary file not shown.
BIN
old_stuff/blocker.2.stl
Normal file
BIN
old_stuff/blocker.2.stl
Normal file
Binary file not shown.
BIN
old_stuff/blocker.3.stl
Normal file
BIN
old_stuff/blocker.3.stl
Normal file
Binary file not shown.
BIN
old_stuff/hexagon_test.FCStd
Normal file
BIN
old_stuff/hexagon_test.FCStd
Normal file
Binary file not shown.
BIN
old_stuff/origami_box.FCStd
Normal file
BIN
old_stuff/origami_box.FCStd
Normal file
Binary file not shown.
21
old_stuff/origami_dispenser.scad
Normal file
21
old_stuff/origami_dispenser.scad
Normal file
@ -0,0 +1,21 @@
|
||||
module base(paper_size = 150, height = 30) {
|
||||
thickness = 2;
|
||||
tolerance = 0.001;
|
||||
cube([paper_size + 2 * thickness, paper_size + 2*thickness, thickness]);
|
||||
module edge(length = paper_size) {
|
||||
cube([thickness, length,height]);
|
||||
}
|
||||
|
||||
translate([0,0,thickness - tolerance])
|
||||
edge(paper_size + 2 *thickness);
|
||||
|
||||
translate([thickness,thickness,thickness - tolerance])
|
||||
rotate([0,0,-90])
|
||||
edge();
|
||||
|
||||
rotate([0,0,-90])
|
||||
translate([-paper_size - 2* thickness ,thickness,thickness - tolerance])
|
||||
edge();
|
||||
}
|
||||
|
||||
base();
|
BIN
old_stuff/preview.pdf
Normal file
BIN
old_stuff/preview.pdf
Normal file
Binary file not shown.
BIN
old_stuff/serre-tringle-v2.1.stl
Normal file
BIN
old_stuff/serre-tringle-v2.1.stl
Normal file
Binary file not shown.
16
old_stuff/slideclip_slide.scad
Normal file
16
old_stuff/slideclip_slide.scad
Normal file
@ -0,0 +1,16 @@
|
||||
$length = 100;
|
||||
$diameter_slider = 5;
|
||||
$diameter = $diameter_slider + 3;
|
||||
$slack = 0.6;
|
||||
$stopper = 3;
|
||||
|
||||
$fn = $preview ? 32 : 64;
|
||||
|
||||
rotate([0,90,0])
|
||||
difference () {
|
||||
cylinder($length + $stopper, $diameter/2, $diameter/2);
|
||||
translate([0,0,$stopper+0.001])
|
||||
cylinder($length, $diameter_slider / 2 + $slack, $diameter_slider / 2+ $slack);
|
||||
translate([-$diameter/2,0,$length/2 + $stopper + 0.001])
|
||||
cube([$diameter/2,2,$length], center = true);
|
||||
}
|
BIN
old_stuff/slideclip_slide.stl
Normal file
BIN
old_stuff/slideclip_slide.stl
Normal file
Binary file not shown.
14
old_stuff/slideclip_slider.scad
Normal file
14
old_stuff/slideclip_slider.scad
Normal file
@ -0,0 +1,14 @@
|
||||
$length = 100;
|
||||
$diameter_slider = 5;
|
||||
$diameter = $diameter_slider + 5;
|
||||
$slack = 0.6;
|
||||
$stopper = 3;
|
||||
|
||||
$fn = $preview ? 32 : 64;
|
||||
|
||||
rotate([0,90,0])
|
||||
cylinder($length, $diameter_slider/2, $diameter_slider/2);
|
||||
|
||||
rotate([0,90,0])
|
||||
translate([0,0,$length - 0.001])
|
||||
cylinder($stopper, $diameter/2, $diameter/2);
|
BIN
old_stuff/slideclip_slider.stl
Normal file
BIN
old_stuff/slideclip_slider.stl
Normal file
Binary file not shown.
BIN
old_stuff/tutorial_piston.FCStd
Normal file
BIN
old_stuff/tutorial_piston.FCStd
Normal file
Binary file not shown.
BIN
old_stuff/tutorial_simple_part.FCStd
Normal file
BIN
old_stuff/tutorial_simple_part.FCStd
Normal file
Binary file not shown.
BIN
old_stuff/tutorial_simple_part_hollow.FCStd
Normal file
BIN
old_stuff/tutorial_simple_part_hollow.FCStd
Normal file
Binary file not shown.
BIN
old_stuff/tutorial_simple_part_tree-Cut.stl
Normal file
BIN
old_stuff/tutorial_simple_part_tree-Cut.stl
Normal file
Binary file not shown.
BIN
old_stuff/tutorial_simple_part_tree-Thickness.stl
Normal file
BIN
old_stuff/tutorial_simple_part_tree-Thickness.stl
Normal file
Binary file not shown.
BIN
old_stuff/tutorial_simple_part_tree.FCStd
Normal file
BIN
old_stuff/tutorial_simple_part_tree.FCStd
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user