Compare commits

..

31 Commits

Author SHA256 Message Date
6b3b331589 add: big box and another chopstick holder 2025-04-06 16:21:10 +02:00
9ed6f5bfb9 fix(wristrest): dimensions 2025-02-12 09:48:45 +01:00
e0b1f5d806 fix(tea spoon): add filets 2025-02-06 20:19:55 +01:00
948a007da0 fix(tea spoon): axis orientation 2025-02-06 13:19:34 +01:00
3909561fdc update(tablespoon) 2025-02-06 13:16:53 +01:00
65f72c2b67 add: tea spoon 2025-02-06 13:15:55 +01:00
6a4c9fc02d add: tin stamp 2025-01-10 14:15:13 +01:00
53153358d3 add: flower pot 2025-01-01 14:14:49 +01:00
e268a61905 add: chopsticks holder 2025-01-01 14:14:34 +01:00
a36f66bc40 fix(boxes): fix some boxes 2024-12-18 08:02:26 +01:00
5f99286040 add: watch stand 2024-12-16 12:19:17 +01:00
b5635de034 add: nametag 2024-12-14 14:21:39 +01:00
6203e8bbb1 add: 1×1 compartimented box 2024-12-13 21:04:10 +01:00
d92755040c add: M5 stand 2024-12-13 14:59:08 +01:00
ad5715313f add: storage box 2024-12-12 22:26:14 +01:00
7c5e960838 Add: old stuff from another computer 2024-12-12 22:12:39 +01:00
b71fe5f0ac add: strap_keeper_v2 2024-12-12 22:00:21 +01:00
ea4bae3134 add: circular box 2024-12-12 21:53:11 +01:00
15c5d09fab add: Parameterized simple lid 2024-12-12 09:59:10 +01:00
4a005c7e9b fix: bodum small lid
- Parameterize internal diameter
2024-12-02 13:20:20 +01:00
01051eef5f add: bodum small lid 2024-12-02 13:06:30 +01:00
5aa4ab6456 fix: ibuprofène box
- Make the text more printable
2024-12-02 13:06:12 +01:00
f7f243d312 add: scoop 2024-11-23 11:15:49 +01:00
72be36b821 add: wristrest for atreus (to mirror) 2024-11-20 23:30:01 +01:00
ef391197d1 add: ibuprofene box
- To fix: don’t slice properly
2024-11-20 23:29:33 +01:00
387338e47b fix(headphone_stand): thicker hold 2024-11-14 13:55:08 +01:00
d4cd33e521 add: headphone stand 2024-11-14 13:47:16 +01:00
973004ccc9 add: tarot box 2024-11-14 12:24:57 +01:00
222bb46834 docs(readme): precisions 2024-11-11 11:37:10 +01:00
ead2c9c2ea Draft knob 2024-11-11 11:35:33 +01:00
8a853753e3 Modify compartimented boxes 2024-11-11 11:35:16 +01:00
75 changed files with 56 additions and 0 deletions

Binary file not shown.

Binary file not shown.

BIN
big box/big_box-Body.stl Normal file

Binary file not shown.

BIN
big box/big_box-lid.stl Normal file

Binary file not shown.

BIN
big box/big_box.FCStd Normal file

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
flower_pot/flower_pot.FCStd Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
ibuprofene_box/ibubox.FCStd Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
nametag/nametag-Body.stl Normal file

Binary file not shown.

BIN
nametag/nametag.FCStd Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
old_stuff/Tarot Box.FCStd Normal file

Binary file not shown.

BIN
old_stuff/blocker.2.stl Normal file

Binary file not shown.

BIN
old_stuff/blocker.3.stl Normal file

Binary file not shown.

Binary file not shown.

BIN
old_stuff/origami_box.FCStd Normal file

Binary file not shown.

View 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

Binary file not shown.

Binary file not shown.

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

Binary file not shown.

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

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
parameterized_lid/lid.FCStd Normal file

Binary file not shown.

View File

@ -1,3 +1,8 @@
# 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.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
tarot_box/tarot_box-Lid.stl Normal file

Binary file not shown.

BIN
tarot_box/tarot_box.FCStd Normal file

Binary file not shown.

Binary file not shown.

BIN
tea spoon/tablespoon.FCStd Normal file

Binary file not shown.

BIN
tin stamp/stamp-Body.stl Normal file

Binary file not shown.

BIN
tin stamp/stamp.FCStd Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
wristrest/wristrest.FCStd Normal file

Binary file not shown.

BIN
wristrest/wristrest.stl Normal file

Binary file not shown.