15-294 Software Setup

All the software you need for this course is pre-installed on the IDEATE@Hunt MacBooks which you can check out prior to class.

You are also welcome to run the software on your personal laptop, if you prefer. To do so, follow these install instructions:

SolidWorks

DraftSight

  • DrafSight is used to edit DXF files to prepare them for the laser cutter.
  • It's available as a free download for Windows, Mac, or Linux: click here to get it.
  • Many other tools can also be used to edit DXF files, such as InkScape or CorelDraw. Use whatever you prefer.

Cube Client

Preform for the Form 1+ Printer

  • Th Preform application prepares files for the Form 1+ 3D printer.
  • Download it (Mac or Windows) here.

Python 2.7

  1. Download Python 2.7 from python.org and run the installer.
  2. Add Python to your search path. From a Command window, do:
    set PATH=%PATH%;C:\Python27
  3. Download and unzip the dxfwrite package from here.
  4. Install dxfwrite:
    cd /d Z:\Downloads
    cd dxfwrite-1.2.0
    python setup.py install

MeshLab

MeshLab is an open source tool for displaying and editing mesh files, including the STL files that 3D scanners and printers use.

Back to 15-294 course home page

Last modified: Sat Dec 13 02:06:51 EST 2014