reduced maximem rotation slightly, to reduce risk of overlapping

This commit is contained in:
Adriaan Wormgoor 2013-09-18 20:42:32 +02:00
parent fdfaafd99d
commit 6cf58db7a3
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ function initPreviewRendering() {
}
// TODO (perhaps) : make the twist limit dynamic, depending on what's printable (w.r.t. overlapping)
var previewRotationLimit = Math.PI / 20; // rough estimate
var previewRotationLimit = Math.PI / 30; // rough estimate
var numLayers = previewDefaults.numLayers; // current number of preview layers
var maxNumLayers= 100; // maximum number of preview layers