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-10 12:25:06 +0300
committerGhostkeeper <rubend@tutanota.com>2021-12-10 12:25:06 +0300
commit1ca5290d719109d3676bc4781d207eacfae3263e (patch)
tree84032a1da5c6ab5808455e16dcf5dc3de1cdf302 /resources/quality/ultimaker_s5
parente78caa10c60fac8dc1a88b16eb26dcc98031ec16 (diff)
Remove comments from profiles
Our FastConfigParser doesn't deal with these safely. It's best to disallow comments altogether. They affect the line afterwards. Contributes to issue CURA-8746.
Diffstat (limited to 'resources/quality/ultimaker_s5')
-rw-r--r--resources/quality/ultimaker_s5/um_s5_aa0.4_BAM_VeryDraft_Print.inst.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_BAM_VeryDraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_BAM_VeryDraft_Print.inst.cfg
index 4b440774e2..f4528b7fb8 100644
--- a/resources/quality/ultimaker_s5/um_s5_aa0.4_BAM_VeryDraft_Print.inst.cfg
+++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_BAM_VeryDraft_Print.inst.cfg
@@ -19,7 +19,6 @@ cool_fan_speed_max = =cool_fan_speed
machine_nozzle_cool_down_speed = 0.75
machine_nozzle_heat_up_speed = 1.6
material_print_temperature = =default_material_print_temperature + 5
-# prime_tower_enable: see CURA-4248
prime_tower_enable = =min(extruderValues('material_surface_energy')) < 100
skin_overlap = 20
speed_layer_0 = =math.ceil(speed_print * 20 / 70)