1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-22 09:54:27 +00:00

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
+3
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';