Compare commits

..

3 Commits

Author SHA256 Message Date
cc304c911b Serre-tringle + Blocker: Simpler design + separate files
Signed-off-by: Fabrice Mouhartem <fabrice.mouhartem@ens-lyon.org>
2024-07-13 18:33:47 +02:00
6bf9755696 Serre-tringle: Some adjustments
Signed-off-by: Fabrice Mouhartem <fabrice.mouhartem@ens-lyon.org>
2024-07-13 18:33:47 +02:00
29d18f8ecb Fix: Adjustments
Signed-off-by: Fabrice Mouhartem <fabrice.mouhartem@ens-lyon.org>
2024-07-13 18:33:47 +02:00
174 changed files with 0 additions and 88 deletions

2
.gitignore vendored
View File

@@ -1,2 +0,0 @@
*.3mf
*.FCBak

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,21 +0,0 @@
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();

Binary file not shown.

Binary file not shown.

View File

@@ -1,16 +0,0 @@
$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);
}

Binary file not shown.

View File

@@ -1,14 +0,0 @@
$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);

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More