File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3017,7 +3017,7 @@ var MakerJs;
30173017 accuracy : .0001
30183018 } ;
30193019 MakerJs . extendObject ( opts , options ) ;
3020- var loops = MakerJs . model . findLoops ( modelToExport , options . accuracy ) ;
3020+ var loops = MakerJs . model . findLoops ( modelToExport , opts . accuracy ) ;
30213021 while ( depthModel = loops . models [ depth ] ) {
30223022 var union = '' ;
30233023 for ( var modelId in depthModel . models ) {
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ module MakerJs.exporter {
157157
158158 extendObject ( opts , options ) ;
159159
160- var loops = model . findLoops ( modelToExport , options . accuracy ) ;
160+ var loops = model . findLoops ( modelToExport , opts . accuracy ) ;
161161
162162 while ( depthModel = loops . models [ depth ] ) {
163163 var union = '' ;
Original file line number Diff line number Diff line change @@ -3018,7 +3018,7 @@ var MakerJs;
30183018 accuracy : .0001
30193019 } ;
30203020 MakerJs . extendObject ( opts , options ) ;
3021- var loops = MakerJs . model . findLoops ( modelToExport , options . accuracy ) ;
3021+ var loops = MakerJs . model . findLoops ( modelToExport , opts . accuracy ) ;
30223022 while ( depthModel = loops . models [ depth ] ) {
30233023 var union = '' ;
30243024 for ( var modelId in depthModel . models ) {
Original file line number Diff line number Diff line change @@ -3017,7 +3017,7 @@ var MakerJs;
30173017 accuracy : .0001
30183018 } ;
30193019 MakerJs . extendObject ( opts , options ) ;
3020- var loops = MakerJs . model . findLoops ( modelToExport , options . accuracy ) ;
3020+ var loops = MakerJs . model . findLoops ( modelToExport , opts . accuracy ) ;
30213021 while ( depthModel = loops . models [ depth ] ) {
30223022 var union = '' ;
30233023 for ( var modelId in depthModel . models ) {
You can’t perform that action at this time.
0 commit comments