93 lines
2.7 KiB
TOML
93 lines
2.7 KiB
TOML
# SPDX-FileCopyrightText: 2023 Curious Community Labs e. V. <akustik-absorber@curious.bio>
|
|
#
|
|
# SPDX-License-Identifier: CC-BY-SA-4.0
|
|
|
|
okhv = "OKH-LOSHv1.0"
|
|
name = "Myzel-Akustikabsorber"
|
|
repo = "https://code.curious.bio/curious.bio/myzel-akustikabsorber.git"
|
|
license = "CC-BY-SA-4.0"
|
|
licensor = "Curious Community Labs e. V."
|
|
organisation = "Curious Community Labs e. V."
|
|
readme = "README.md"
|
|
image = "res/assets/media/img/FC5-Render-preview.webp"
|
|
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"
|
|
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"
|
|
tsdc = "3DP"
|
|
source = "mod/mould/direct_3D_negative_mould/src/mech/pieceX.scad"
|
|
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",
|
|
]
|
|
printing-process = "FDM"
|
|
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
|
|
|
|
[part.outer-dimensions]
|
|
openSCAD = "cylinder(h=30, r=28)" # TODO
|
|
unit = "mm" # TODO
|
|
|
|
[part.mass]
|
|
value = 30 # TODO
|
|
unit = "g" # TODO
|
|
|
|
# Hier stehen gesammelte Beispiele für Part-Metadaten.
|
|
# Alles mit `TODO` muss noch überarbeitet werden.
|
|
|
|
[outer-dimensions]
|
|
openSCAD = "cube(size = [400,350,150])"
|
|
unit = "mm"
|
|
|
|
# Von /mod/mould/casting_from_3D_positive_mould/src/mech/Positiv-1-4-FC-5.4-Ultimake...
|
|
|
|
[[part]]
|
|
name = "direct_3D_negative_mould"
|
|
image = "mod/mould/direct_3D_negative_mould/res/assets/media/img/mould_3d_parts.webp"
|
|
tsdc = "3DP"
|
|
source = "3DParts/ClampRing/ClampRing.scad"
|
|
export = [
|
|
"3DParts/ClampRing/ClampRing.pdf",
|
|
"3DParts/ClampRing/ClampRing.stl"
|
|
]
|
|
printing-process = "FDM"
|
|
material = "ABS"
|
|
infill = 30
|
|
raft-brim = true
|
|
supports = false
|
|
resolution-mm = 0.2
|
|
shell-thickness = 3
|
|
top-bottom-thickness = 3
|
|
|
|
[part.outer-dimensions]
|
|
openSCAD = "cylinder(h=30, r=28)"
|
|
unit = "mm"
|
|
|
|
[part.mass]
|
|
value = 30
|
|
unit = "g"
|
|
|
|
[[part]]
|
|
name = "PlanktoScope-Case"
|
|
image = "doc/images/hardware/planktoscope_case_00.png"
|
|
tsdc = "CNC"
|
|
source = "hardware/case/PlanktoScope-Case.f3z"
|
|
export = ["hardware/case/PlanktoScope-Case.dxf"]
|
|
outer-dimension-dim = "mm"
|
|
outer-dimension = "cube(size = [350,150,150])"
|