mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
second draft implementation of output_filename_format
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user