okh: Fixes syntax [fix]
This commit is contained in:
parent
196cf55cbb
commit
5251363591
41
okh.toml
41
okh.toml
|
@ -21,7 +21,7 @@ tsdc = [ "3DP", "LAS", "ASM" ]
|
||||||
|
|
||||||
[[part]]
|
[[part]]
|
||||||
name = "4_piece_negative_mould"
|
name = "4_piece_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 = [
|
||||||
|
@ -31,29 +31,30 @@ export = [
|
||||||
"/mod/mould/direct_3D_negative_mould/src/mech/Negative-4-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" ???
|
material = "ABS" # TODO
|
||||||
infill = 30 ???
|
infill = 30 # TODO
|
||||||
raft-brim = true ???
|
raft-brim = true # TODO
|
||||||
supports = false ???
|
supports = false # TODO
|
||||||
resolution-mm = 0.2 ???
|
resolution-mm = 0.2 # TODO
|
||||||
shell-thickness = 3 ???
|
shell-thickness = 3 # TODO
|
||||||
top-bottom-thickness = 3 ???
|
top-bottom-thickness = 3 # TODO
|
||||||
|
|
||||||
[[part.outer-dimensions]]
|
[part.outer-dimensions]
|
||||||
openSCAD = "cylinder(h=30, r=28)" ???
|
openSCAD = "cylinder(h=30, r=28)" # TODO
|
||||||
unit = "mm" ???
|
unit = "mm" # TODO
|
||||||
|
|
||||||
[[part.mass]]
|
[part.mass]
|
||||||
value = 30 ???
|
value = 30 # TODO
|
||||||
unit = "g" ???
|
unit = "g" # TODO
|
||||||
|
|
||||||
<!-- Hier stehen gesammelte Beispiele für Part-Metadaten. alles mit "???" muss noch überarbeitet werden.
|
# Hier stehen gesammelte Beispiele für Part-Metadaten.
|
||||||
|
# Alles mit `TODO` muss noch überarbeitet werden.
|
||||||
|
|
||||||
[[outer-dimensions]]
|
[outer-dimensions]
|
||||||
openSCAD = "cube(size = [400,350,150])"
|
openSCAD = "cube(size = [400,350,150])"
|
||||||
unit = "mm"
|
unit = "mm"
|
||||||
|
|
||||||
/mod/mould/casting_from_3D_positive_mould/src/mech/Positiv-1-4-FC-5.4-Ultimake...
|
# Von /mod/mould/casting_from_3D_positive_mould/src/mech/Positiv-1-4-FC-5.4-Ultimake...
|
||||||
|
|
||||||
[[part]]
|
[[part]]
|
||||||
name = "direct_3D_negative_mould"
|
name = "direct_3D_negative_mould"
|
||||||
|
@ -73,11 +74,11 @@ resolution-mm = 0.2
|
||||||
shell-thickness = 3
|
shell-thickness = 3
|
||||||
top-bottom-thickness = 3
|
top-bottom-thickness = 3
|
||||||
|
|
||||||
[[part.outer-dimensions]]
|
[part.outer-dimensions]
|
||||||
openSCAD = "cylinder(h=30, r=28)"
|
openSCAD = "cylinder(h=30, r=28)"
|
||||||
unit = "mm"
|
unit = "mm"
|
||||||
|
|
||||||
[[part.mass]]
|
[part.mass]
|
||||||
value = 30
|
value = 30
|
||||||
unit = "g"
|
unit = "g"
|
||||||
|
|
||||||
|
@ -89,5 +90,3 @@ source = "/hardware/case/PlanktoScope-Case.f3z"
|
||||||
export = ["/hardware/case/PlanktoScope-Case.dxf"]
|
export = ["/hardware/case/PlanktoScope-Case.dxf"]
|
||||||
outer-dimension-dim = "mm"
|
outer-dimension-dim = "mm"
|
||||||
outer-dimension = "cube(size = [350,150,150])"
|
outer-dimension = "cube(size = [350,150,150])"
|
||||||
|
|
||||||
-->
|
|
Loading…
Reference in a new issue