Products

The Process of 3D Printing

By wrightj

If you haven’t seen my previous posts on this topic, they are here, here, and here.

Now that I have some experience with 3D Printing, I can lay out the process in more detail.  First, let’s talk about some basic design considerations:



  1. Abrupt changes in geometry should be avoided – If you read my previous post on the insulin pump holder, you saw the bottom of the holder had a very rough surface because the design went quickly from vertical walls to the horizontal floor.  I could have avoided that by making the floor area smaller and chamfering the internal wall segments.  I could have also split the design up into two sections and glued them together after printing.

  2. Orientation of model to build space is important – Again referencing the insulin pump holder, I had to print it upside down so the clip could be printed. If I had oriented it the other way, the clip would not have any support to hold it in place during the printing process.

  3. Support structure may be necessary – Even with the best orientation, it may be necessary to build a support structure. The software can do this automatically, or you can design your own.

  4. Layer thickness – Follow your manufacturer’s guidelines, but thicker layers will take less time (and look rougher) while thinner layers will take more time (but look better). There are min/max limits for layer thickness, depending on the machine, nozzle size, and material being extruded.

  5. Machine setup is important – The only times I had trouble with getting my printed objects to stay attached to the bed was when the bed was not level. Run the bed leveling routine before each print, and that headache is gone.

  6. Elmer’s Stick Glue (purple) – It does a great job of helping the first layer of ABS to stick to the platen.


The Skirt, the Brim, and the Raft


Brim.JPGThat sounds like an old Humphrey Bogart film, doesn’t it?  “A man and woman lost at sea on a small life raft learn to live and love in this 1938 film…”  Nope, back to reality.  Skirt, Brim, and Raft are ways to attach your 3D print to the bed.  The Brim prints a wide area adjacent to the actual object footprint (like a hat brim) to help attach your model to the bed. The Raft creates a detachable base under the entire object (so the object is sitting on the raft).  The skirt does not attach to the object at all – it simply creates several racetrack laps around the object before actual object printing begins to ensure that the plastic is flowing.

 


 


 


 


The Process


The general process I use to create 3D prints is this:



  1. Design the object in Solid Edge

  2. Save the file as *.stl

  3. Open the file in Cura (or whatever slicing engine you choose)

  4. Orient the model in the build space (Cura also has tools for scaling and positioning)

  5. Set the parameters (layer thickness, material type, skirt/brim/raft)

  6. Send the G-code file to the printer

  7. Once printed, peel the design off the platen (a harder task than it appears!)


A sample of auto-created G-code:


Gcode.jpg


If you have spent any time with CNC machines, the G-code file is very readable.  A typical file has X/Y/Z motion, plus F for feedrates, and E for extrusion speed.  There are some unique G-codes for warming the bed and the extruder, but it really is very straightforward.

Leave a Reply

This article first appeared on the Siemens Digital Industries Software blog at https://blogs.sw.siemens.com/solidedge/the-process-of-3d-printing/