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:
authorTHeijmans <t.heijmans@ultimaker.com>2021-09-16 11:27:44 +0300
committerTHeijmans <t.heijmans@ultimaker.com>2021-09-16 11:27:44 +0300
commita698409a2573d328b8cdd44b90c14a89f4d352ef (patch)
tree120272e09d819984da7eae298436b9df2e75403c /resources/quality/ultimaker_s3/um_s3_aa0.8_PC_Fast_Print.inst.cfg
parent8be12106c90689687c80b948e744a8c26ddcfd32 (diff)
Set line widths equal to nozzle diameter
and remove line width lines from profiles (PP-13)
Diffstat (limited to 'resources/quality/ultimaker_s3/um_s3_aa0.8_PC_Fast_Print.inst.cfg')
-rw-r--r--resources/quality/ultimaker_s3/um_s3_aa0.8_PC_Fast_Print.inst.cfg3
1 files changed, 1 insertions, 2 deletions
diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_PC_Fast_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_PC_Fast_Print.inst.cfg
index 6bdb14bdf5..f291ab075a 100644
--- a/resources/quality/ultimaker_s3/um_s3_aa0.8_PC_Fast_Print.inst.cfg
+++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_PC_Fast_Print.inst.cfg
@@ -16,7 +16,7 @@ is_experimental = True
brim_width = 14
cool_fan_full_at_height = =layer_height_0 + 14 * layer_height
-line_width = =machine_nozzle_size * 0.875
+
material_print_temperature = =default_material_print_temperature - 5
material_print_temperature_layer_0 = =material_print_temperature
material_standby_temperature = 100
@@ -29,4 +29,3 @@ speed_slowdown_layers = 15
speed_topbottom = =math.ceil(speed_print * 25 / 50)
speed_wall = =math.ceil(speed_print * 40 / 50)
speed_wall_0 = =math.ceil(speed_wall * 30 / 40)
-support_line_width = =round(line_width * 0.6 / 0.7, 2)