From 6c4fad3399212ac85815623e2a560b02c5151def Mon Sep 17 00:00:00 2001 From: saumyaj3 Date: Thu, 10 Oct 2024 13:03:21 +0200 Subject: [PATCH] fix argument NP-349 --- src/communication/CommandLine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/communication/CommandLine.cpp b/src/communication/CommandLine.cpp index def4b7864f..da4bef97e5 100644 --- a/src/communication/CommandLine.cpp +++ b/src/communication/CommandLine.cpp @@ -188,7 +188,7 @@ void CommandLine::sliceNext() } else if ( argument.starts_with("--progress_cb") || argument.starts_with("--slice_info_cb") || argument.starts_with("--gcode_header_cb") - || argument.starts_with("engine_info_cb")) + || argument.starts_with("--engine_info_cb")) { // Unused in command line slicing, but used in EmscriptenCommunication. argument_index++;