mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 22:54:08 -06:00
Compatibility with --load and new GUI
This commit is contained in:
parent
e228b834e2
commit
9210c708fc
5 changed files with 90 additions and 77 deletions
|
@ -722,7 +722,7 @@ sub read_ini {
|
|||
|
||||
my $ini = { _ => {} };
|
||||
my $category = '_';
|
||||
while (<$fh>) {
|
||||
while (my $_ = <$fh>) {
|
||||
s/\R+$//;
|
||||
next if /^\s+/;
|
||||
next if /^$/;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue