myzel-akustikabsorber/okh.toml

93 lines
2.7 KiB
TOML
Raw 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"
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."
organisation = "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"
function = "A prototype of an acoustic absorber made from mycelium composite material using organic residue"
user-manual = "mod/README.md"
source = [ "src/mech" ]
bom = "bom.csv"
2023-01-23 23:35:42 +01:00
tsdc = [ "3DP", "LAS", "ASM" ]
[[part]]
name = "4_piece_negative_mould"
image = "mod/mould/direct_3D_negative_mould/res/assets/media/img/mould_3d_parts.webp"
2022-08-20 20:09:50 +02:00
tsdc = "3DP"
source = "mod/mould/direct_3D_negative_mould/src/mech/pieceX.scad"
2022-08-20 20:09:50 +02:00
export = [
"mod/mould/direct_3D_negative_mould/src/mech/Negative-1-4-FC-5.4-Ultimaker.stl",
"mod/mould/direct_3D_negative_mould/src/mech/Negative-2-4-FC-5.4-Ultimaker.stl",
"mod/mould/direct_3D_negative_mould/src/mech/Negative-3-4-FC-5.4-Ultimaker.stl",
"mod/mould/direct_3D_negative_mould/src/mech/Negative-4-4-FC-5.4-Ultimaker.stl",
2022-08-20 20:09:50 +02:00
]
printing-process = "FDM"
2023-02-14 08:15:37 +01:00
material = "ABS" # TODO
infill = 30 # TODO
raft-brim = true # TODO
supports = false # TODO
resolution-mm = 0.2 # TODO
shell-thickness = 3 # TODO
top-bottom-thickness = 3 # TODO
2022-08-20 20:09:50 +02:00
2023-02-14 08:15:37 +01:00
[part.outer-dimensions]
openSCAD = "cylinder(h=30, r=28)" # TODO
unit = "mm" # TODO
2022-08-20 20:09:50 +02:00
2023-02-14 08:15:37 +01:00
[part.mass]
value = 30 # TODO
unit = "g" # TODO
2022-08-20 20:09:50 +02:00
2023-02-14 08:15:37 +01:00
# Hier stehen gesammelte Beispiele für Part-Metadaten.
# Alles mit `TODO` muss noch überarbeitet werden.
2022-08-20 20:09:50 +02:00
2023-02-14 08:15:37 +01:00
[outer-dimensions]
2023-01-23 23:35:42 +01:00
openSCAD = "cube(size = [400,350,150])"
2022-08-20 20:09:50 +02:00
unit = "mm"
2023-02-14 08:15:37 +01:00
# Von /mod/mould/casting_from_3D_positive_mould/src/mech/Positiv-1-4-FC-5.4-Ultimake...
2022-08-20 20:09:50 +02:00
[[part]]
2023-01-23 23:35:42 +01:00
name = "direct_3D_negative_mould"
image = "mod/mould/direct_3D_negative_mould/res/assets/media/img/mould_3d_parts.webp"
2022-08-20 20:09:50 +02:00
tsdc = "3DP"
source = "3DParts/ClampRing/ClampRing.scad"
2022-08-20 20:09:50 +02:00
export = [
"3DParts/ClampRing/ClampRing.pdf",
"3DParts/ClampRing/ClampRing.stl"
2022-08-20 20:09:50 +02:00
]
printing-process = "FDM"
2023-01-23 23:35:42 +01:00
material = "ABS"
2022-08-20 20:09:50 +02:00
infill = 30
raft-brim = true
supports = false
2023-01-23 23:35:42 +01:00
resolution-mm = 0.2
2022-08-20 20:09:50 +02:00
shell-thickness = 3
top-bottom-thickness = 3
2023-02-14 08:15:37 +01:00
[part.outer-dimensions]
2023-01-23 23:35:42 +01:00
openSCAD = "cylinder(h=30, r=28)"
2022-08-20 20:09:50 +02:00
unit = "mm"
2023-02-14 08:15:37 +01:00
[part.mass]
2022-08-20 20:09:50 +02:00
value = 30
unit = "g"
[[part]]
2023-01-23 23:35:42 +01:00
name = "PlanktoScope-Case"
image = "doc/images/hardware/planktoscope_case_00.png"
2023-01-23 23:35:42 +01:00
tsdc = "CNC"
source = "hardware/case/PlanktoScope-Case.f3z"
export = ["hardware/case/PlanktoScope-Case.dxf"]
2023-01-23 23:35:42 +01:00
outer-dimension-dim = "mm"
outer-dimension = "cube(size = [350,150,150])"