Skip to content

Commit

Permalink
Communication isn't sequential
Browse files Browse the repository at this point in the history
Contribute to NP-327
  • Loading branch information
jellespijker committed Aug 22, 2024
1 parent cabaa89 commit 63a84d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/communication/EmscriptenCommunication.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,11 @@ class EmscriptenCommunication : public CommandLine
* \brief Initiates the slicing of the next item.
*/
void sliceNext() override;

bool isSequential() const { return false; }
};

} // namespace cura

#endif // __EMSCRIPTEN__
#endif // EMSCRIPTENCOMMUNICATION_H
#endif // EMSCRIPTENCOMMUNICATION_H

0 comments on commit 63a84d0

Please sign in to comment.