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:
authorbubnikv <bubnikv@gmail.com>2018-05-18 09:21:24 +0300
committerbubnikv <bubnikv@gmail.com>2018-05-18 09:21:24 +0300
commit19221b749cf820aa40b99548c1340c346b73e597 (patch)
tree6b0a907b4c8f65daa9b24dcd1bf4f56e534bdd3b /xs/src/libslic3r/PrintConfig.cpp
parent5fd216461266dd14ce611643f66b6771edfe0bca (diff)
Fix of https://github.com/prusa3d/Slic3r/issues/869
Diffstat (limited to 'xs/src/libslic3r/PrintConfig.cpp')
-rw-r--r--xs/src/libslic3r/PrintConfig.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/xs/src/libslic3r/PrintConfig.cpp b/xs/src/libslic3r/PrintConfig.cpp
index dcfc3ffe7..9333132ff 100644
--- a/xs/src/libslic3r/PrintConfig.cpp
+++ b/xs/src/libslic3r/PrintConfig.cpp
@@ -1933,7 +1933,10 @@ void PrintConfigDef::handle_legacy(t_config_option_key &opt_key, std::string &va
"support_material_tool", "acceleration", "adjust_overhang_flow",
"standby_temperature", "scale", "rotate", "duplicate", "duplicate_grid",
"start_perimeters_at_concave_points", "start_perimeters_at_non_overhang", "randomize_start",
- "seal_position", "vibration_limit", "bed_size", "octoprint_host",
+ "seal_position", "vibration_limit", "bed_size",
+ // Maybe one day we will rename octoprint_host to print_host as it has been done in the upstream Slic3r.
+ // Commenting this out fixes github issue #869 for now.
+ // "octoprint_host",
"print_center", "g0", "threads", "pressure_advance", "wipe_tower_per_color_wipe"
};