mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 12:36:02 +08:00
Accept newline as separator for post-processing scripts in GUI. #615
This commit is contained in:
parent
b35c41c1a3
commit
d278998f11
@ -551,7 +551,7 @@ END
|
|||||||
full_width => 1,
|
full_width => 1,
|
||||||
height => 60,
|
height => 60,
|
||||||
serialize => sub { join '; ', @{$_[0]} },
|
serialize => sub { join '; ', @{$_[0]} },
|
||||||
deserialize => sub { [ split /\s*;\s*/, $_[0] ] },
|
deserialize => sub { [ split /\s*(?:;|\R)\s*/s, $_[0] ] },
|
||||||
default => [],
|
default => [],
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user