mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
Lay flat - icons and invalidation improvement
This commit is contained in:
@@ -143,7 +143,7 @@ sub new {
|
||||
my $on_gizmo_rotate = sub {
|
||||
my ($angle_z, $angle_y) = @_;
|
||||
$self->rotate(rad2deg($angle_z), Z, 'absolute');
|
||||
$self->rotate(rad2deg($angle_y), Y, 'absolute');
|
||||
$self->rotate(rad2deg($angle_y), Y, 'absolute') if $angle_y != 0;
|
||||
};
|
||||
|
||||
# callback to update object's geometry info while using gizmos
|
||||
|
||||
Reference in New Issue
Block a user