mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-30 12:11:15 -06:00
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
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue