FLAT
103
FLAT — set FLATness
Format
FLAT flatness;
Parameters
flatness:
number from 1 to 100
Function
The FLAT command determines how smoothly curves in paths are to be drawn when a
STRK or FILL command is used. Higher number values produce rougher curves and
lower number values create smoother curves which require greater computation. The
number actually specifies the maximum error tolerance of a straight line segment
approximation of any portion of the curve.
The printing system resets the flatness to 1 when it receives the RES command.
File
!R! RES; FRPO N8,0; CMNT 300 dpi;
UNIT C; SPD 0.02;
NEWP; CMNT 1st circle (FLAT 1);
PMRA 7, 16.5, 2, 0;
PARC 7, 16.5, 2, 0, 360;
STRK;
NEWP; CMNT 2nd circle (FLAT 50);
FLAT 50;
PMRA 12, 16.5, 2, 0;
PARC 12, 16.5, 2, 0, 360;
STRK;
PAGE; EXIT;
Printout