Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/xs
diff options
context:
space:
mode:
authorAlessandro Ranellucci <aar@cpan.org>2014-07-23 16:15:14 +0400
committerAlessandro Ranellucci <aar@cpan.org>2014-07-23 16:15:14 +0400
commita02ea2842c83d5b542331a52dbcf1b2374aebf9c (patch)
treece8c23e7b1930ae1db897e9981f1cf64fc0557cf /xs
parentf67b863e6436d181c8351f025aa82fac8111902a (diff)
Change default layer height to 0.3mm
Diffstat (limited to 'xs')
-rw-r--r--xs/src/PrintConfig.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xs/src/PrintConfig.hpp b/xs/src/PrintConfig.hpp
index 368c8deb8..3b919c03c 100644
--- a/xs/src/PrintConfig.hpp
+++ b/xs/src/PrintConfig.hpp
@@ -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;