make --has-heatbed to compatible with other cli arguments

This commit is contained in:
Can Gelis 2017-08-12 14:50:32 +03:00
parent 571b1172b7
commit 98e0b81445

View File

@ -45,7 +45,7 @@ PrintConfigDef::PrintConfigDef()
def = this->add("has_heatbed", coBool);
def->label = "Has heated bed";
def->tooltip = "Unselecting this will suppress automatic generation of bed heating gcode.";
def->cli = "has_heatbed!";
def->cli = "has-heatbed!";
def->default_value = new ConfigOptionBool(true);
def = this->add("bed_temperature", coInt);