Howto change background for LEGO display |
There is a evdprintscript which prints LEGO plots ps files with white background.
First you should setup cdfsoft2.
Example #1(to send it directly to the printer):
evdprint file.ps | flpr -q 165a_tekcolor
Example #2(to save to file):
evdprint file.ps > file1.ps
|