mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-14 21:36:04 +08:00
Enable cancel object for multi color printing(BBL)
This commit is contained in:
parent
cee0cbe49a
commit
db97f91abc
@ -1897,8 +1897,7 @@ void GCode::_do_export(Print& print, GCodeOutputStream &file, ThumbnailsGenerato
|
||||
m_enable_exclude_object = config().exclude_object;
|
||||
//Orca: extra check for bbl printer
|
||||
if (is_bbl_printers) {
|
||||
if (print.extruders(true).size() == 1 && // Don't support multi-color
|
||||
print.calib_params().mode == CalibMode::Calib_None) { // Don't support skipping in cali mode
|
||||
if (print.calib_params().mode == CalibMode::Calib_None) { // Don't support skipping in cali mode
|
||||
// list all label_object_id with sorted order here
|
||||
m_enable_exclude_object = true;
|
||||
m_label_objects_ids.clear();
|
||||
|
Loading…
x
Reference in New Issue
Block a user