mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 01:37:53 -06:00
Typo in Reader.pm #2033
This commit is contained in:
parent
80adf9e5d0
commit
0d3c4a160f
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ sub parse {
|
||||||
if ($command =~ /^G[01]$/) {
|
if ($command =~ /^G[01]$/) {
|
||||||
foreach my $axis (@AXES) {
|
foreach my $axis (@AXES) {
|
||||||
if (exists $args{$axis}) {
|
if (exists $args{$axis}) {
|
||||||
$self->$axis = 0 if $axis eq 'E' && $self->config->use_relative_e_distances;
|
$self->$axis(0) if $axis eq 'E' && $self->config->use_relative_e_distances;
|
||||||
$info{"dist_$axis"} = $args{$axis} - $self->$axis;
|
$info{"dist_$axis"} = $args{$axis} - $self->$axis;
|
||||||
$info{"new_$axis"} = $args{$axis};
|
$info{"new_$axis"} = $args{$axis};
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue