1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-12 08:14:26 +00:00

Comment out stale implementation in Serial, fix #2150

This commit is contained in:
Vojtech Kral
2019-08-02 15:11:50 +02:00
parent c791ba776f
commit bfb135bcc3
3 changed files with 17 additions and 2 deletions
+1 -1
View File
@@ -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;