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:
authorGhostkeeper <rubend@tutanota.com>2021-12-31 17:01:30 +0300
committerGhostkeeper <rubend@tutanota.com>2021-12-31 17:01:30 +0300
commit58c9522d78fa2279b689b7f38314c5c978f47272 (patch)
treed7e38dd5961e708ee1f9f865ec3e9390333d61e5 /resources/quality/ultimaker_s5
parentfb41993e5af77d8f01f2f1f39d9216a1e00d8551 (diff)
parente6830f024161dee17632e178574530c65b9e1072 (diff)
Merge branch '4.13'
Diffstat (limited to 'resources/quality/ultimaker_s5')
-rw-r--r--resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Draft_Print.inst.cfg4
-rw-r--r--resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Fast_Print.inst.cfg4
-rw-r--r--resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Normal_Quality.inst.cfg4
3 files changed, 6 insertions, 6 deletions
diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Draft_Print.inst.cfg
index 5c4734a32a..30eb73204b 100644
--- a/resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Draft_Print.inst.cfg
+++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Draft_Print.inst.cfg
@@ -42,11 +42,11 @@ retraction_extrusion_window = 1
retraction_hop_only_when_collides = True
retraction_min_travel = =line_width * 2
retraction_prime_speed = 15
+skin_line_width = =round(line_width / 0.8, 2)
skin_overlap = 5
speed_layer_0 = =math.ceil(speed_print * 18 / 25)
speed_print = 25
-speed_topbottom = =math.ceil(speed_print * 25 / 25)
-
+speed_topbottom = =math.ceil(speed_print * 0.8)
speed_wall = =math.ceil(speed_print * 25 / 25)
speed_wall_0 = =math.ceil(speed_wall * 25 / 25)
support_angle = 50
diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Fast_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Fast_Print.inst.cfg
index 62c40c1b18..b63ecbdad8 100644
--- a/resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Fast_Print.inst.cfg
+++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Fast_Print.inst.cfg
@@ -42,11 +42,11 @@ retraction_extrusion_window = 1
retraction_hop_only_when_collides = True
retraction_min_travel = =line_width * 2
retraction_prime_speed = 15
+skin_line_width = =round(line_width / 0.8, 2)
skin_overlap = 5
speed_layer_0 = =math.ceil(speed_print * 18 / 25)
speed_print = 25
-speed_topbottom = =math.ceil(speed_print * 25 / 25)
-
+speed_topbottom = =math.ceil(speed_print * 0.8)
speed_wall = =math.ceil(speed_print * 25 / 25)
speed_wall_0 = =math.ceil(speed_wall * 25 / 25)
support_angle = 50
diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Normal_Quality.inst.cfg
index 018b755036..ff25dd69a9 100644
--- a/resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Normal_Quality.inst.cfg
+++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Normal_Quality.inst.cfg
@@ -41,11 +41,11 @@ retraction_extrusion_window = 1
retraction_hop_only_when_collides = True
retraction_min_travel = =line_width * 2
retraction_prime_speed = 15
+skin_line_width = =round(line_width / 0.8, 2)
skin_overlap = 5
speed_layer_0 = =math.ceil(speed_print * 18 / 25)
speed_print = 25
-speed_topbottom = =math.ceil(speed_print * 25 / 25)
-
+speed_topbottom = =math.ceil(speed_print * 0.8)
speed_wall = =math.ceil(speed_print * 25 / 25)
speed_wall_0 = =math.ceil(speed_wall * 25 / 25)
support_angle = 50