mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-13 12:07:41 +00:00
Extract convert_number_to_string function
This commit is contained in:
@@ -37,6 +37,7 @@ public:
|
||||
private:
|
||||
std::string move_to(Ved3d pt);
|
||||
std::string move_to(Vec2d pt);
|
||||
std::string convert_number_to_string(double num);
|
||||
std::string draw_digit(double startx, double starty, char c, calib_pressure_advance::DrawDigitMode mode);
|
||||
std::string draw_number(double startx, double starty, double value, calib_pressure_advance::DrawDigitMode mode);
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user