mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 17:27:52 -06:00
Fixed #1244 - perl part
This commit is contained in:
parent
cce5f3203b
commit
3835a1cacf
4 changed files with 9 additions and 0 deletions
|
@ -424,6 +424,7 @@ sub on_btn_load {
|
|||
# apply the same translation we applied to the object
|
||||
if (($delta_x != 0.0) || ($delta_y != 0.0) || ($delta_z != 0.0)) {
|
||||
$new_volume->mesh->translate($delta_x, $delta_y, $delta_z);
|
||||
$new_volume->convex_hull->translate($delta_x, $delta_y, $delta_z);
|
||||
}
|
||||
|
||||
# set a default extruder value, since user can't add it manually
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue