mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-29 07:14:24 +08:00
Remove hardcoded set perspective function
CURA-5395
This commit is contained in:
parent
0dc49a66f1
commit
2f5dfb8e65
@ -838,7 +838,6 @@ class CuraApplication(QtApplication):
|
||||
if diagonal < 1: #No printer added yet. Set a default camera distance for normal-sized printers.
|
||||
diagonal = 375
|
||||
camera.setPosition(Vector(-80, 250, 700) * diagonal / 375)
|
||||
camera.setPerspective(True)
|
||||
camera.lookAt(Vector(0, 0, 0))
|
||||
controller.getScene().setActiveCamera("3d")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user