okh.toml bearbeiten (ganz am Schluss) #22

Closed
opened 2022-11-30 10:43:40 +01:00 by felix · 2 comments
Owner
No description provided.
felix added this to the Dokumentation project 2022-11-30 10:43:40 +01:00
felix changed title from ohk.toml bearbeiten (ganz am Schluss) to okh.toml bearbeiten (ganz am Schluss) 2022-11-30 10:44:37 +01:00
Author
Owner

bin gerade dabei, die okh.toml zu bearbeiten. Da ist mir aufgefallen, dass wir "parts" haben. Die beziehen sich auf Herstellungsmethoden, wie z.B. 3D-Druck, Lasercut oder CNC.

könnte dann in etwa so aussehen:

[[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" ???
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" ???
outer-dimension-dim = "mm" ???
outer-dimension = "cube(size = [100,65,10])" ???


[[part.mass]]
value = 30 ???
unit = "g" ???

Überall dort, wo die 3 ??? sind, waren mir die Werte nicht bekannt.
Generell müsste ich dafür wissen, welche Dateien für was zuständig sind, und eine Möglichkeit haben, die 3D-Dateien auszulesen. Am besten gehen wir da nochmal in den Austausch.

Würde sagen, wir brauchen die folgenden parts:

Teil name = tsdc =
4-Teilige Negativform "4_piece_negative_mould" "3DP"
Negativform in 1 Stück "full_negative_mould" "3DP"
4-Teilige Positivform "4_piece_positive_mould" "3DP"
Positivform in 1 Stück "full_positive_mould" "3DP"
Andrückplatte "compression_plate" "LAS"
Deckel der Wachstumsbox "mould_lid" "LAS"

Die Lasercut Sachen versuche ich mal noch die Infos dafür zu bekommen..

Hier sind auf jeden Fall die ganzen Metadaten definiert.

Und hier ist das Tool, um die okh.toml initial so anzulegen..

Seid Ihr damit d'accord?

bin gerade dabei, die okh.toml zu bearbeiten. Da ist mir aufgefallen, dass wir "parts" haben. Die beziehen sich auf Herstellungsmethoden, wie z.B. 3D-Druck, Lasercut oder CNC. könnte dann in etwa so aussehen: ``` [[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" ??? 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" ??? outer-dimension-dim = "mm" ??? outer-dimension = "cube(size = [100,65,10])" ??? [[part.mass]] value = 30 ??? unit = "g" ??? ``` Überall dort, wo die 3 ??? sind, waren mir die Werte nicht bekannt. Generell müsste ich dafür wissen, welche Dateien für was zuständig sind, und eine Möglichkeit haben, die 3D-Dateien auszulesen. Am besten gehen wir da nochmal in den Austausch. Würde sagen, wir brauchen die folgenden parts: | Teil | name = | tsdc =| | ----------- | ----------- | ----------- | | 4-Teilige Negativform | "4_piece_negative_mould" | "3DP" | | Negativform in 1 Stück | "full_negative_mould" | "3DP" | | 4-Teilige Positivform | "4_piece_positive_mould" | "3DP" | | Positivform in 1 Stück | "full_positive_mould" | "3DP" | | Andrückplatte | "compression_plate" | "LAS" | | Deckel der Wachstumsbox | "mould_lid" | "LAS" | Die Lasercut Sachen versuche ich mal noch die Infos dafür zu bekommen.. [Hier](https://github.com/OPEN-NEXT/OKH-LOSH/blob/master/OKH-LOSH.md) sind auf jeden Fall die ganzen Metadaten definiert. Und hier ist das [Tool](https://manifest.opennext.eu/), um die okh.toml initial so anzulegen.. Seid Ihr damit d'accord?
Author
Owner

okh.toml fertiggestellt

okh.toml fertiggestellt
felix closed this issue 2023-02-20 14:19:17 +01:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: curious.bio/myzel-akustikabsorber#22
No description provided.