Change default layer height to 0.3mm
This commit is contained in:
parent
f67b863e64
commit
a02ea2842c
@ -196,7 +196,7 @@ The author of the Silk icon set is Mark James.
|
|||||||
have been applied. (mm/s^2, set zero to disable; default: 130)
|
have been applied. (mm/s^2, set zero to disable; default: 130)
|
||||||
|
|
||||||
Accuracy options:
|
Accuracy options:
|
||||||
--layer-height Layer height in mm (default: 0.4)
|
--layer-height Layer height in mm (default: 0.3)
|
||||||
--first-layer-height Layer height for first layer (mm or %, default: 0.35)
|
--first-layer-height Layer height for first layer (mm or %, default: 0.35)
|
||||||
--infill-every-layers
|
--infill-every-layers
|
||||||
Infill every N layers (default: 1)
|
Infill every N layers (default: 1)
|
||||||
|
@ -144,7 +144,7 @@ class PrintObjectConfig : public virtual StaticPrintConfig
|
|||||||
this->first_layer_height.percent = false;
|
this->first_layer_height.percent = false;
|
||||||
this->infill_only_where_needed.value = false;
|
this->infill_only_where_needed.value = false;
|
||||||
this->interface_shells.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->raft_layers.value = 0;
|
||||||
this->seam_position.value = spAligned;
|
this->seam_position.value = spAligned;
|
||||||
this->support_material.value = false;
|
this->support_material.value = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user