Reallow large scaling of 3D models
Fixes: lp:1669510 * https://bugs.launchpad.net/kicad/+bug/1669510
This commit is contained in:
parent
1502e27695
commit
49c7400ca9
|
@ -44,7 +44,7 @@
|
|||
#include <3d_canvas/eda_3d_canvas.h>
|
||||
|
||||
// Define min and max parameter values
|
||||
#define MAX_SCALE 100.0
|
||||
#define MAX_SCALE 10000.0
|
||||
#define MAX_ROTATION 180.0
|
||||
#define MAX_OFFSET 1000.0
|
||||
|
||||
|
|
Loading…
Reference in New Issue