mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-04 00:01:07 -07:00
Multithreaded infill. #154
This commit is contained in:
parent
8cdf9debfb
commit
8b777e9d70
6 changed files with 37 additions and 5 deletions
|
|
@ -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';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue