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

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsupermerill <merill@free.fr>2022-08-05 00:48:15 +0300
committersupermerill <merill@free.fr>2022-08-11 00:48:40 +0300
commitf2288a5fa4ab727cae5824773887473f9c2687c8 (patch)
tree3818f9fabc6a03a8bf4e5f7e3b3c068b96cd62ef
parent2056c3213cbbf06f0b7602dcf0a3556e1c16216e (diff)
fix b1efd779 (freecad path)
-rw-r--r--src/slic3r/GUI/FreeCADDialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slic3r/GUI/FreeCADDialog.cpp b/src/slic3r/GUI/FreeCADDialog.cpp
index 959756f6d..271e3ef2d 100644
--- a/src/slic3r/GUI/FreeCADDialog.cpp
+++ b/src/slic3r/GUI/FreeCADDialog.cpp
@@ -784,7 +784,7 @@ bool FreeCADDialog::init_start_python() {
delete exec_var;
exec_var = new ExecVar();
-#ifdef __WINDO2WS__
+#ifdef __WINDOWS__
// Get the freecad path (python path)
boost::filesystem::path pythonpath(gui_app->app_config->get("freecad_path"));
if (pythonpath.filename().string().find("python") == std::string::npos) {