myzel-akustikabsorber/okh.toml

278 lines
6.2 KiB
TOML
Raw Permalink Normal View History

2023-01-23 21:14:43 +01:00
# SPDX-FileCopyrightText: 2023 Curious Community Labs e. V. <akustik-absorber@curious.bio>
2022-08-20 20:09:50 +02:00
#
2023-01-23 21:14:43 +01:00
# SPDX-License-Identifier: CC-BY-SA-4.0
2022-08-20 20:09:50 +02:00
okhv = "OKH-LOSHv1.0"
2023-01-23 23:35:42 +01:00
name = "Myzel-Akustikabsorber"
repo = "https://code.curious.bio/curious.bio/myzel-akustikabsorber.git"
2023-02-24 08:53:48 +01:00
version = "0.1.0"
2022-08-20 20:09:50 +02:00
license = "CC-BY-SA-4.0"
2023-01-23 23:35:42 +01:00
licensor = "Curious Community Labs e. V."
2023-02-24 08:53:48 +01:00
organization = "Curious Community Labs e. V."
readme = "README.md"
image = "res/assets/media/img/FC5-Render-preview.webp"
2023-01-23 23:35:42 +01:00
documentation-language = "de"
technology-readiness-level = "OTRL-3"
documentation-readiness-level = "ODRL-2"
2023-02-17 17:51:51 +01:00
function = "A prototype of an acoustic absorber made from mycelium composite material using organic residues"
2023-02-24 08:53:48 +01:00
user-manual = "mod/README.md"
source = [ "src/mech" ]
bom = "bom.csv"
2023-03-01 16:30:21 +01:00
tsdc = [ "3DP", "LAS"]
2023-02-24 08:53:48 +01:00
2023-01-23 23:35:42 +01:00
[[part]]
2023-02-17 17:51:51 +01:00
name = "1_4_negative_mould"
2023-03-01 16:30:21 +01:00
image = "mod/mould/mod/direct_3D_negative_mould/res/assets/media/img/mould_3d_parts.webp"
2022-08-20 20:09:50 +02:00
tsdc = "3DP"
export = [
2023-03-01 16:30:21 +01:00
"mod/mould/mod/direct_3D_negative_mould/src/mech/Negative-1-4-FC-Ultimaker.stl",
2022-08-20 20:09:50 +02:00
]
printing-process = "FDM"
2023-02-17 17:51:51 +01:00
material = "PLA"
infill = 15
raft-brim = 1
supports = 0
resolution-mm = 0.2
2023-02-24 08:53:48 +01:00
shell-thickness = 0.8
top-bottom-thickness = 1.6
2023-02-17 17:51:51 +01:00
2023-02-24 08:53:48 +01:00
[part.outer-dimensions]
2023-02-20 14:33:31 +01:00
openSCAD = "cube(size = [160.2,189.2,53.1])"
2023-02-17 17:51:51 +01:00
unit = "mm"
2023-02-24 08:53:48 +01:00
[part.mass]
2023-03-01 16:30:21 +01:00
value = 384
2023-02-17 17:51:51 +01:00
unit = "g"
[[part]]
name = "2_4_negative_mould"
2023-03-01 16:30:21 +01:00
image = "mod/mould/mod/direct_3D_negative_mould/res/assets/media/img/mould_3d_parts.webp"
2023-02-17 17:51:51 +01:00
tsdc = "3DP"
export = [
2023-03-01 16:30:21 +01:00
"mod/mould/mod/direct_3D_negative_mould/src/mech/Negative-2-4-FC-Ultimaker.stl",
2023-02-17 17:51:51 +01:00
]
printing-process = "FDM"
material = "PLA"
infill = 15
raft-brim = 1
supports = 0
resolution-mm = 0.2
2023-02-24 08:53:48 +01:00
shell-thickness = 0.8
top-bottom-thickness = 1.6
2023-02-17 17:51:51 +01:00
2023-02-24 08:53:48 +01:00
[part.outer-dimensions]
2023-02-20 14:33:31 +01:00
openSCAD = "cube(size = [159.7,189.2,53.1])"
2023-02-17 17:51:51 +01:00
unit = "mm"
2023-02-24 08:53:48 +01:00
[part.mass]
2023-03-01 16:30:21 +01:00
value = 348
2023-02-17 17:51:51 +01:00
unit = "g"
[[part]]
name = "3_4_negative_mould"
2023-03-01 16:30:21 +01:00
image = "mod/mould/mod/direct_3D_negative_mould/res/assets/media/img/mould_3d_parts.webp"
2023-02-17 17:51:51 +01:00
tsdc = "3DP"
export = [
2023-03-01 16:30:21 +01:00
"mod/mould/mod/direct_3D_negative_mould/src/mech/Negative-3-4-FC-Ultimaker.stl",
2023-02-17 17:51:51 +01:00
]
printing-process = "FDM"
material = "PLA"
infill = 15
raft-brim = 1
supports = 0
resolution-mm = 0.2
2023-02-24 08:53:48 +01:00
shell-thickness = 0.8
top-bottom-thickness = 1.6
2023-02-17 17:51:51 +01:00
2023-02-24 08:53:48 +01:00
[part.outer-dimensions]
2023-02-20 14:33:31 +01:00
openSCAD = "cube(size = [159.7,185.8,53.1])"
2023-02-17 17:51:51 +01:00
unit = "mm"
2023-02-24 08:53:48 +01:00
[part.mass]
2023-03-01 16:30:21 +01:00
value = 339
2023-02-17 17:51:51 +01:00
unit = "g"
[[part]]
name = "4_4_negative_mould"
2023-03-01 16:30:21 +01:00
image = "mod/mould/mod/direct_3D_negative_mould/res/assets/media/img/mould_3d_parts.webp"
2023-02-17 17:51:51 +01:00
tsdc = "3DP"
export = [
2023-03-01 16:30:21 +01:00
"mod/mould/mod/direct_3D_negative_mould/src/mech/Negative-4-4-FC-Ultimaker.stl",
2023-02-17 17:51:51 +01:00
]
printing-process = "FDM"
material = "PLA"
infill = 15
raft-brim = 1
supports = 0
resolution-mm = 0.2
2023-02-24 08:53:48 +01:00
shell-thickness = 0.8
top-bottom-thickness = 1.6
2023-02-17 17:51:51 +01:00
2023-02-24 08:53:48 +01:00
[part.outer-dimensions]
2023-02-20 14:33:31 +01:00
openSCAD = "cube(size = [160.2,185.8,53.1])"
2023-02-17 17:51:51 +01:00
unit = "mm"
2023-02-24 08:53:48 +01:00
[part.mass]
2023-03-01 16:30:21 +01:00
value = 344
2023-02-17 17:51:51 +01:00
unit = "g"
[[part]]
name = "full_negative_mould"
2023-03-01 16:30:21 +01:00
image = "mod/mould/mod/direct_3D_negative_mould/res/assets/media/img/mould_3d_parts.webp"
2023-02-17 17:51:51 +01:00
tsdc = "3DP"
export = [
2023-03-01 16:30:21 +01:00
"mod/mould/mod/direct_3D_negative_mould/src/mech/Negative-full-FC-BigRep.stl",
2023-02-17 17:51:51 +01:00
]
printing-process = "FDM"
material = "PLA"
infill = 8
raft-brim = 1
supports = 0
resolution-mm = 0.6
shell-thickness = 2
2023-02-24 08:53:48 +01:00
top-bottom-thickness = 2.4
2023-02-17 17:51:51 +01:00
2023-02-24 08:53:48 +01:00
[part.outer-dimensions]
2023-02-20 14:33:31 +01:00
openSCAD = "cube(size = [300.5,355.5,40.1])"
2023-02-17 17:51:51 +01:00
unit = "mm"
2023-02-24 08:53:48 +01:00
[part.mass]
2023-03-01 16:30:21 +01:00
value = 960
2023-02-17 17:51:51 +01:00
unit = "g"
2022-08-20 20:09:50 +02:00
[[part]]
2023-02-17 17:51:51 +01:00
name = "1_4_positive_mould"
2023-03-01 16:30:21 +01:00
image = "mod/mould/mod/casting_from_3D_positive_mould/res/assets/media/img/mould_cast_parts.webp"
2022-08-20 20:09:50 +02:00
tsdc = "3DP"
export = [
2023-03-01 16:30:21 +01:00
"mod/mould/mod/casting_from_3D_positive_mould/src/mech/Positive-1-4-FC-Ultimaker.stl",
2022-08-20 20:09:50 +02:00
]
printing-process = "FDM"
2023-02-17 17:51:51 +01:00
material = "PLA"
infill = 15
raft-brim = 1
supports = 0
2023-01-23 23:35:42 +01:00
resolution-mm = 0.2
2023-02-24 08:53:48 +01:00
shell-thickness = 0.8
top-bottom-thickness = 1.6
2022-08-20 20:09:50 +02:00
2023-02-24 08:53:48 +01:00
[part.outer-dimensions]
2023-02-20 14:33:31 +01:00
openSCAD = "cube(size = [162.2,189.7,60.1])"
2022-08-20 20:09:50 +02:00
unit = "mm"
2023-02-24 08:53:48 +01:00
[part.mass]
2023-03-01 16:30:21 +01:00
value = 374
2022-08-20 20:09:50 +02:00
unit = "g"
[[part]]
2023-02-17 17:51:51 +01:00
name = "2_4_positive_mould"
2023-03-01 16:30:21 +01:00
image = "mod/mould/mod/casting_from_3D_positive_mould/res/assets/media/img/mould_cast_parts.webp"
2023-02-17 17:51:51 +01:00
tsdc = "3DP"
export = [
2023-03-01 16:30:21 +01:00
"mod/mould/mod/casting_from_3D_positive_mould/src/mech/Positive-2-4-FC-Ultimaker.stl",
2023-02-17 17:51:51 +01:00
]
printing-process = "FDM"
material = "PLA"
infill = 15
raft-brim = 1
supports = 0
resolution-mm = 0.2
2023-02-24 08:53:48 +01:00
shell-thickness = 0.8
top-bottom-thickness = 1.6
2023-02-17 17:51:51 +01:00
2023-02-24 08:53:48 +01:00
[part.outer-dimensions]
2023-02-20 14:33:31 +01:00
openSCAD = "cube(size = [161.7,189.7,57.7])"
2023-02-17 17:51:51 +01:00
unit = "mm"
2023-02-24 08:53:48 +01:00
[part.mass]
2023-03-01 16:30:21 +01:00
value = 349
2023-02-17 17:51:51 +01:00
unit = "g"
[[part]]
name = "3_4_positive_mould"
2023-03-01 16:30:21 +01:00
image = "mod/mould/mod/casting_from_3D_positive_mould/res/assets/media/img/mould_cast_parts.webp"
2023-02-17 17:51:51 +01:00
tsdc = "3DP"
export = [
2023-03-01 16:30:21 +01:00
"mod/mould/mod/casting_from_3D_positive_mould/src/mech/Positive-3-4-FC-Ultimaker.stl",
2023-02-17 17:51:51 +01:00
]
printing-process = "FDM"
material = "PLA"
infill = 15
raft-brim = 1
supports = 0
resolution-mm = 0.2
2023-02-24 08:53:48 +01:00
shell-thickness = 0.8
top-bottom-thickness = 1.6
2023-02-17 17:51:51 +01:00
2023-02-24 08:53:48 +01:00
[part.outer-dimensions]
2023-02-20 14:33:31 +01:00
openSCAD = "cube(size = [161.7,189.2,69.9])"
2023-02-17 17:51:51 +01:00
unit = "mm"
2023-02-24 08:53:48 +01:00
[part.mass]
2023-03-01 16:30:21 +01:00
value = 395
2023-02-17 17:51:51 +01:00
unit = "g"
[[part]]
name = "4_4_positive_mould"
2023-03-01 16:30:21 +01:00
image = "mod/mould/mod/casting_from_3D_positive_mould/res/assets/media/img/mould_cast_parts.webp"
2023-02-17 17:51:51 +01:00
tsdc = "3DP"
export = [
2023-03-01 16:30:21 +01:00
"mod/mould/mod/casting_from_3D_positive_mould/src/mech/Positive-4-4-FC-Ultimaker.stl",
2023-02-17 17:51:51 +01:00
]
printing-process = "FDM"
material = "PLA"
infill = 15
raft-brim = 1
supports = 0
resolution-mm = 0.2
2023-02-24 08:53:48 +01:00
shell-thickness = 0.8
top-bottom-thickness = 1.6
2023-02-17 17:51:51 +01:00
2023-02-24 08:53:48 +01:00
[part.outer-dimensions]
2023-02-20 14:33:31 +01:00
openSCAD = "cube(size = [162.2,189.2,69.5])"
2023-02-17 17:51:51 +01:00
unit = "mm"
2023-02-24 08:53:48 +01:00
[part.mass]
2023-03-01 16:30:21 +01:00
value = 384
2023-02-17 17:51:51 +01:00
unit = "g"
[[part]]
name = "full_positive_mould"
2023-03-01 16:30:21 +01:00
image = "mod/mould/mod/direct_3D_negative_mould/res/assets/media/img/mould_3d_parts.webp"
2023-02-17 17:51:51 +01:00
tsdc = "3DP"
export = [
2023-03-01 16:30:21 +01:00
"mod/mould/mod/direct_3D_negative_mould/src/mech/Positive-full-FC-BigRep.stl",
2023-02-17 17:51:51 +01:00
]
printing-process = "FDM"
material = "PLA"
infill = 8
raft-brim = 1
supports = 0
resolution-mm = 0.6
shell-thickness = 2
2023-02-24 08:53:48 +01:00
top-bottom-thickness = 2.4
2023-02-17 17:51:51 +01:00
2023-02-24 08:53:48 +01:00
[part.outer-dimensions]
2023-02-20 14:33:31 +01:00
openSCAD = "cube(size = [304.4,359.4,69.9])"
2023-02-17 17:51:51 +01:00
unit = "mm"
2023-02-24 08:53:48 +01:00
[part.mass]
2023-03-01 16:30:21 +01:00
value = 1143
2023-02-17 17:51:51 +01:00
unit = "g"
[[part]]
name = "mould_lid"
2023-03-01 16:30:21 +01:00
image = "mod/mould/mod/lid/res/assets/media/img/mould_lid.webp"
2023-02-17 17:51:51 +01:00
tsdc = "LAS"
2023-03-01 16:30:21 +01:00
source = "mod/mould/mod/lid/src/mech/lasercut_mould_lid.svg"
2023-02-17 17:51:51 +01:00
material = "polypropylene"
2023-02-20 11:52:03 +01:00
thickness-mm = 1.3
2023-02-17 17:51:51 +01:00
[[part]]
name = "pressure_plate"
2023-02-24 08:53:48 +01:00
image = "mod/material_fabrication/res/assets/media/img/pressure_plate.webp"
2023-02-17 17:51:51 +01:00
tsdc = "LAS"
2023-02-24 08:53:48 +01:00
source = "mod/material_fabrication/src/mech/lasercut_pressure_plate.svg"
2023-02-20 11:52:03 +01:00
material = "polystyrol"
2023-03-01 15:24:00 +01:00
thickness-mm = 4