1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-25 10:15:50 +00:00

Compatibility with --load and new GUI

This commit is contained in:
Alessandro Ranellucci
2012-07-15 17:54:57 +02:00
parent e228b834e2
commit 9210c708fc
5 changed files with 90 additions and 77 deletions
+1 -1
View File
@@ -722,7 +722,7 @@ sub read_ini {
my $ini = { _ => {} };
my $category = '_';
while (<$fh>) {
while (my $_ = <$fh>) {
s/\R+$//;
next if /^\s+/;
next if /^$/;