Skip to content

Commit

Permalink
Fix object Z alignment after cut + rotate lower part. #2724
Browse files Browse the repository at this point in the history
  • Loading branch information
alranel committed Mar 9, 2015
1 parent 6cab566 commit 3fd182a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Slic3r/GUI/Plater/ObjectCutDialog.pm
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ sub perform_cut {
push @{$self->{new_model_objects}}, $lower_object;
if ($self->{cut_options}{rotate_lower}) {
$lower_object->rotate(PI, X);
$lower_object->center_around_origin; # align to Z = 0
}
}

Expand Down

0 comments on commit 3fd182a

Please sign in to comment.