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

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRijk van Manen <r.vanmanen@ultimaker.com>2021-11-15 18:07:05 +0300
committerRijk van Manen <r.vanmanen@ultimaker.com>2021-11-15 18:07:05 +0300
commit78aec480e770a5d497d113f7ed8dd3dadfbbd053 (patch)
tree29e1677eaf50c9b72e588ab93fa71536898ab197 /resources/quality/ultimaker_s3/um_s3_aa0.8_PP_Superdraft_Print.inst.cfg
parentc109bc36137488d9887a810fbf49ace619814d9c (diff)
change infill pattern to zigzag for >80% infill
This is done for all ultimaker profiles (PP-25).
Diffstat (limited to 'resources/quality/ultimaker_s3/um_s3_aa0.8_PP_Superdraft_Print.inst.cfg')
-rw-r--r--resources/quality/ultimaker_s3/um_s3_aa0.8_PP_Superdraft_Print.inst.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_PP_Superdraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_PP_Superdraft_Print.inst.cfg
index bb724a9b8a..2d635e2c35 100644
--- a/resources/quality/ultimaker_s3/um_s3_aa0.8_PP_Superdraft_Print.inst.cfg
+++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_PP_Superdraft_Print.inst.cfg
@@ -18,7 +18,7 @@ cool_min_speed = 17
top_skin_expand_distance = =line_width * 2
-infill_pattern = tetrahedral
+infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'tetrahedral'
material_bed_temperature_layer_0 = =material_bed_temperature
material_print_temperature = =default_material_print_temperature + 2
material_print_temperature_layer_0 = =default_material_print_temperature + 2