Added selection of custom bed model to bed shape dialog

This commit is contained in:
Enrico Turri
2019-07-18 12:56:52 +02:00
parent 74ce479402
commit 0425cb77b3
6 changed files with 120 additions and 20 deletions

View File

@@ -56,6 +56,11 @@ void PrintConfigDef::init_common_params()
def->mode = comAdvanced;
def->set_default_value(new ConfigOptionString(""));
def = this->add("bed_custom_model", coString);
def->label = L("Bed custom model");
def->mode = comAdvanced;
def->set_default_value(new ConfigOptionString(""));
def = this->add("layer_height", coFloat);
def->label = L("Layer height");
def->category = L("Layers and Perimeters");