mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Fixed regression causing skirt_height to he honored incorrectly when printing more than one object. Includes regression test #1200
This commit is contained in:
parent
8f5a958948
commit
7baaf6bf5d
5 changed files with 56 additions and 7 deletions
|
@ -26,7 +26,7 @@ sub parse {
|
|||
my ($command, @args) = split /\s+/, $line;
|
||||
my %args = map { /([A-Z])(.*)/; ($1 => $2) } @args;
|
||||
|
||||
# check retraction
|
||||
# check motion
|
||||
if ($command =~ /^G[01]$/) {
|
||||
foreach my $axis (@AXES) {
|
||||
if (exists $args{$axis}) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue