mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-11 02:57:39 +00:00
Make DrawDigitMode options more clear
This commit is contained in:
@@ -32,8 +32,8 @@ protected:
|
||||
~CalibPressureAdvance() { };
|
||||
|
||||
enum class DrawDigitMode {
|
||||
Horizontal = 0,
|
||||
Vertical
|
||||
Left_To_Right = 0,
|
||||
Bottom_To_Top
|
||||
};
|
||||
|
||||
std::string move_to(Vec2d pt, std::string comment = std::string());
|
||||
|
||||
Reference in New Issue
Block a user