Skip to Main Content

3D Printing at CSHL: 3D Software

Using the 3D Printer at the library

Getting Started

To design your own parts, you are going to need both a drawing/modeling and slicer software to convert your design from it's 3D representation into the physical movements of the 3D printer.

For drawing your design we recommend the open source software: FreeCAD. You first draw your design using lines and other shapes, then constrain the length and angles of your drawing. This model then gives you a precise control of all your dimensions. This is great for iterating over different size options. FreeCAD does parametric modeling, so it does take a little extra effort to learn compared to a simple drawing program, but it give you everything you need to tackle a project of any size.

Save your design in the native FreeCAD format, but you will also export the design into the generic: STL format.

To translate the STL model into g-code use: PrusaSlicer

PrusaSlicer takes the 3D STL model and determines the layers needed to physically create your design. The result is G-code, which directs each movement of the 3D printer. The software can also build supporting structures and create voids to save material cost and build time. Profiles of the printer and filament have been calibrated, always use the defaults to start with (unless there is a problem.)

PrusaSlicer is also free to download and is available for Windows, Macs and Linux. After installing the software, on the Mac it should be under Applications | Official Prusa Drivers | PrusaSlicer.  The first time you use the software, do: Configuration | Configuration Assistant ... Then allow the latest available configuration (If prompted). Click through "Next >", Selecting MK2 Family - Original Prusa i3 MK2S 0.4mm nozzle printer. For Filament Profiles, select: Prusa PLA and any other filament you might have on hand.

Once you have read the STL file in, and positioned the design on the bed, and confirmed the simple settings are:

  • 0.15mm OPTIMAL
  • PrusaPLA
  • Original Prusa i3 MK2S

you can then press the "Slice now" button at the bottom right. Upon success, click the same button which will now say "Generate G-code". Place this file onto an old SD card.

CAD/CAM Software

Modeling Tools

Alternatives