mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-23 08:41:11 -06:00
More work here and there
This commit is contained in:
parent
51b976721d
commit
0883d0f4eb
7 changed files with 85 additions and 32 deletions
|
@ -986,7 +986,7 @@ class PrintRegionConfig : public virtual StaticConfig
|
|||
ConfigOptionFloatOrPercent top_infill_extrusion_width;
|
||||
ConfigOptionInt top_solid_layers;
|
||||
|
||||
PrintObjectConfig() {
|
||||
PrintRegionConfig() {
|
||||
this->def = &PrintConfigDef::def;
|
||||
|
||||
this->bottom_solid_layers.value = 3;
|
||||
|
@ -1135,7 +1135,7 @@ class PrintConfig : public virtual StaticConfig
|
|||
ConfigOptionFloat z_offset;
|
||||
|
||||
PrintConfig() {
|
||||
this->def = &PrintConfig::PrintConfigDef;
|
||||
this->def = &PrintConfigDef::def;
|
||||
|
||||
this->avoid_crossing_perimeters.value = false;
|
||||
this->bed_size.point = Pointf(200,200);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue