mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-20 05:07:51 -06:00
ENH: increase the warning level of which blocking cloud slice
Jira: STUDIO-4457 Change-Id: I9a3be983cd5c585ed498829482e6b2202f4d5717
This commit is contained in:
parent
50051b82d1
commit
1b12dae4c7
3 changed files with 8 additions and 4 deletions
|
@ -200,7 +200,7 @@ public:
|
|||
// Creates Slicing Error notification with a custom text and no fade out.
|
||||
void push_slicing_error_notification(const std::string &text, std::vector<ModelObject const *> objs);
|
||||
// Creates Slicing Warning notification with a custom text and no fade out.
|
||||
void push_slicing_warning_notification(const std::string &text, bool gray, ModelObject const *obj, ObjectID oid, int warning_step, int warning_msg_id);
|
||||
void push_slicing_warning_notification(const std::string &text, bool gray, ModelObject const *obj, ObjectID oid, int warning_step, int warning_msg_id, NotificationLevel level = NotificationLevel::WarningNotificationLevel);
|
||||
// marks slicing errors as gray
|
||||
void set_all_slicing_errors_gray(bool g);
|
||||
// marks slicing warings as gray
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue