Talk:3D printing: Difference between revisions
Jump to navigation
Jump to search
m (Blanked the page) |
mNo edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== testing -- [[User:Daniel K. Schneider|Daniel K. Schneider]] ([[User talk:Daniel K. Schneider|talk]]) 18:34, 14 February 2018 (CET) == | |||
Warning both the caption figure and the graph name must be different from other graphs in the whole wiki ! | |||
<graphviz location="none" border="frame" caption="Figure: Simple model of 3D design & 3D printing workflows"> | |||
graph ThreeD_printing_2test { | |||
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 18:39, 14 February 2018
testing -- Daniel K. Schneider (talk) 18:34, 14 February 2018 (CET)
Warning both the caption figure and the graph name must be different from other graphs in the whole wiki !