1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-22 09:54:27 +00:00

Change default layer height to 0.3mm

This commit is contained in:
Alessandro Ranellucci
2014-07-23 14:15:14 +02:00
parent f67b863e64
commit a02ea2842c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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;