second draft implementation of output_filename_format

This commit is contained in:
Clarence Risher 2011-12-26 04:20:45 -05:00
parent 342823fdf3
commit 1071b556cb
6 changed files with 72 additions and 31 deletions

View file

@ -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