Talk:3D printer: Difference between revisions
Jump to navigation
Jump to search
m (-- ~~~~) |
m (using an external editor) |
||
Line 1: | Line 1: | ||
== | == Testing == | ||
<graphviz border="frame" caption="caption"> | |||
graph 3D_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"]; | |||
edge [fontsize="8", fontname="Arial", labelfloat=false]; | |||
# edge [arrowhead=normal,arrowsize=0.3]; | |||
# List of nodes | |||
Idea [shape=box, color=red, label="Design idea"]; | |||
Physics [shape=box, color=red, label="Physics constraints"]; | |||
3DGr [shape=ellipse, color=red, label="proprietary Vector\ngraphics"]; | |||
3DInt [shape=ellipse, 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 -- 3DGr [label = "find"]; | |||
Idea -- Phys [label = "find"]; | |||
Idea -- 3Dgr [label = "draw with\nother program"]; | |||
Idea -- STL_clean [label = "find"]; | |||
Idea -- Physics [label = "machine,\nPolymer"]; | |||
3DGr -- 3Dgr [label = "import"]; | |||
3DGr -- STL [label = "copy",style=dotted]; | |||
Phys -- 3DInt [label = "scan"]; | |||
STL -- STL_clean [label = "clean and \nposition"]; | |||
STL_clean -- Gcode [label = "parametrize\ntranslate"]; | |||
} | |||
</graphviz> |
Revision as of 13:48, 18 October 2011
Testing
Diagrams error (with dot command): Warning: syntax ambiguity - badly delimited number '3D' in line 1 of /tmp/diagrams_in89ffda18b9e1.dot splits into two tokens Error: /tmp/diagrams_in89ffda18b9e1.dot: syntax error in line 1 near 'D_printing_1'