add --bed-shape cli arg

This commit is contained in:
Can Gelis 2017-08-12 14:49:29 +03:00
parent 13f121e3d9
commit 6d9279db72

View File

@ -40,6 +40,8 @@ PrintConfigDef::PrintConfigDef()
opt->values.push_back(Pointf(0,200));
def->default_value = opt;
}
def->cli = "bed-shape=s";
def = this->add("has_heatbed", coBool);
def->label = "Has heated bed";
def->tooltip = "Unselecting this will suppress automatic generation of bed heating gcode.";