Changed the label of "Marlin Firmware" to "Marlin 2"
This commit is contained in:
parent
dc21fb1100
commit
654cd753e2
1 changed files with 1 additions and 1 deletions
|
@ -1279,7 +1279,7 @@ void PrintConfigDef::init_fff_params()
|
|||
def->enum_labels.push_back("Teacup");
|
||||
def->enum_labels.push_back("MakerWare (MakerBot)");
|
||||
def->enum_labels.push_back("Marlin (legacy)");
|
||||
def->enum_labels.push_back("Marlin Firmware");
|
||||
def->enum_labels.push_back("Marlin 2");
|
||||
def->enum_labels.push_back("Sailfish (MakerBot)");
|
||||
def->enum_labels.push_back("Mach3/LinuxCNC");
|
||||
def->enum_labels.push_back("Machinekit");
|
||||
|
|
Loading…
Reference in a new issue