mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 03:07:55 -06:00
PressureEqualizer - fixed compiler warnings, documented.
This commit is contained in:
parent
4a13efd081
commit
758458e5a0
2 changed files with 20 additions and 8 deletions
|
@ -167,6 +167,9 @@ private:
|
|||
std::vector<char> output_buffer;
|
||||
size_t output_buffer_length;
|
||||
|
||||
// For debugging purposes. Index of the G-code line processed.
|
||||
size_t line_idx;
|
||||
|
||||
bool process_line(const char *line, const size_t len, GCodeLine &buf);
|
||||
void output_gcode_line(GCodeLine &buf);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue