mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-22 16:21:24 -06:00
Change default layer height to 0.3mm
This commit is contained in:
parent
f67b863e64
commit
a02ea2842c
2 changed files with 2 additions and 2 deletions
|
@ -144,7 +144,7 @@ class PrintObjectConfig : public virtual StaticPrintConfig
|
|||
this->first_layer_height.percent = false;
|
||||
this->infill_only_where_needed.value = false;
|
||||
this->interface_shells.value = false;
|
||||
this->layer_height.value = 0.4;
|
||||
this->layer_height.value = 0.3;
|
||||
this->raft_layers.value = 0;
|
||||
this->seam_position.value = spAligned;
|
||||
this->support_material.value = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue