From 525136359153832fb5db1c2efac37a3af67f3fed Mon Sep 17 00:00:00 2001 From: Robin Vobruba Date: Tue, 14 Feb 2023 08:15:37 +0100 Subject: [PATCH] okh: Fixes syntax [fix] --- okh.toml | 41 ++++++++++++++++++++--------------------- 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/okh.toml b/okh.toml index 246b8dc..4cd1375 100644 --- a/okh.toml +++ b/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 - \ No newline at end of file