mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-03 17:05:43 +02:00
Lay flat minor bugfix (ObjectCutDialog called a changed function using the old signature)
This commit is contained in:
@@ -137,7 +137,7 @@ sub new {
|
|||||||
# Adjust position / orientation of the split object halves.
|
# Adjust position / orientation of the split object halves.
|
||||||
if ($self->{new_model_objects}{lower}) {
|
if ($self->{new_model_objects}{lower}) {
|
||||||
if ($self->{cut_options}{rotate_lower}) {
|
if ($self->{cut_options}{rotate_lower}) {
|
||||||
$self->{new_model_objects}{lower}->rotate(PI, X);
|
$self->{new_model_objects}{lower}->rotate(PI, Slic3r::Pointf3->new(1,0,0));
|
||||||
$self->{new_model_objects}{lower}->center_around_origin; # align to Z = 0
|
$self->{new_model_objects}{lower}->center_around_origin; # align to Z = 0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user