Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortamasmeszaros <meszaros.q@gmail.com>2018-07-30 17:41:35 +0300
committertamasmeszaros <meszaros.q@gmail.com>2018-07-30 17:41:35 +0300
commit6cdec7ac9a43a3416180d3b61801387a554c3ae1 (patch)
treec1eda5f67d2f84101a25caa4d66aaebda9f7cca6 /xs/src/libnest2d/libnest2d.h
parentd136d61edded36ad36f17ee14b4b954a55d69db5 (diff)
parentbf4871d7f8b5090ec9ce47a9ba168c6d7c09b8ee (diff)
Prepare integration for arbitrary shaped print beds.
Diffstat (limited to 'xs/src/libnest2d/libnest2d.h')
-rw-r--r--xs/src/libnest2d/libnest2d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xs/src/libnest2d/libnest2d.h b/xs/src/libnest2d/libnest2d.h
index e0ad05c41..c9e21ecfb 100644
--- a/xs/src/libnest2d/libnest2d.h
+++ b/xs/src/libnest2d/libnest2d.h
@@ -6,7 +6,7 @@
#include <libnest2d/clipper_backend/clipper_backend.hpp>
// We include the stock optimizers for local and global optimization
-#include <libnest2d/optimizers/simplex.hpp> // Local simplex for NfpPlacer
+#include <libnest2d/optimizers/subplex.hpp> // Local subplex for NfpPlacer
#include <libnest2d/optimizers/genetic.hpp> // Genetic for min. bounding box
#include <libnest2d/libnest2d.hpp>