Multithreaded infill. #154

This commit is contained in:
Alessandro Ranellucci 2012-01-28 16:27:52 +01:00
parent 8cdf9debfb
commit 8b777e9d70
6 changed files with 37 additions and 5 deletions

View file

@ -36,6 +36,8 @@ use Slic3r::Surface;
use Slic3r::TriangleMesh;
use Slic3r::TriangleMesh::IntersectionLine;
our $threads = 4;
# output options
our $output_filename_format = '[input_filename_base].gcode';