Compare commits
1 Commits
main
...
15df8cde26
Author | SHA256 | Date | |
---|---|---|---|
15df8cde26 |
2
.gitignore
vendored
2
.gitignore
vendored
@ -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.
BIN
knob/knob.FCStd
BIN
knob/knob.FCStd
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.
@ -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.
@ -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.
@ -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.
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.
@ -1,8 +1,3 @@
|
||||
# Some Tests Files
|
||||
|
||||
This repository contains some 3D files I made, mostly simple.
|
||||
|
||||
They are made either with [FreeCAD] or [openSCAD].
|
||||
|
||||
[FreeCAD]: https://www.freecad.org/ "FreeCAD"
|
||||
[openSCAD]: https://openscad.org/ "openSCAD"
|
||||
|
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
Reference in New Issue
Block a user