mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-01-30 23:48:44 +03:00
Update PrintConfig.cpp
This commit is contained in:
@@ -3633,6 +3633,7 @@ void PrintConfigDef::init_fff_params()
|
||||
def->label = L("Only one wall on first layer");
|
||||
def->category = L("Advanced");
|
||||
def->tooltip = L("Use only one wall on the first layer of model");
|
||||
def->mode = comAdvanced;
|
||||
def->set_default_value(new ConfigOptionBool(false));
|
||||
|
||||
def = this->add("wall_transition_length", coFloatOrPercent);
|
||||
|
||||
Reference in New Issue
Block a user