mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-09 23:05:04 -06:00
Update objects' list after scaling using gizmo
This commit is contained in:
parent
68cd51435f
commit
86caf83721
1 changed files with 2 additions and 0 deletions
|
@ -127,6 +127,8 @@ sub new {
|
|||
$range->[1] *= $variation;
|
||||
}
|
||||
$_->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);
|
||||
|
||||
#update print and start background processing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue