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

@ -7,6 +7,13 @@ use constant PI => 4 * atan2(1, 1);
our $Options = {
# output options
'output_filename_format' => {
label => 'Output filename format',
cli => 'output=s',
type => 's',
},
# printer options
'nozzle_diameter' => {
label => 'Nozzle diameter',