.SLC file format

.SLC files are used in the fused deposition modeling (FDM) process from Stratasys, Inc.
They describe the contours on, and the thickness of, each build layer.

In the case of the FDM 1600 rapid prototyping system:

Example:

The bold characters should be typed as is. The italic characters should be substituted with their corresponding values.

Slice V0             #  0 = zero
FILE(filename)       #  filename may include full path
SLICES()             #
Z z dz               #  z = absolute z of layer, dz = layer thickness
x y                  #  Provide the coordinates of the corner points
x y                  #  along each contour.  Do not duplicate the
x y                  #  first point.  The is no upper limit on the
x y                  #  number of points in a contour.
x y                  #
C                    #  Terminate the contour with a "C".
x y                  #  Begin the second contour on this level...
x y                  #
x y                  #
x y                  #
x y                  #
C                    #  Terminate the second contour.
Z z dz               #  Begin a new layer (z = z.old + dz)
x y                  #  Begin a new contour on a new level...
x y                  #
x y                  #
x y                  #
x y                  #
C                    #  Terminate the contour.
END                  #  All following lines are ignored.

Location: http://cadserv.cadlab.vt.edu/bohn/rp/SLC.html
Revised: December 13, 1996
Maintained by: Jan Helge Bøhn