SLAA891B April   2019  – February 2020 MSP430FR2512 , MSP430FR2512 , MSP430FR2522 , MSP430FR2522 , MSP430FR2532 , MSP430FR2532 , MSP430FR2533 , MSP430FR2533 , MSP430FR2632 , MSP430FR2632 , MSP430FR2633 , MSP430FR2633 , MSP430FR2672 , MSP430FR2672 , MSP430FR2673 , MSP430FR2673 , MSP430FR2675 , MSP430FR2675 , MSP430FR2676 , MSP430FR2676

 

  1.   Automating Capacitive Touch Sensor PCB Design Using OpenSCAD Scripts
    1.     Trademarks
    2. 1 Introduction
    3. 2 Getting Started
      1. 2.1 Prerequisites
      2. 2.2 Workflow
      3. 2.3 Creating a Sensor
      4. 2.4 Output DXF
      5. 2.5 Batch Files
    4. 3 Slider
    5. 4 Wheel
    6. 5 Curved Slider
    7. 6 Touchpad
    8. 7 PCB CAD Tool
    9. 8 Summary
  2.   Revision History

Prerequisites

The following steps assume that the Windows user has admin rights and can do the following on the PC:

  • Download and install OpenSCAD (may require administrative rights).
  • If using the optional batch files, modify the path environment variable.

Preparations:

  1. Download and install OpenSCAD from http://www.openscad.org/.
  2. On Windows OS, the installer may need to be executed with administrator rights by right mouse clicking on the .exe and selecting "Run as Administrator."

    The default installation directory is C:\Program Files\OpenSCAD.

  3. Create a project directory C:\OpenSCAD\Projects and download the sensor script zip file into this directory. Unzip the contents.
  4. If using the optional batch files, modify the path environment variable by appending the path C:\Program Files\OpenSCAD (see the following steps). Modifying the path environment variable is required to run the batch files without providing a path to OpenSCAD.exe on the command line.

To modify the environment path in Windows 10 (optional):

  1. Open System Properties (right click Computer in the start menu, or use the keyboard shortcut Winkey+Pause)
  2. Click Advanced system settings in the sidebar.
  3. Click Environmental Variables.
  4. From the system variables, select "PATH" and click Edit.
  5. Add the OpenSCAD installation directory path C:\Program Files\OpenSCAD to the end of the path list.