Skip to content

Commit

Permalink
fix argument
Browse files Browse the repository at this point in the history
NP-349
  • Loading branch information
saumyaj3 committed Oct 10, 2024
1 parent 916a92a commit 6c4fad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/communication/CommandLine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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++;
Expand Down

0 comments on commit 6c4fad3

Please sign in to comment.