update slic3r

This commit is contained in:
QIDI TECH
2024-11-28 15:19:12 +08:00
parent a26696f35e
commit 7eb6543991
196 changed files with 18701 additions and 3803 deletions

View File

@@ -71,7 +71,8 @@ protected:
public:
enum JobPrepareState {
PREPARE_STATE_DEFAULT = 0,
PREPARE_STATE_MENU = 1,
PREPARE_STATE_MENU = 1,
PREPARE_STATE_OUTSIDE_BED = 2,
};
Job(std::shared_ptr<ProgressIndicator> pri);