mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-22 19:50:44 +00:00
ENH: Add extruder_printable_height
to support different printable height of multi_extruder jira:none Change-Id: I265c65e15fc8f598c3456556557bb6977b5de820 (cherry picked from commit 933adbaaf0eaf361e39f131dd5536dca91214d43)
This commit is contained in:
@@ -153,6 +153,7 @@ enum class NotificationType
|
||||
BBLPrinterConfigUpdateAvailable,
|
||||
BBLUserPresetExceedLimit,
|
||||
BBLSliceLimitError,
|
||||
BBLSliceMultiExtruderHeightOutside,
|
||||
NotificationTypeCount
|
||||
|
||||
};
|
||||
@@ -238,8 +239,8 @@ public:
|
||||
void close_plater_warning_notification(const std::string& text);
|
||||
|
||||
// GCode exceeds the printing range of the extruder
|
||||
void push_slicing_limit_error_notification(const std::string &text);
|
||||
void close_slicing_limit_error_notification(const std::string &text);
|
||||
void push_slicing_customize_error_notification(NotificationType type, NotificationLevel level, const std::string &text);
|
||||
void close_slicing_customize_error_notification(NotificationType type, NotificationLevel level);
|
||||
|
||||
// Object warning with ObjectID, closes when object is deleted. ID used is of object not print like in slicing warning.
|
||||
void push_simplify_suggestion_notification(const std::string& text, ObjectID object_id, const std::string& hypertext = "",
|
||||
|
||||
Reference in New Issue
Block a user