second draft implementation of output_filename_format
This commit is contained in:
parent
342823fdf3
commit
1071b556cb
6 changed files with 72 additions and 31 deletions
|
@ -33,6 +33,9 @@ use Slic3r::Surface;
|
|||
use Slic3r::TriangleMesh;
|
||||
use Slic3r::TriangleMesh::IntersectionLine;
|
||||
|
||||
# output options
|
||||
our $output_filename_format = '[input_filename_base].gcode';
|
||||
|
||||
# printer options
|
||||
our $nozzle_diameter = 0.5;
|
||||
our $print_center = [100,100]; # object will be centered around this point
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue