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:
authorVojtech Kral <vojtech@kral.hk>2019-08-02 16:11:50 +0300
committerVojtech Kral <vojtech@kral.hk>2019-08-02 16:20:52 +0300
commitbfb135bcc3ac3f7d5cd65365a2f5944a78c7a250 (patch)
tree9ad3374dd95e3f683e50177b8e0df32c8272258c /src/slic3r/GUI/FirmwareDialog.cpp
parentc791ba776f96c8fa18c435c12dad2c726af46c3b (diff)
Comment out stale implementation in Serial, fix #2150
Diffstat (limited to 'src/slic3r/GUI/FirmwareDialog.cpp')
-rw-r--r--src/slic3r/GUI/FirmwareDialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slic3r/GUI/FirmwareDialog.cpp b/src/slic3r/GUI/FirmwareDialog.cpp
index 7865aecf2..d1f2da040 100644
--- a/src/slic3r/GUI/FirmwareDialog.cpp
+++ b/src/slic3r/GUI/FirmwareDialog.cpp
@@ -354,7 +354,7 @@ bool FirmwareDialog::priv::check_model_id()
// Therefore, regretably, so far the check cannot be used and we just return true here.
// TODO: Rewrite Serial using more platform-native code.
return true;
-
+
// if (hex_file.model_id.empty()) {
// // No data to check against, assume it's ok
// return true;