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:
authorJaime van Kessel <nallath@gmail.com>2021-11-29 12:46:01 +0300
committerGitHub <noreply@github.com>2021-11-29 12:46:01 +0300
commit2000f8143a1392ea1d198b485ba17e84dba33594 (patch)
tree26e492d83d818d49b83d59e0dba6fd47e0e65877 /resources/quality/ultimaker_s3/um_s3_cc0.6_PLA_Fast_Print.inst.cfg
parentfacb6eeb7753b2324be04740d1e973d59ba6d27c (diff)
parent86306dfd9e62af32afbc651312c0d9692d971dbe (diff)
Merge pull request #10860 from Ultimaker/PP-25_close-to-100%-density-infill-behaviour-ArachnelibArachne_rebased
Pp 25 close to 100% density infill behaviour arachne
Diffstat (limited to 'resources/quality/ultimaker_s3/um_s3_cc0.6_PLA_Fast_Print.inst.cfg')
-rw-r--r--resources/quality/ultimaker_s3/um_s3_cc0.6_PLA_Fast_Print.inst.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/quality/ultimaker_s3/um_s3_cc0.6_PLA_Fast_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_cc0.6_PLA_Fast_Print.inst.cfg
index 3bde0b6e99..e9fde09fb8 100644
--- a/resources/quality/ultimaker_s3/um_s3_cc0.6_PLA_Fast_Print.inst.cfg
+++ b/resources/quality/ultimaker_s3/um_s3_cc0.6_PLA_Fast_Print.inst.cfg
@@ -17,7 +17,7 @@ cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
cool_fan_speed_max = =100
cool_min_speed = 2
gradual_infill_step_height = =3 * layer_height
-infill_pattern = triangles
+infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
machine_nozzle_cool_down_speed = 0.75
machine_nozzle_heat_up_speed = 1.6
material_final_print_temperature = =max(-273.15, material_print_temperature - 15)