This commit is contained in:
sunsets
2023-09-15 19:25:28 +08:00
parent f2ea046ab5
commit 65a245af41
4 changed files with 141 additions and 45 deletions

View File

@@ -178,7 +178,7 @@ public:
std::string move_to(const Vec2d &point, double speed, double e);
std::string move_to(double height);
std::string set_pressure_advance(double pa);
void add_num_text(std::string num, Vec2d posotion);
void new_project();
void load_project();
@@ -208,6 +208,7 @@ public:
FORCE_BACKGROUND_PROCESSING_UPDATE = 2,
POSTPONE_VALIDATION_ERROR_MESSAGE = 4,
};
void update(unsigned int flags = 0);
// Get the worker handling the UI jobs (arrange, fill bed, etc...)