mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 23:23:59 -06:00
Add support for notes field in configuration profiles. #130
This commit is contained in:
parent
4dd33c6b05
commit
121895d3fc
5 changed files with 28 additions and 1 deletions
|
@ -38,6 +38,9 @@ use Slic3r::TriangleMesh::IntersectionLine;
|
|||
|
||||
our $threads = 4;
|
||||
|
||||
# miscellaneous options
|
||||
our $notes = '';
|
||||
|
||||
# output options
|
||||
our $output_filename_format = '[input_filename_base].gcode';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue