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]]
|
||||
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"
|
||||
source = "/mod/mould/direct_3D_negative_mould/src/mech/pieceX.scad"
|
||||
export = [
|
||||
|
@ -31,29 +31,30 @@ export = [
|
|||
"/mod/mould/direct_3D_negative_mould/src/mech/Negative-4-4-FC-5.4-Ultimaker.stl",
|
||||
]
|
||||
printing-process = "FDM"
|
||||
material = "ABS" ???
|
||||
infill = 30 ???
|
||||
raft-brim = true ???
|
||||
supports = false ???
|
||||
resolution-mm = 0.2 ???
|
||||
shell-thickness = 3 ???
|
||||
top-bottom-thickness = 3 ???
|
||||
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)" ???
|
||||
unit = "mm" ???
|
||||
[part.outer-dimensions]
|
||||
openSCAD = "cylinder(h=30, r=28)" # TODO
|
||||
unit = "mm" # TODO
|
||||
|
||||
[[part.mass]]
|
||||
value = 30 ???
|
||||
unit = "g" ???
|
||||
[part.mass]
|
||||
value = 30 # TODO
|
||||
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])"
|
||||
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]]
|
||||
name = "direct_3D_negative_mould"
|
||||
|
@ -73,11 +74,11 @@ resolution-mm = 0.2
|
|||
shell-thickness = 3
|
||||
top-bottom-thickness = 3
|
||||
|
||||
[[part.outer-dimensions]]
|
||||
[part.outer-dimensions]
|
||||
openSCAD = "cylinder(h=30, r=28)"
|
||||
unit = "mm"
|
||||
|
||||
[[part.mass]]
|
||||
[part.mass]
|
||||
value = 30
|
||||
unit = "g"
|
||||
|
||||
|
@ -89,5 +90,3 @@ source = "/hardware/case/PlanktoScope-Case.f3z"
|
|||
export = ["/hardware/case/PlanktoScope-Case.dxf"]
|
||||
outer-dimension-dim = "mm"
|
||||
outer-dimension = "cube(size = [350,150,150])"
|
||||
|
||||
-->
|
Loading…
Reference in a new issue