mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
Enable cancel object for multi color printing(BBL)
This commit is contained in:
parent
cee0cbe49a
commit
db97f91abc
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue