More compilation error fixes

This commit is contained in:
thewildmage
2023-06-05 00:50:43 -06:00
parent b59c643615
commit 47fdf2d63e
2 changed files with 29 additions and 28 deletions

View File

@@ -49,7 +49,7 @@ protected:
GCode* mp_gcodegen;
double m_nozzle_diameter;
double m_digit_segment_len;
int m_max_number_length;
std::string::size_type m_max_number_length;
double m_number_spacing;
};