Add support for notes field in configuration profiles. #130

This commit is contained in:
Henrik Brix Andersen 2012-02-05 20:55:17 +01:00
parent 4dd33c6b05
commit 121895d3fc
5 changed files with 28 additions and 1 deletions

View file

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