okh und filenames

This commit is contained in:
thies 2023-02-17 17:51:51 +01:00
parent 2b3db38fb3
commit bfa8562d3e
6 changed files with 271 additions and 65 deletions

336
okh.toml
View file

@ -8,85 +8,291 @@ repo = "https://code.curious.bio/curious.bio/myzel-akustikabsorber.git"
license = "CC-BY-SA-4.0" license = "CC-BY-SA-4.0"
licensor = "Curious Community Labs e. V." licensor = "Curious Community Labs e. V."
organisation = "Curious Community Labs e. V." organisation = "Curious Community Labs e. V."
readme = "README.md" readme = "/README.md"
image = "res/assets/media/img/FC5-Render-preview.webp" image = "/res/assets/media/img/FC5-Render-preview.webp"
documentation-language = "de" documentation-language = "de"
technology-readiness-level = "OTRL-3" technology-readiness-level = "OTRL-3"
documentation-readiness-level = "ODRL-2" documentation-readiness-level = "ODRL-2"
function = "A prototype of an acoustic absorber made from mycelium composite material using organic residue" function = "A prototype of an acoustic absorber made from mycelium composite material using organic residues"
user-manual = "mod/README.md" user-manual = "/mod/README.md"
source = [ "src/mech" ] source = [ "/src/mech" ]
bom = "bom.csv" bom = "/bom.csv"
tsdc = [ "3DP", "LAS", "ASM" ] tsdc = [ "3DP", "LAS", "ASM" ]
[[part]] [[part]]
name = "4_piece_negative_mould" name = "1_4_negative_mould"
image = "mod/mould/direct_3D_negative_mould/res/assets/media/img/mould_3d_parts.webp" image = "/mod/mould/direct_3D_negative_mould/res/assets/media/img/mould_3d_parts.webp"
tsdc = "3DP" tsdc = "3DP"
source = "mod/mould/direct_3D_negative_mould/src/mech/pieceX.scad" source = "/mod/mould/direct_3D_negative_mould/src/mech/pieceX.scad"
export = [ 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-1-4-FC-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" printing-process = "FDM"
material = "ABS" # TODO material = "PLA"
infill = 30 # TODO infill = 15
raft-brim = true # TODO raft-brim = 1
supports = false # TODO supports = 0
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 resolution-mm = 0.2
shell-thickness = 3 shell-thickness = 0,8
top-bottom-thickness = 3 top-bottom-thickness = 1,6
[part.outer-dimensions] [[part.outer-dimensions]]
openSCAD = "cylinder(h=30, r=28)" openSCAD = "cube(size = [400,350,150])" #TODO
unit = "mm" unit = "mm"
[part.mass] [[part.mass]]
value = 30 value = 150 #TODO
unit = "g" unit = "g"
[[part]] [[part]]
name = "PlanktoScope-Case" name = "2_4_negative_mould"
image = "doc/images/hardware/planktoscope_case_00.png" image = "/mod/mould/direct_3D_negative_mould/res/assets/media/img/mould_3d_parts.webp"
tsdc = "CNC" tsdc = "3DP"
source = "hardware/case/PlanktoScope-Case.f3z" source = "/mod/mould/direct_3D_negative_mould/src/mech/pieceX.scad"
export = ["hardware/case/PlanktoScope-Case.dxf"] export = [
outer-dimension-dim = "mm" "/mod/mould/direct_3D_negative_mould/src/mech/Negative-2-4-FC-Ultimaker.stl",
outer-dimension = "cube(size = [350,150,150])" ]
printing-process = "FDM"
material = "PLA"
infill = 15
raft-brim = 1
supports = 0
resolution-mm = 0.2
shell-thickness = 0,8
top-bottom-thickness = 1,6
[[part.outer-dimensions]]
openSCAD = "cube(size = [400,350,150])" #TODO
unit = "mm"
[[part.mass]]
value = 150 #TODO
unit = "g"
[[part]]
name = "3_4_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-3-4-FC-Ultimaker.stl",
]
printing-process = "FDM"
material = "PLA"
infill = 15
raft-brim = 1
supports = 0
resolution-mm = 0.2
shell-thickness = 0,8
top-bottom-thickness = 1,6
[[part.outer-dimensions]]
openSCAD = "cube(size = [400,350,150])" #TODO
unit = "mm"
[[part.mass]]
value = 150 #TODO
unit = "g"
[[part]]
name = "4_4_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-4-4-FC-Ultimaker.stl",
]
printing-process = "FDM"
material = "PLA"
infill = 15
raft-brim = 1
supports = 0
resolution-mm = 0.2
shell-thickness = 0,8
top-bottom-thickness = 1,6
[[part.outer-dimensions]]
openSCAD = "cube(size = [400,350,150])" #TODO
unit = "mm"
[[part.mass]]
value = 150 #TODO
unit = "g"
[[outer-dimensions]]
openSCAD = "cube(size = [400,350,150])"
unit = "mm"
[[part]]
name = "full_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-full-FC-BigRep.stl",
]
printing-process = "FDM"
material = "PLA"
infill = 8
raft-brim = 1
supports = 0
resolution-mm = 0.6
shell-thickness = 2
top-bottom-thickness = 2,4
[[part.outer-dimensions]]
openSCAD = "cube(size = [400,350,150])" #TODO
unit = "mm"
[[part.mass]]
value = 150 #TODO
unit = "g"
[[part]]
name = "1_4_positive_mould"
image = "/mod/mould/casting_from_3D_positive_mould/res/assets/media/img/mould_cast_parts.webp"
tsdc = "3DP"
source = "/mod/mould/direct_3D_negative_mould/src/mech/pieceX.scad"
export = [
"/mod/mould/casting_from_3D_positive_mould/src/mech/Positive-1-4-FC-Ultimaker.stl",
]
printing-process = "FDM"
material = "PLA"
infill = 15
raft-brim = 1
supports = 0
resolution-mm = 0.2
shell-thickness = 0,8
top-bottom-thickness = 1,6
[[part.outer-dimensions]]
openSCAD = "cube(size = [400,350,150])" #TODO
unit = "mm"
[[part.mass]]
value = 150 #TODO
unit = "g"
[[part]]
name = "2_4_positive_mould"
image = "/mod/mould/casting_from_3D_positive_mould/res/assets/media/img/mould_cast_parts.webp"
tsdc = "3DP"
source = "/mod/mould/direct_3D_negative_mould/src/mech/pieceX.scad"
export = [
"/mod/mould/casting_from_3D_positive_mould/src/mech/Positive-2-4-FC-Ultimaker.stl",
]
printing-process = "FDM"
material = "PLA"
infill = 15
raft-brim = 1
supports = 0
resolution-mm = 0.2
shell-thickness = 0,8
top-bottom-thickness = 1,6
[[part.outer-dimensions]]
openSCAD = "cube(size = [400,350,150])" #TODO
unit = "mm"
[[part.mass]]
value = 150 #TODO
unit = "g"
[[part]]
name = "3_4_positive_mould"
image = "/mod/mould/casting_from_3D_positive_mould/res/assets/media/img/mould_cast_parts.webp"
tsdc = "3DP"
source = "/mod/mould/direct_3D_negative_mould/src/mech/pieceX.scad"
export = [
"/mod/mould/casting_from_3D_positive_mould/src/mech/Positive-3-4-FC-Ultimaker.stl",
]
printing-process = "FDM"
material = "PLA"
infill = 15
raft-brim = 1
supports = 0
resolution-mm = 0.2
shell-thickness = 0,8
top-bottom-thickness = 1,6
[[part.outer-dimensions]]
openSCAD = "cube(size = [400,350,150])" #TODO
unit = "mm"
[[part.mass]]
value = 150 #TODO
unit = "g"
[[part]]
name = "4_4_positive_mould"
image = "/mod/mould/casting_from_3D_positive_mould/res/assets/media/img/mould_cast_parts.webp"
tsdc = "3DP"
source = "/mod/mould/direct_3D_negative_mould/src/mech/pieceX.scad"
export = [
"/mod/mould/casting_from_3D_positive_mould/src/mech/Positive-4-4-FC-Ultimaker.stl",
]
printing-process = "FDM"
material = "PLA"
infill = 15
raft-brim = 1
supports = 0
resolution-mm = 0.2
shell-thickness = 0,8
top-bottom-thickness = 1,6
[[part.outer-dimensions]]
openSCAD = "cube(size = [400,350,150])" #TODO
unit = "mm"
[[part.mass]]
value = 150 #TODO
unit = "g"
[[part]]
name = "full_positive_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/Positive-full-FC-BigRep.stl",
]
printing-process = "FDM"
material = "PLA"
infill = 8
raft-brim = 1
supports = 0
resolution-mm = 0.6
shell-thickness = 2
top-bottom-thickness = 2,4
[[part.outer-dimensions]]
openSCAD = "cube(size = [400,350,150])" #TODO
unit = "mm"
[[part.mass]]
value = 150 #TODO
unit = "g"
[[part]]
name = "mould_lid"
image = "/mod/mould/lid/res/assets/media/img/mould_lid.webp"
tsdc = "LAS"
source = "/mod/mould/lid/src/mech/lasercut_mould_lid.svg"
export = [
"/mod/mould/lid/src/mech/lasercut_mould_lid.svg",
]
material = "polypropylene"
resolution-mm = 0.1
thickness-mm = 0.13
[[part]]
name = "pressure_plate"
image = "/mod/material_fabrication/res/assets/media/img/pressure_plate.webp"
tsdc = "LAS"
source = "/mod/material_fabrication/src/mech/lasercut_pressure_plate.svg"
export = [
"/mod/mould/lid/src/mech/lasercut_mould_lid.svg",
]
material = "polypropylene"
resolution-mm = 0.1 #TODO
thickness-mm = 0.13