mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Increase the looking from offset so model doesn't get cut off
CURA-5965
This commit is contained in:
parent
7880c8d3f4
commit
080cafe78f
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ class Snapshot:
|
|||
looking_from_offset = Vector(-1, 1, 2)
|
||||
if size > 0:
|
||||
# determine the watch distance depending on the size
|
||||
looking_from_offset = looking_from_offset * size * 1.3
|
||||
looking_from_offset = looking_from_offset * size * 1.75
|
||||
camera.setPosition(look_at + looking_from_offset)
|
||||
camera.lookAt(look_at)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue