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-05 00:48:32 +0300
commit5906d51a98f19815b6e96942a966e43ad16cc96c (patch)
tree60d41e7a225a2208bdd1dee1bf1ae584c39fcb54
parent6695fe8d37afc0637539d8075c7d43ac9fcb4184 (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) {