Talk:3D printer: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
m (Daniel K. Schneider moved page Talk:3D printing to Talk:3D printer: split)
 
(17 intermediate revisions by the same user not shown)
Line 2: Line 2:


<graphviz border="frame" caption="caption">
<graphviz border="frame" caption="caption">
graph 3D_printing_1 {
graph ThreeD_printing_1 {
label = "Figure: Simple model of 3D design & printing workflows" [fontsize="9", fontname="Arial"];
label = "Figure: Simple model of 3D design & printing workflows" [fontsize="9", fontname="Arial"];
node [fontsize="10", fontname="Arial"];
node [fontsize="10", fontname="Arial"];
# edge [fontsize="8", fontname="Arial"];
edge [fontsize="8", fontname="Arial", labelfloat=false];
edge [fontsize="8", fontname="Arial", labelfloat=false];
# edge [arrowhead=normal,arrowsize=0.3];


# List of nodes
# List of nodes
Idea          [shape=box,    color=red, label="Design idea"];
Idea          [shape=box,    color=red, label="Design idea"];
Physics      [shape=box,    color=red, label="Physics constraints"];
Physics      [shape=box,    color=red, label="Physics constraints"];
3DGr          [shape=ellipse, color=red, label="proprietary Vector\ngraphics"];
ThreeDGr      [shape=ellipse, color=red, label="Proprietary Vector\ngraphics"];
3DInt        [shape=ellipse, label="Interchange format"];
ThreeDInt    [shape=ellipse, color=red, label="Interchange format"];
STL          [shape=ellipse, color=red, label="STL vector\ngraphics"];
STL          [shape=ellipse, color=red, label="STL vector\ngraphics"];
STL_clean [shape=ellipse, color=red, label="STL clean\nvector graphics"];
STL_clean     [shape=ellipse, color=red, label="STL clean\nvector graphics"];
Phys       [shape=ellipse, color=red, label="Physical\nmodel"];
Phys         [shape=ellipse, color=red, label="Physical\nmodel"];
Gcode        [shape=ellipse, color=red, label="Machine\ncode"];
Gcode        [shape=ellipse, color=red, label="Machine\ncode"];
Obj          [shape=box,    color=red, label="Printed object"];
Obj          [shape=box,    color=red, label="Printed object"];
Line 22: Line 20:


# Links
# Links
Idea        -- 3DGr                [label = "find"];
Idea        -- ThreeDInt          [label = "find"];
Idea        -- Phys               [label = "find"];
Idea        -- ThreeDGr          [label = "find &\nimport"];
Idea        -- 3Dgr                [label = "draw with\nother program"];
Idea        -- Phys               [label = "find"];
Idea        -- STL_clean          [label = "find"];
Idea        -- ThreeDGr          [label = "draw"];
Idea        -- STL                [label = "find"];
Physics      -- ThreeDGr          [style = "dotted"];
Physics      -- STL_clean          [style = "dotted"];
Idea        -- Physics            [label = "machine,\nPolymer"];
Idea        -- Physics            [label = "machine,\nPolymer"];
3DGr        -- 3Dgr               [label = "import"];
ThreeDGr    -- ThreeDGr          [label = "import &\nmerge"];
3DGr        -- STL                [label = "copy",style=dotted];
ThreeDGr    -- STL               [label = "translate"];
Phys        -- 3DInt              [label = "scan"];
ThreeDInt    -- STL                [label = "translate"];
STL          -- STL_clean          [label = "clean and \nposition"];
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"];
STL_clean    -- Gcode              [label = "parametrize\ntranslate"];
Gcode        -- Obj                [label = "print"];
Obj          -- Obj_clean          [label = "clean up\n paint"];
}
}
</graphviz>
</graphviz>

Latest revision as of 18:17, 27 February 2016

Testing

Diagrams error (with dot command): Error: /tmp/diagrams_in53b5ac01b97b.dot: syntax error in line 2 near '['