We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b23997e commit a8d81f1Copy full SHA for a8d81f1
1 file changed
libnest2d_js/libnest2d_js.cpp
@@ -54,7 +54,7 @@ ResultAndItem nestWrapper(const ItemList& jsItems, const Box& bin, double scaleF
54
NestConfig<> cfg;
55
cfg.placer_config.rotations = { 0 };
56
57
- size_t result = nest(items, bin, scaleFactor * 5, cfg);
+ size_t result = nest(items, bin, scaleFactor, cfg);
58
59
emscripten::val jsItemsResult = emscripten::val::array();
60
// Copy results back to original JavaScript items
0 commit comments