Reallow large scaling of 3D models

Fixes: lp:1669510
* https://bugs.launchpad.net/kicad/+bug/1669510
This commit is contained in:
Kristoffer Ödmark 2017-03-02 18:13:34 +01:00 committed by Chris Pavlina
parent 1502e27695
commit 49c7400ca9
1 changed files with 1 additions and 1 deletions

View File

@ -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