From 35a15c1ee2d0fd2ae17317510f9dc27f05f799ee Mon Sep 17 00:00:00 2001 From: thies Date: Fri, 17 Feb 2023 15:14:16 +0100 Subject: [PATCH 1/5] contribution guide und minor fixes usermanual und start-readme --- README.md | 14 +++++++------- doc/contributing/CONTRIBUTING.md | 11 +++++++++++ doc/usage/user_manual.md | 10 +++++----- 3 files changed, 23 insertions(+), 12 deletions(-) create mode 100644 doc/contributing/CONTRIBUTING.md diff --git a/README.md b/README.md index d6b78a7..2ecd1ed 100644 --- a/README.md +++ b/README.md @@ -19,16 +19,16 @@ Abgesehen vom Befestigungssytem, besteht die Akustikabsorber ausschließlich aus Das Repository ist modular aufgebaut. Die Readme [Materialherstellung](mod/material_fabrication/README.md) im Ordner mod/material_fabrication beschreibt den grundlegenden Herstellungsprozess. Die weiteren Module anchor, mould und mounting_system beschreiben die Herstellung von Teilaspekten, die für die Fertigung des Absorbers notwendig sind. Eine Gebrausanweisung ist in dem [user manual](doc/usage/user_manual.md) beschrieben. - +Wie Sie einen Beitrag zu diesem Repository machen können, finden Sie im [contributing guide](doc/contributing/CONTRIBUTING.md). # Anleitung zur Nutzung dieses Repositories für die Prototypherstellung -1. Lesen der README [Materialherstellung](mod/material_fabrication/README.md) zum grundlegenden Verständnis über den gesamten Prozess. -2. Lesen der README [Wachstumsform](mod/mould/README.md), [Befestigungssystem](mod/mounting_system/README.md) und [Anker](mod/anchor/README.md) zum Verständnis der weiteren Teilprozesse. -3. Entscheidung, welche Variante der Formherstellung je nach Budget und Stückzahl für dich geeignet ist. Für geringe Stückzahlen eignet sich der dirkekte 3D-Druck der Negativform. Für größere Stückzahlen eignet sich der 3D-Druck einiger Positivformen mit anschließender mehrfacher Abformung aus Gips. -4. Planung. Da der Pilz, wenn er einmal wächst sich mehr stoppen lässt, ist ein methodisches und vorrausschauendes Arbeiten notwendig. Die Herstellung der Wachstumsformen und Anker sollte als erstes geplant und entweder vor Beimpfung des Substrates mit Pilzmyzel durchgeführt werden oder soweit vorbereitet sein, dass deren Herstellung wenige Tage nach Beimpfung des Substrates abgeschlossen werden kann. -5. Sicherstellung der benötigten Geräte in örtlichen Fablabs und offenen Laboren. -6. Besorgung der benötigten Materialien. +1. Lesen Sie die README [Materialherstellung](mod/material_fabrication/README.md) zum grundlegenden Verständnis über den gesamten Prozess. +2. Lesen Sie die README [Wachstumsform](mod/mould/README.md), [Befestigungssystem](mod/mounting_system/README.md) und [Anker](mod/anchor/README.md) zum Verständnis der weiteren Teilprozesse. +3. Entscheidung Sie, welche Variante der Formherstellung je nach Budget und Stückzahl für dich geeignet ist. Für geringe Stückzahlen eignet sich der dirkekte 3D-Druck der Negativform. Für größere Stückzahlen eignet sich der 3D-Druck einiger Positivformen mit anschließender mehrfacher Abformung aus Gips. +4. Erstellen Sie einen Zeitplan. Da der Pilz, wenn er einmal wächst sich mehr stoppen lässt, ist ein methodisches und vorrausschauendes Arbeiten notwendig. Die Herstellung der Wachstumsformen und Anker sollte als erstes geplant und entweder vor Beimpfung des Substrates mit Pilzmyzel durchgeführt werden oder soweit vorbereitet sein, dass deren Herstellung wenige Tage nach Beimpfung des Substrates abgeschlossen werden kann. +5. Stellen Sie die benötigten Geräte in örtlichen Fablabs und offenen Laboren sicher. +6. Besorgen Sie die benötigten Materialien. 7. Jetzt kann der praktischen Teil beginnen. diff --git a/doc/contributing/CONTRIBUTING.md b/doc/contributing/CONTRIBUTING.md new file mode 100644 index 0000000..fb7b0fd --- /dev/null +++ b/doc/contributing/CONTRIBUTING.md @@ -0,0 +1,11 @@ +# Contribution Guide: Akustikabsorber aus Pilzmyzelkompositmaterial + +Vielen Dank, dass Sie Ihre Zeit investieren wollen, um zu unserem Projekt beizutragen. In diesem Leitfaden erhalten Sie einen Überblick, wie Sie an dem Projekt mitarbeiten können. + +1. Forken Sie das Projekt auf Gitea und erstellen Sie einen neuen Branch für Ihre Änderungen. +2. Ändern Sie die Dokumentation und testen Sie Ihre Änderungen gründlich. +3. Erstellen Sie einen Pull Request (PR) in das originale Repository und beschreiben Sie kurz Ihre Änderungen und warum sie sinnvoll sind. +4. Warten Sie auf Feedback von den Projekt-Maintainern. Sie können ggf. gebeten werden, weitere Änderungen vorzunehmen, bevor Ihr PR angenommen wird. +5. Sobald Ihr PR angenommen wurde, wird Ihr Code Teil des Projekts und Sie werden als Contributor im Projekt gelistet. + +Hinweis: Bitte stellen Sie sicher, dass Ihr Code den Standards des Projekts entspricht und die Lizenzbedingungen einhält, bevor Sie einen PR erstellen. \ No newline at end of file diff --git a/doc/usage/user_manual.md b/doc/usage/user_manual.md index ffe5d9c..7b42878 100644 --- a/doc/usage/user_manual.md +++ b/doc/usage/user_manual.md @@ -8,11 +8,11 @@ SPDX-License-Identifier: CC-BY-SA-4.0 ## Gliederung -[1. Nutzen des Myzel Akustikabsorbers](#1.-nutzen-des-myzel-akustikabsorbers) -[2. Positionierung im Raum](#2-positionierung-im-raum) -[3. Positionierung im Raum](#3-umgebungsbedingung) -[4. Weitere Hinweise](#4-weitere-hinweise) -[5. Lizenz](#5-lizenz) +1. [Nutzen des Myzel Akustikabsorbers](#1.-nutzen-des-myzel-akustikabsorbers) +2. [Positionierung im Raum](#2-positionierung-im-raum) +3. [Positionierung im Raum](#3-umgebungsbedingung) +4. [Weitere Hinweise](#4-weitere-hinweise) +5. [Lizenz](#5-lizenz) ## 1. Nutzen des Myzel Akustikabsorbers From 356bc8e80965c0f1fc36d9413992e479b8508eed Mon Sep 17 00:00:00 2001 From: thies Date: Fri, 17 Feb 2023 15:21:05 +0100 Subject: [PATCH 2/5] startreadme contribution --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ecd1ed..c6daa6c 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Abgesehen vom Befestigungssytem, besteht die Akustikabsorber ausschließlich aus Das Repository ist modular aufgebaut. Die Readme [Materialherstellung](mod/material_fabrication/README.md) im Ordner mod/material_fabrication beschreibt den grundlegenden Herstellungsprozess. Die weiteren Module anchor, mould und mounting_system beschreiben die Herstellung von Teilaspekten, die für die Fertigung des Absorbers notwendig sind. Eine Gebrausanweisung ist in dem [user manual](doc/usage/user_manual.md) beschrieben. -Wie Sie einen Beitrag zu diesem Repository machen können, finden Sie im [contributing guide](doc/contributing/CONTRIBUTING.md). +Über einen Beitrag oder Verbesserungsvorschlag zu dieser Dokumentation, würden wir uns sehr freuen. Wie Sie dies machen können, finden Sie im [Contribution guide](doc/contributing/CONTRIBUTING.md). # Anleitung zur Nutzung dieses Repositories für die Prototypherstellung From 2b3db38fb3d8f03f2d7cb1cd01ac3b0293ada8e1 Mon Sep 17 00:00:00 2001 From: thies Date: Fri, 17 Feb 2023 15:26:44 +0100 Subject: [PATCH 3/5] minor text fix --- README.md | 6 +++--- doc/contributing/CONTRIBUTING.md | 12 +++++++++++- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c6daa6c..45b61a9 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,13 @@ Der Nutzen ist eine bessere Raumakustik, indem durch Absorption die Nachhallzeit Abgesehen vom Befestigungssytem, besteht die Akustikabsorber ausschließlich aus kompostierbaren und schadstofffreien Materialien ohne Zusätze wie z.B. Klebemittel. Durch die Verwendung der Sekundärrohstoffe Buchweizenschalen und Rapsstroh wird Upcycling betrieben. -# Repository +## Repository Das Repository ist modular aufgebaut. Die Readme [Materialherstellung](mod/material_fabrication/README.md) im Ordner mod/material_fabrication beschreibt den grundlegenden Herstellungsprozess. Die weiteren Module anchor, mould und mounting_system beschreiben die Herstellung von Teilaspekten, die für die Fertigung des Absorbers notwendig sind. Eine Gebrausanweisung ist in dem [user manual](doc/usage/user_manual.md) beschrieben. Über einen Beitrag oder Verbesserungsvorschlag zu dieser Dokumentation, würden wir uns sehr freuen. Wie Sie dies machen können, finden Sie im [Contribution guide](doc/contributing/CONTRIBUTING.md). -# Anleitung zur Nutzung dieses Repositories für die Prototypherstellung +## Anleitung zur Nutzung dieses Repositories für die Prototypherstellung 1. Lesen Sie die README [Materialherstellung](mod/material_fabrication/README.md) zum grundlegenden Verständnis über den gesamten Prozess. 2. Lesen Sie die README [Wachstumsform](mod/mould/README.md), [Befestigungssystem](mod/mounting_system/README.md) und [Anker](mod/anchor/README.md) zum Verständnis der weiteren Teilprozesse. @@ -32,7 +32,7 @@ Eine Gebrausanweisung ist in dem [user manual](doc/usage/user_manual.md) beschri 7. Jetzt kann der praktischen Teil beginnen. -# Lizenz +## Lizenz CC-BY-SA-4.0 diff --git a/doc/contributing/CONTRIBUTING.md b/doc/contributing/CONTRIBUTING.md index fb7b0fd..2746a63 100644 --- a/doc/contributing/CONTRIBUTING.md +++ b/doc/contributing/CONTRIBUTING.md @@ -1,3 +1,9 @@ + + # Contribution Guide: Akustikabsorber aus Pilzmyzelkompositmaterial Vielen Dank, dass Sie Ihre Zeit investieren wollen, um zu unserem Projekt beizutragen. In diesem Leitfaden erhalten Sie einen Überblick, wie Sie an dem Projekt mitarbeiten können. @@ -8,4 +14,8 @@ Vielen Dank, dass Sie Ihre Zeit investieren wollen, um zu unserem Projekt beizut 4. Warten Sie auf Feedback von den Projekt-Maintainern. Sie können ggf. gebeten werden, weitere Änderungen vorzunehmen, bevor Ihr PR angenommen wird. 5. Sobald Ihr PR angenommen wurde, wird Ihr Code Teil des Projekts und Sie werden als Contributor im Projekt gelistet. -Hinweis: Bitte stellen Sie sicher, dass Ihr Code den Standards des Projekts entspricht und die Lizenzbedingungen einhält, bevor Sie einen PR erstellen. \ No newline at end of file +Hinweis: Bitte stellen Sie sicher, dass Ihr Code den Standards des Projekts entspricht und die Lizenzbedingungen einhält, bevor Sie einen PR erstellen. + +## Lizenz + +CC-BY-SA-4.0 \ No newline at end of file From bfa8562d3e41facd111d058d09d36bb9cac69bb5 Mon Sep 17 00:00:00 2001 From: thies Date: Fri, 17 Feb 2023 17:51:51 +0100 Subject: [PATCH 4/5] okh und filenames --- ....stl => Positive-1-4-FC-5.4-Ultimaker.stl} | Bin ....stl => Positive-2-4-FC-5.4-Ultimaker.stl} | Bin ....stl => Positive-3-4-FC-5.4-Ultimaker.stl} | Bin ....stl => Positive-4-4-FC-5.4-Ultimaker.stl} | Bin ...ep.stl => Positive-full-FC-5.4-BigRep.stl} | Bin okh.toml | 336 ++++++++++++++---- 6 files changed, 271 insertions(+), 65 deletions(-) rename mod/mould/casting_from_3D_positive_mould/src/mech/{Positiv-1-4-FC-5.4-Ultimaker.stl => Positive-1-4-FC-5.4-Ultimaker.stl} (100%) rename mod/mould/casting_from_3D_positive_mould/src/mech/{Positiv-2-4-FC-5.4-Ultimaker.stl => Positive-2-4-FC-5.4-Ultimaker.stl} (100%) rename mod/mould/casting_from_3D_positive_mould/src/mech/{Positiv-3-4-FC-5.4-Ultimaker.stl => Positive-3-4-FC-5.4-Ultimaker.stl} (100%) rename mod/mould/casting_from_3D_positive_mould/src/mech/{Positiv-4-4-FC-5.4-Ultimaker.stl => Positive-4-4-FC-5.4-Ultimaker.stl} (100%) rename mod/mould/casting_from_3D_positive_mould/src/mech/{Positiv-ganz-FC-5.4-BigRep.stl => Positive-full-FC-5.4-BigRep.stl} (100%) diff --git a/mod/mould/casting_from_3D_positive_mould/src/mech/Positiv-1-4-FC-5.4-Ultimaker.stl b/mod/mould/casting_from_3D_positive_mould/src/mech/Positive-1-4-FC-5.4-Ultimaker.stl similarity index 100% rename from mod/mould/casting_from_3D_positive_mould/src/mech/Positiv-1-4-FC-5.4-Ultimaker.stl rename to mod/mould/casting_from_3D_positive_mould/src/mech/Positive-1-4-FC-5.4-Ultimaker.stl diff --git a/mod/mould/casting_from_3D_positive_mould/src/mech/Positiv-2-4-FC-5.4-Ultimaker.stl b/mod/mould/casting_from_3D_positive_mould/src/mech/Positive-2-4-FC-5.4-Ultimaker.stl similarity index 100% rename from mod/mould/casting_from_3D_positive_mould/src/mech/Positiv-2-4-FC-5.4-Ultimaker.stl rename to mod/mould/casting_from_3D_positive_mould/src/mech/Positive-2-4-FC-5.4-Ultimaker.stl diff --git a/mod/mould/casting_from_3D_positive_mould/src/mech/Positiv-3-4-FC-5.4-Ultimaker.stl b/mod/mould/casting_from_3D_positive_mould/src/mech/Positive-3-4-FC-5.4-Ultimaker.stl similarity index 100% rename from mod/mould/casting_from_3D_positive_mould/src/mech/Positiv-3-4-FC-5.4-Ultimaker.stl rename to mod/mould/casting_from_3D_positive_mould/src/mech/Positive-3-4-FC-5.4-Ultimaker.stl diff --git a/mod/mould/casting_from_3D_positive_mould/src/mech/Positiv-4-4-FC-5.4-Ultimaker.stl b/mod/mould/casting_from_3D_positive_mould/src/mech/Positive-4-4-FC-5.4-Ultimaker.stl similarity index 100% rename from mod/mould/casting_from_3D_positive_mould/src/mech/Positiv-4-4-FC-5.4-Ultimaker.stl rename to mod/mould/casting_from_3D_positive_mould/src/mech/Positive-4-4-FC-5.4-Ultimaker.stl diff --git a/mod/mould/casting_from_3D_positive_mould/src/mech/Positiv-ganz-FC-5.4-BigRep.stl b/mod/mould/casting_from_3D_positive_mould/src/mech/Positive-full-FC-5.4-BigRep.stl similarity index 100% rename from mod/mould/casting_from_3D_positive_mould/src/mech/Positiv-ganz-FC-5.4-BigRep.stl rename to mod/mould/casting_from_3D_positive_mould/src/mech/Positive-full-FC-5.4-BigRep.stl diff --git a/okh.toml b/okh.toml index e7190da..a872e43 100644 --- a/okh.toml +++ b/okh.toml @@ -8,85 +8,291 @@ repo = "https://code.curious.bio/curious.bio/myzel-akustikabsorber.git" license = "CC-BY-SA-4.0" licensor = "Curious Community Labs e. V." organisation = "Curious Community Labs e. V." -readme = "README.md" -image = "res/assets/media/img/FC5-Render-preview.webp" +readme = "/README.md" +image = "/res/assets/media/img/FC5-Render-preview.webp" documentation-language = "de" technology-readiness-level = "OTRL-3" documentation-readiness-level = "ODRL-2" -function = "A prototype of an acoustic absorber made from mycelium composite material using organic residue" -user-manual = "mod/README.md" -source = [ "src/mech" ] -bom = "bom.csv" +function = "A prototype of an acoustic absorber made from mycelium composite material using organic residues" +user-manual = "/mod/README.md" +source = [ "/src/mech" ] +bom = "/bom.csv" 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" +name = "1_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" +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", + "/mod/mould/direct_3D_negative_mould/src/mech/Negative-1-4-FC-Ultimaker.stl", ] printing-process = "FDM" -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)" # 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 +material = "PLA" +infill = 15 +raft-brim = 1 +supports = 0 resolution-mm = 0.2 -shell-thickness = 3 -top-bottom-thickness = 3 +shell-thickness = 0,8 +top-bottom-thickness = 1,6 -[part.outer-dimensions] -openSCAD = "cylinder(h=30, r=28)" +[[part.outer-dimensions]] +openSCAD = "cube(size = [400,350,150])" #TODO unit = "mm" -[part.mass] -value = 30 +[[part.mass]] +value = 150 #TODO unit = "g" [[part]] -name = "PlanktoScope-Case" -image = "doc/images/hardware/planktoscope_case_00.png" -tsdc = "CNC" -source = "hardware/case/PlanktoScope-Case.f3z" -export = ["hardware/case/PlanktoScope-Case.dxf"] -outer-dimension-dim = "mm" -outer-dimension = "cube(size = [350,150,150])" +name = "2_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-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_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 \ No newline at end of file From 71aa1c1f341aea4de88e38fa0368548f9a75f09d Mon Sep 17 00:00:00 2001 From: felix Date: Fri, 17 Feb 2023 17:54:40 +0100 Subject: [PATCH 5/5] =?UTF-8?q?=E2=80=9Eokh.toml=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- okh.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/okh.toml b/okh.toml index a872e43..e856471 100644 --- a/okh.toml +++ b/okh.toml @@ -278,9 +278,6 @@ 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 @@ -290,9 +287,6 @@ 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 \ No newline at end of file