mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
FIX: cannot change filament
Change-Id: Iccc37a3005dd0aaa7e9ff8720390924abf65d4d1
This commit is contained in:
parent
ae959b7400
commit
ea664b6e13
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue