Software modeling: Difference between revisions

Content deleted Content added
Vexcarbon3d (talk | contribs)
updated with simplified .dat format and gnuplot output image
Vexcarbon3d (talk | contribs)
→‎Workflow examples: added typical openscad programmable workflow
 
(3 intermediate revisions by the same user not shown)
Line 43:
* Fusion 360
* Inkscape - 2D sketching into .SVG files
* OpenSCAD (programmable)
 
===== Online learning and study =====
 
* Coursera (ex. Introduction to Mechanical Engineering Design and Manufacturing with Fusion 360)
 
===== File formats and alternatives =====
Line 48 ⟶ 53:
* STEP format for 2D and 3D (may require some repair)
* Use or create plugins with an API
* Use the .scad programmable file format (OpenSCAD), then export to a .png rendering, or high quality .stl
 
===== Inkscape and SVG format for sketching (quick) =====
Line 100 ⟶ 106:
 
<code>
50 -50
50 50
-50 50
-50 -50
</code>
 
This is useful for plotting with *gnuplot* and you can use the example.plot file to view the points.
 
[[File:Square plot defined with four points using gnuplot program.png|thumb]]
Line 149 ⟶ 155:
* Highlight a specific body and select 3D Print from the file menu creating an STL file
* Use Cura or IdeaMaker for slicing your model, often this means STL into gcode.
 
Alternative workflow (OpenSCAD)
 
* Create or update model in OpenSCAD
* Render (F6) and Export to STL (F7)
* Use a slicer program such as Cura, ensuring parameters are set such as filament size, nozzle size, layer height, temperature, etc.
* Heat up your 3d printer to working temperature, level the printer, and print the gcode file.
 
==== External Links ====