Write Slic3r version in config files

degen-loop-screen
Alessandro Ranellucci 2012-07-01 18:53:01 +02:00
parent c4b9a6cf61
commit 641c2a241b
1 changed files with 1 additions and 0 deletions

View File

@ -594,6 +594,7 @@ sub save {
open my $fh, '>', $file;
binmode $fh, ':utf8';
printf $fh "# generated by Slic3r $Slic3r::VERSION\n";
foreach my $opt (sort keys %$Options) {
next if $Options->{$opt}{gui_only};
my $value = get_raw($opt);