Revert "Use G92 to apply Z offset. #486" #778

This commit is contained in:
Alessandro Ranellucci 2012-11-06 20:04:44 +01:00
parent ab2b31672f
commit 1db614a5a9
2 changed files with 1 additions and 8 deletions

View file

@ -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;