EasyManua.ls Logo

LulzBot Mini - Example Post-Processing Script to Print each Line to Output

LulzBot Mini
148 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.
120

Table of Contents

Other manuals for LulzBot Mini

Related product manuals