mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-21 04:13:50 +00:00
Update objects' list after scaling using gizmo
This commit is contained in:
@@ -127,6 +127,8 @@ sub new {
|
|||||||
$range->[1] *= $variation;
|
$range->[1] *= $variation;
|
||||||
}
|
}
|
||||||
$_->set_scaling_factor($scale) for @{ $model_object->instances };
|
$_->set_scaling_factor($scale) for @{ $model_object->instances };
|
||||||
|
|
||||||
|
$self->{list}->SetItem($obj_idx, 2, ($model_object->instances->[0]->scaling_factor * 100) . "%");
|
||||||
$object->transform_thumbnail($self->{model}, $obj_idx);
|
$object->transform_thumbnail($self->{model}, $obj_idx);
|
||||||
|
|
||||||
#update print and start background processing
|
#update print and start background processing
|
||||||
|
|||||||
Reference in New Issue
Block a user