Talk:3D printer: Difference between revisions
Jump to navigation
Jump to search
m (-- ~~~~) |
m (Daniel K. Schneider moved page Talk:3D printing to Talk:3D printer: split) |
||
(18 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== | == Testing == | ||
<graphviz border="frame" caption="caption"> | |||
graph ThreeD_printing_1 { | |||
label = "Figure: Simple model of 3D design & printing workflows" [fontsize="9", fontname="Arial"]; | |||
node [fontsize="10", fontname="Arial"]; | |||
edge [fontsize="8", fontname="Arial", labelfloat=false]; | |||
# List of nodes | |||
Idea [shape=box, color=red, label="Design idea"]; | |||
Physics [shape=box, color=red, label="Physics constraints"]; | |||
ThreeDGr [shape=ellipse, color=red, label="Proprietary Vector\ngraphics"]; | |||
ThreeDInt [shape=ellipse, color=red, label="Interchange format"]; | |||
STL [shape=ellipse, color=red, label="STL vector\ngraphics"]; | |||
STL_clean [shape=ellipse, color=red, label="STL clean\nvector graphics"]; | |||
Phys [shape=ellipse, color=red, label="Physical\nmodel"]; | |||
Gcode [shape=ellipse, color=red, label="Machine\ncode"]; | |||
Obj [shape=box, color=red, label="Printed object"]; | |||
Obj_clean [shape=box, color=red, label="Cleaned\nPrinted object"]; | |||
== | # Links | ||
Idea -- ThreeDInt [label = "find"]; | |||
Idea -- ThreeDGr [label = "find &\nimport"]; | |||
Idea -- Phys [label = "find"]; | |||
Idea -- ThreeDGr [label = "draw"]; | |||
Idea -- STL [label = "find"]; | |||
Physics -- ThreeDGr [style = "dotted"]; | |||
Physics -- STL_clean [style = "dotted"]; | |||
Idea -- Physics [label = "machine,\nPolymer"]; | |||
ThreeDGr -- ThreeDGr [label = "import &\nmerge"]; | |||
ThreeDGr -- STL [label = "translate"]; | |||
ThreeDInt -- STL [label = "translate"]; | |||
ThreeDInt -- ThreeDGr [label = "import"]; | |||
ThreeDInt -- ThreeDInt [label = "import &\nmerge"]; | |||
Phys -- ThreeDInt [label = "scan"]; | |||
STL -- STL_clean [label = "clean, resize,\n& position"]; | |||
STL -- STL_clean [label = "merge"]; | |||
STL_clean -- Gcode [label = "parametrize\ntranslate"]; | |||
Gcode -- Obj [label = "print"]; | |||
Obj -- Obj_clean [label = "clean up\n paint"]; | |||
} | |||
</graphviz> |
Latest revision as of 17:17, 27 February 2016
Testing
Diagrams error (with dot command): Error: /tmp/diagrams_ina29b20c64ba2.dot: syntax error in line 2 near '['