EasyManua.ls Logo

LulzBot TAZ 5 - Example Post-Processing Script to Print each Line to Output

LulzBot TAZ 5
173 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Slic3r
#!/usr/bin/perl -i
use strict;
use warnings;
while (<>) {
# modify $_ here before printing
print;
}
Figure 2.63: Example post-processing script to print each line to output.
128

Table of Contents

Other manuals for LulzBot TAZ 5

Related product manuals