mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-13 12:07:41 +00:00
Remove unused move_to overload, accept move_to comments
This commit is contained in:
@@ -34,8 +34,7 @@ public:
|
||||
Vertical
|
||||
};
|
||||
private:
|
||||
std::string move_to(Ved3d pt);
|
||||
std::string move_to(Vec2d pt);
|
||||
std::string move_to(Vec2d pt, std::string comment = std::string());
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user