mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-06 08:36:08 +08:00
FIX: cannot change filament
Change-Id: Iccc37a3005dd0aaa7e9ff8720390924abf65d4d1
This commit is contained in:
parent
ae959b7400
commit
ea664b6e13
@ -483,7 +483,7 @@ void Preview::update_layers_slider_mode()
|
||||
can_change_color = false;
|
||||
}
|
||||
// check if whole model uses just only one extruder
|
||||
if (plate_extruders.size() > 1) {
|
||||
if (!plate_extruders.empty()) {
|
||||
//const int extruder = objects[0]->config.has("extruder") ? objects[0]->config.option("extruder")->getInt() : 0;
|
||||
only_extruder = plate_extruders[0];
|
||||
// auto is_one_extruder_printed_model = [objects, extruder]() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user