Skip to content

Commit

Permalink
fix active_feeder_motor_name
Browse files Browse the repository at this point in the history
  • Loading branch information
GiacomoGuaresi committed Jan 9, 2025
1 parent 292e1af commit 95280cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libslic3r/PrintConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2860,8 +2860,8 @@ void PrintConfigDef::init_fff_params()
def = this->add("active_feeder_motor_name", coStrings);
def->label = L("Active feeder motor name");
def->tooltip = "Name that identify the feeder motor";
def->mode = comAdvanced;
def->set_default_value(new ConfigOptionStrings());
def->mode = comSimple;
def->set_default_value(new ConfigOptionStrings{""});


def = this->add("use_active_pellet_feeding", coBool);
Expand Down

0 comments on commit 95280cc

Please sign in to comment.