mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 02:07:54 -06:00
Fixed after-merging compilation problems
This commit is contained in:
parent
ada6970053
commit
774315fe07
2 changed files with 3 additions and 3 deletions
|
@ -39,7 +39,7 @@ void PrintConfigDef::init_common_params()
|
|||
|
||||
def = this->add("bed_shape", coPoints);
|
||||
def->label = L("Bed shape");
|
||||
def->default_value = new ConfigOptionPoints { Pointf(0,0), Pointf(200,0), Pointf(200,200), Pointf(0,200) };
|
||||
def->default_value = new ConfigOptionPoints{ Vec2d(0, 0), Vec2d(200, 0), Vec2d(200, 200), Vec2d(0, 200) };
|
||||
|
||||
def = this->add("layer_height", coFloat);
|
||||
def->label = L("Layer height");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue