mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
parent
ab2b31672f
commit
1db614a5a9
2 changed files with 1 additions and 8 deletions
|
@ -63,6 +63,7 @@ sub move_z {
|
|||
my ($z, $comment) = @_;
|
||||
|
||||
$z *= &Slic3r::SCALING_FACTOR;
|
||||
$z += $Slic3r::Config->z_offset;
|
||||
|
||||
my $gcode = "";
|
||||
my $current_z = $self->z;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue