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:
authorKostas Karmas <konskarm@gmail.com>2020-12-02 18:30:16 +0300
committerKostas Karmas <konskarm@gmail.com>2020-12-02 18:30:16 +0300
commitf18c274825c69aac2de62dcee647e7f75f9e076f (patch)
tree28898ad9dcc3029ff4764c4fa6e1687f0af54498 /resources/quality/ultimaker_s3/um_s3_aa0.4_Nylon_Fast_Print.inst.cfg
parent590e46cef3367f70a73735b6555b4dc8e3c2208d (diff)
Remove duplicate settings from quality profiles
After https://github.com/Ultimaker/Cura/pull/8684 raft_airgap and speed_layer_0 existed twice in some of the quality profiles. This commit fixes that by removing the old (calculated) values.
Diffstat (limited to 'resources/quality/ultimaker_s3/um_s3_aa0.4_Nylon_Fast_Print.inst.cfg')
-rw-r--r--resources/quality/ultimaker_s3/um_s3_aa0.4_Nylon_Fast_Print.inst.cfg6
1 files changed, 2 insertions, 4 deletions
diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_Nylon_Fast_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_Nylon_Fast_Print.inst.cfg
index 9e4d40bcf3..026783cf17 100644
--- a/resources/quality/ultimaker_s3/um_s3_aa0.4_Nylon_Fast_Print.inst.cfg
+++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_Nylon_Fast_Print.inst.cfg
@@ -23,13 +23,13 @@ material_final_print_temperature = =material_print_temperature - 10
material_standby_temperature = 100
ooze_shield_angle = 40
raft_acceleration = =acceleration_layer_0
-raft_airgap = =round(layer_height_0 * 0.85, 2)
+raft_airgap = 0.4
raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 2)
raft_jerk = =jerk_layer_0
raft_margin = 10
raft_surface_thickness = =round(machine_nozzle_size * 0.2 / 0.4, 2)
skin_overlap = 50
-speed_layer_0 = =math.ceil(speed_print * 20 / 70)
+speed_layer_0 = 10
switch_extruder_prime_speed = 30
switch_extruder_retraction_amount = 30
switch_extruder_retraction_speeds = 40
@@ -37,6 +37,4 @@ wall_line_width_x = =wall_line_width
jerk_travel = 50
-raft_airgap = 0.4
raft_surface_speed = 45
-speed_layer_0 = 10