Merge pull request 'Makes okh.toml valid & correctly sub-modularizes mod/mould/ [fix]' (#101) from hoijui/myzel-akustikabsorber:main into main
Reviewed-on: curious.bio/myzel-akustikabsorber#101
Before Width: | Height: | Size: 133 KiB After Width: | Height: | Size: 133 KiB |
Before Width: | Height: | Size: 91 KiB After Width: | Height: | Size: 91 KiB |
Before Width: | Height: | Size: 67 KiB After Width: | Height: | Size: 67 KiB |
Before Width: | Height: | Size: 148 KiB After Width: | Height: | Size: 148 KiB |
Before Width: | Height: | Size: 82 KiB After Width: | Height: | Size: 82 KiB |
Before Width: | Height: | Size: 149 KiB After Width: | Height: | Size: 149 KiB |
Before Width: | Height: | Size: 132 KiB After Width: | Height: | Size: 132 KiB |
Before Width: | Height: | Size: 150 KiB After Width: | Height: | Size: 150 KiB |
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 84 KiB |
Before Width: | Height: | Size: 94 KiB After Width: | Height: | Size: 94 KiB |
Before Width: | Height: | Size: 151 KiB After Width: | Height: | Size: 151 KiB |
Before Width: | Height: | Size: 93 KiB After Width: | Height: | Size: 93 KiB |
Before Width: | Height: | Size: 95 KiB After Width: | Height: | Size: 95 KiB |
Before Width: | Height: | Size: 152 KiB After Width: | Height: | Size: 152 KiB |
Before Width: | Height: | Size: 95 KiB After Width: | Height: | Size: 95 KiB |
Before Width: | Height: | Size: 178 KiB After Width: | Height: | Size: 178 KiB |
165
okh.toml
|
@ -5,27 +5,32 @@
|
||||||
okhv = "OKH-LOSHv1.0"
|
okhv = "OKH-LOSHv1.0"
|
||||||
name = "Myzel-Akustikabsorber"
|
name = "Myzel-Akustikabsorber"
|
||||||
repo = "https://code.curious.bio/curious.bio/myzel-akustikabsorber.git"
|
repo = "https://code.curious.bio/curious.bio/myzel-akustikabsorber.git"
|
||||||
|
version = "0.1.0"
|
||||||
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."
|
organization = "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 residues"
|
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" ]
|
||||||
|
|
||||||
|
[outer-dimensions] #TODO
|
||||||
|
openSCAD = "cube(size = [400,350,150])"
|
||||||
|
unit = "mm"
|
||||||
|
|
||||||
[[part]]
|
[[part]]
|
||||||
name = "1_4_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-Ultimaker.stl",
|
"mod/mould/direct_3D_negative_mould/src/mech/Negative-1-4-FC-Ultimaker.stl",
|
||||||
]
|
]
|
||||||
printing-process = "FDM"
|
printing-process = "FDM"
|
||||||
material = "PLA"
|
material = "PLA"
|
||||||
|
@ -33,24 +38,24 @@ infill = 15
|
||||||
raft-brim = 1
|
raft-brim = 1
|
||||||
supports = 0
|
supports = 0
|
||||||
resolution-mm = 0.2
|
resolution-mm = 0.2
|
||||||
shell-thickness = 0,8
|
shell-thickness = 0.8
|
||||||
top-bottom-thickness = 1,6
|
top-bottom-thickness = 1.6
|
||||||
|
|
||||||
[[part.outer-dimensions]]
|
[part.outer-dimensions]
|
||||||
openSCAD = "cube(size = [400,350,150])" #TODO
|
openSCAD = "cube(size = [400,350,150])" #TODO
|
||||||
unit = "mm"
|
unit = "mm"
|
||||||
|
|
||||||
[[part.mass]]
|
[part.mass]
|
||||||
value = 150 #TODO
|
value = 150 #TODO
|
||||||
unit = "g"
|
unit = "g"
|
||||||
|
|
||||||
[[part]]
|
[[part]]
|
||||||
name = "2_4_negative_mould"
|
name = "2_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-2-4-FC-Ultimaker.stl",
|
"mod/mould/direct_3D_negative_mould/src/mech/Negative-2-4-FC-Ultimaker.stl",
|
||||||
]
|
]
|
||||||
printing-process = "FDM"
|
printing-process = "FDM"
|
||||||
material = "PLA"
|
material = "PLA"
|
||||||
|
@ -58,24 +63,24 @@ infill = 15
|
||||||
raft-brim = 1
|
raft-brim = 1
|
||||||
supports = 0
|
supports = 0
|
||||||
resolution-mm = 0.2
|
resolution-mm = 0.2
|
||||||
shell-thickness = 0,8
|
shell-thickness = 0.8
|
||||||
top-bottom-thickness = 1,6
|
top-bottom-thickness = 1.6
|
||||||
|
|
||||||
[[part.outer-dimensions]]
|
[part.outer-dimensions]
|
||||||
openSCAD = "cube(size = [400,350,150])" #TODO
|
openSCAD = "cube(size = [400,350,150])" #TODO
|
||||||
unit = "mm"
|
unit = "mm"
|
||||||
|
|
||||||
[[part.mass]]
|
[part.mass]
|
||||||
value = 150 #TODO
|
value = 150 #TODO
|
||||||
unit = "g"
|
unit = "g"
|
||||||
|
|
||||||
[[part]]
|
[[part]]
|
||||||
name = "3_4_negative_mould"
|
name = "3_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-3-4-FC-Ultimaker.stl",
|
"mod/mould/direct_3D_negative_mould/src/mech/Negative-3-4-FC-Ultimaker.stl",
|
||||||
]
|
]
|
||||||
printing-process = "FDM"
|
printing-process = "FDM"
|
||||||
material = "PLA"
|
material = "PLA"
|
||||||
|
@ -83,24 +88,24 @@ infill = 15
|
||||||
raft-brim = 1
|
raft-brim = 1
|
||||||
supports = 0
|
supports = 0
|
||||||
resolution-mm = 0.2
|
resolution-mm = 0.2
|
||||||
shell-thickness = 0,8
|
shell-thickness = 0.8
|
||||||
top-bottom-thickness = 1,6
|
top-bottom-thickness = 1.6
|
||||||
|
|
||||||
[[part.outer-dimensions]]
|
[part.outer-dimensions]
|
||||||
openSCAD = "cube(size = [400,350,150])" #TODO
|
openSCAD = "cube(size = [400,350,150])" #TODO
|
||||||
unit = "mm"
|
unit = "mm"
|
||||||
|
|
||||||
[[part.mass]]
|
[part.mass]
|
||||||
value = 150 #TODO
|
value = 150 #TODO
|
||||||
unit = "g"
|
unit = "g"
|
||||||
|
|
||||||
[[part]]
|
[[part]]
|
||||||
name = "4_4_negative_mould"
|
name = "4_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-4-4-FC-Ultimaker.stl",
|
"mod/mould/direct_3D_negative_mould/src/mech/Negative-4-4-FC-Ultimaker.stl",
|
||||||
]
|
]
|
||||||
printing-process = "FDM"
|
printing-process = "FDM"
|
||||||
material = "PLA"
|
material = "PLA"
|
||||||
|
@ -108,28 +113,24 @@ infill = 15
|
||||||
raft-brim = 1
|
raft-brim = 1
|
||||||
supports = 0
|
supports = 0
|
||||||
resolution-mm = 0.2
|
resolution-mm = 0.2
|
||||||
shell-thickness = 0,8
|
shell-thickness = 0.8
|
||||||
top-bottom-thickness = 1,6
|
top-bottom-thickness = 1.6
|
||||||
|
|
||||||
[[part.outer-dimensions]]
|
[part.outer-dimensions]
|
||||||
openSCAD = "cube(size = [400,350,150])" #TODO
|
openSCAD = "cube(size = [400,350,150])" #TODO
|
||||||
unit = "mm"
|
unit = "mm"
|
||||||
|
|
||||||
[[part.mass]]
|
[part.mass]
|
||||||
value = 150 #TODO
|
value = 150 #TODO
|
||||||
unit = "g"
|
unit = "g"
|
||||||
|
|
||||||
[[outer-dimensions]]
|
|
||||||
openSCAD = "cube(size = [400,350,150])"
|
|
||||||
unit = "mm"
|
|
||||||
|
|
||||||
[[part]]
|
[[part]]
|
||||||
name = "full_negative_mould"
|
name = "full_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-full-FC-BigRep.stl",
|
"mod/mould/direct_3D_negative_mould/src/mech/Negative-full-FC-BigRep.stl",
|
||||||
]
|
]
|
||||||
printing-process = "FDM"
|
printing-process = "FDM"
|
||||||
material = "PLA"
|
material = "PLA"
|
||||||
|
@ -138,23 +139,23 @@ raft-brim = 1
|
||||||
supports = 0
|
supports = 0
|
||||||
resolution-mm = 0.6
|
resolution-mm = 0.6
|
||||||
shell-thickness = 2
|
shell-thickness = 2
|
||||||
top-bottom-thickness = 2,4
|
top-bottom-thickness = 2.4
|
||||||
|
|
||||||
[[part.outer-dimensions]]
|
[part.outer-dimensions]
|
||||||
openSCAD = "cube(size = [400,350,150])" #TODO
|
openSCAD = "cube(size = [400,350,150])" #TODO
|
||||||
unit = "mm"
|
unit = "mm"
|
||||||
|
|
||||||
[[part.mass]]
|
[part.mass]
|
||||||
value = 150 #TODO
|
value = 150 #TODO
|
||||||
unit = "g"
|
unit = "g"
|
||||||
|
|
||||||
[[part]]
|
[[part]]
|
||||||
name = "1_4_positive_mould"
|
name = "1_4_positive_mould"
|
||||||
image = "/mod/mould/casting_from_3D_positive_mould/res/assets/media/img/mould_cast_parts.webp"
|
image = "mod/mould/casting_from_3D_positive_mould/res/assets/media/img/mould_cast_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/casting_from_3D_positive_mould/src/mech/Positive-1-4-FC-Ultimaker.stl",
|
"mod/mould/casting_from_3D_positive_mould/src/mech/Positive-1-4-FC-Ultimaker.stl",
|
||||||
]
|
]
|
||||||
printing-process = "FDM"
|
printing-process = "FDM"
|
||||||
material = "PLA"
|
material = "PLA"
|
||||||
|
@ -162,24 +163,24 @@ infill = 15
|
||||||
raft-brim = 1
|
raft-brim = 1
|
||||||
supports = 0
|
supports = 0
|
||||||
resolution-mm = 0.2
|
resolution-mm = 0.2
|
||||||
shell-thickness = 0,8
|
shell-thickness = 0.8
|
||||||
top-bottom-thickness = 1,6
|
top-bottom-thickness = 1.6
|
||||||
|
|
||||||
[[part.outer-dimensions]]
|
[part.outer-dimensions]
|
||||||
openSCAD = "cube(size = [400,350,150])" #TODO
|
openSCAD = "cube(size = [400,350,150])" #TODO
|
||||||
unit = "mm"
|
unit = "mm"
|
||||||
|
|
||||||
[[part.mass]]
|
[part.mass]
|
||||||
value = 150 #TODO
|
value = 150 #TODO
|
||||||
unit = "g"
|
unit = "g"
|
||||||
|
|
||||||
[[part]]
|
[[part]]
|
||||||
name = "2_4_positive_mould"
|
name = "2_4_positive_mould"
|
||||||
image = "/mod/mould/casting_from_3D_positive_mould/res/assets/media/img/mould_cast_parts.webp"
|
image = "mod/mould/casting_from_3D_positive_mould/res/assets/media/img/mould_cast_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/casting_from_3D_positive_mould/src/mech/Positive-2-4-FC-Ultimaker.stl",
|
"mod/mould/casting_from_3D_positive_mould/src/mech/Positive-2-4-FC-Ultimaker.stl",
|
||||||
]
|
]
|
||||||
printing-process = "FDM"
|
printing-process = "FDM"
|
||||||
material = "PLA"
|
material = "PLA"
|
||||||
|
@ -187,24 +188,24 @@ infill = 15
|
||||||
raft-brim = 1
|
raft-brim = 1
|
||||||
supports = 0
|
supports = 0
|
||||||
resolution-mm = 0.2
|
resolution-mm = 0.2
|
||||||
shell-thickness = 0,8
|
shell-thickness = 0.8
|
||||||
top-bottom-thickness = 1,6
|
top-bottom-thickness = 1.6
|
||||||
|
|
||||||
[[part.outer-dimensions]]
|
[part.outer-dimensions]
|
||||||
openSCAD = "cube(size = [400,350,150])" #TODO
|
openSCAD = "cube(size = [400,350,150])" #TODO
|
||||||
unit = "mm"
|
unit = "mm"
|
||||||
|
|
||||||
[[part.mass]]
|
[part.mass]
|
||||||
value = 150 #TODO
|
value = 150 #TODO
|
||||||
unit = "g"
|
unit = "g"
|
||||||
|
|
||||||
[[part]]
|
[[part]]
|
||||||
name = "3_4_positive_mould"
|
name = "3_4_positive_mould"
|
||||||
image = "/mod/mould/casting_from_3D_positive_mould/res/assets/media/img/mould_cast_parts.webp"
|
image = "mod/mould/casting_from_3D_positive_mould/res/assets/media/img/mould_cast_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/casting_from_3D_positive_mould/src/mech/Positive-3-4-FC-Ultimaker.stl",
|
"mod/mould/casting_from_3D_positive_mould/src/mech/Positive-3-4-FC-Ultimaker.stl",
|
||||||
]
|
]
|
||||||
printing-process = "FDM"
|
printing-process = "FDM"
|
||||||
material = "PLA"
|
material = "PLA"
|
||||||
|
@ -212,24 +213,24 @@ infill = 15
|
||||||
raft-brim = 1
|
raft-brim = 1
|
||||||
supports = 0
|
supports = 0
|
||||||
resolution-mm = 0.2
|
resolution-mm = 0.2
|
||||||
shell-thickness = 0,8
|
shell-thickness = 0.8
|
||||||
top-bottom-thickness = 1,6
|
top-bottom-thickness = 1.6
|
||||||
|
|
||||||
[[part.outer-dimensions]]
|
[part.outer-dimensions]
|
||||||
openSCAD = "cube(size = [400,350,150])" #TODO
|
openSCAD = "cube(size = [400,350,150])" #TODO
|
||||||
unit = "mm"
|
unit = "mm"
|
||||||
|
|
||||||
[[part.mass]]
|
[part.mass]
|
||||||
value = 150 #TODO
|
value = 150 #TODO
|
||||||
unit = "g"
|
unit = "g"
|
||||||
|
|
||||||
[[part]]
|
[[part]]
|
||||||
name = "4_4_positive_mould"
|
name = "4_4_positive_mould"
|
||||||
image = "/mod/mould/casting_from_3D_positive_mould/res/assets/media/img/mould_cast_parts.webp"
|
image = "mod/mould/casting_from_3D_positive_mould/res/assets/media/img/mould_cast_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/casting_from_3D_positive_mould/src/mech/Positive-4-4-FC-Ultimaker.stl",
|
"mod/mould/casting_from_3D_positive_mould/src/mech/Positive-4-4-FC-Ultimaker.stl",
|
||||||
]
|
]
|
||||||
printing-process = "FDM"
|
printing-process = "FDM"
|
||||||
material = "PLA"
|
material = "PLA"
|
||||||
|
@ -237,24 +238,24 @@ infill = 15
|
||||||
raft-brim = 1
|
raft-brim = 1
|
||||||
supports = 0
|
supports = 0
|
||||||
resolution-mm = 0.2
|
resolution-mm = 0.2
|
||||||
shell-thickness = 0,8
|
shell-thickness = 0.8
|
||||||
top-bottom-thickness = 1,6
|
top-bottom-thickness = 1.6
|
||||||
|
|
||||||
[[part.outer-dimensions]]
|
[part.outer-dimensions]
|
||||||
openSCAD = "cube(size = [400,350,150])" #TODO
|
openSCAD = "cube(size = [400,350,150])" #TODO
|
||||||
unit = "mm"
|
unit = "mm"
|
||||||
|
|
||||||
[[part.mass]]
|
[part.mass]
|
||||||
value = 150 #TODO
|
value = 150 #TODO
|
||||||
unit = "g"
|
unit = "g"
|
||||||
|
|
||||||
[[part]]
|
[[part]]
|
||||||
name = "full_positive_mould"
|
name = "full_positive_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/Positive-full-FC-BigRep.stl",
|
"mod/mould/direct_3D_negative_mould/src/mech/Positive-full-FC-BigRep.stl",
|
||||||
]
|
]
|
||||||
printing-process = "FDM"
|
printing-process = "FDM"
|
||||||
material = "PLA"
|
material = "PLA"
|
||||||
|
@ -263,30 +264,30 @@ raft-brim = 1
|
||||||
supports = 0
|
supports = 0
|
||||||
resolution-mm = 0.6
|
resolution-mm = 0.6
|
||||||
shell-thickness = 2
|
shell-thickness = 2
|
||||||
top-bottom-thickness = 2,4
|
top-bottom-thickness = 2.4
|
||||||
|
|
||||||
[[part.outer-dimensions]]
|
[part.outer-dimensions]
|
||||||
openSCAD = "cube(size = [400,350,150])" #TODO
|
openSCAD = "cube(size = [400,350,150])" #TODO
|
||||||
unit = "mm"
|
unit = "mm"
|
||||||
|
|
||||||
[[part.mass]]
|
[part.mass]
|
||||||
value = 150 #TODO
|
value = 150 #TODO
|
||||||
unit = "g"
|
unit = "g"
|
||||||
|
|
||||||
[[part]]
|
[[part]]
|
||||||
name = "mould_lid"
|
name = "mould_lid"
|
||||||
image = "/mod/mould/lid/res/assets/media/img/mould_lid.webp"
|
image = "mod/mould/lid/res/assets/media/img/mould_lid.webp"
|
||||||
tsdc = "LAS"
|
tsdc = "LAS"
|
||||||
source = "/mod/mould/lid/src/mech/lasercut_mould_lid.svg"
|
source = "mod/mould/lid/src/mech/lasercut_mould_lid.svg"
|
||||||
material = "polypropylene"
|
material = "polypropylene"
|
||||||
resolution-mm = 0.1
|
resolution-mm = 0.1
|
||||||
thickness-mm = 0.13
|
thickness-mm = 0.13
|
||||||
|
|
||||||
[[part]]
|
[[part]]
|
||||||
name = "pressure_plate"
|
name = "pressure_plate"
|
||||||
image = "/mod/material_fabrication/res/assets/media/img/pressure_plate.webp"
|
image = "mod/material_fabrication/res/assets/media/img/pressure_plate.webp"
|
||||||
tsdc = "LAS"
|
tsdc = "LAS"
|
||||||
source = "/mod/material_fabrication/src/mech/lasercut_pressure_plate.svg"
|
source = "mod/material_fabrication/src/mech/lasercut_pressure_plate.svg"
|
||||||
material = "polypropylene"
|
material = "polypropylene"
|
||||||
resolution-mm = 0.1 #TODO
|
resolution-mm = 0.1 #TODO
|
||||||
thickness-mm = 0.13
|
thickness-mm = 0.13
|