home *** CD-ROM | disk | FTP | other *** search
- REM Set linestyles for plotter.
- REM Line Number
- REM | Repeat Factor in mm on the plotter. Line repeats every N mm.
- REM | | Starting position (always 0)
- REM | | | Perc1=First off percentage. Line is on from 0% to Perc1%
- REM | | | | Perc2=Line is off from Perc1% to Perc2%
- REM | | | | | Perc3=Line is on from Perc2% to Perc3%
- REM | | | | | | Perc4=Line is off from Perc3% to Perc4%
- REM | | | | | | |
- REM | | | | | | | ( You are allowed up to Perc10)
- REM | | | | | | |
- REM | | | | | | |
- SETLNSTY 1 8 0 100 0 0 0 0 0 0 0 0 0
- SETLNSTY 2 8 0 70 100 0 0 0 0 0 0 0 0
- SETLNSTY 3 4 0 50 100 0 0 0 0 0 0 0 0
- SETLNSTY 4 8 0 50 70 80 100 0 0 0 0 0 0
- SETLNSTY 5 8 0 50 60 70 80 90 100 0 0 0 0
- end
-
-