Fix metadata of Ultimaker 2+ propylene profiles

Note that Git says that Fast was renamed to Verydraft, but in reality Fast was renamed to Draft and Draft was renamed to Verydraft.

Contributes to issue CURA-3960.
This commit is contained in:
Ghostkeeper 2017-06-23 14:24:14 +02:00
parent 25d2c10548
commit 504bf5067c
No known key found for this signature in database
GPG Key ID: C5F96EE2BC0F7E75
6 changed files with 16 additions and 16 deletions

View File

@ -1,12 +1,12 @@
[general] [general]
version = 2 version = 2
name = Fast Quality name = Normal
definition = ultimaker2_plus definition = ultimaker2_plus
[metadata] [metadata]
type = quality type = quality
material = generic_polypropylene_ultimaker2_plus_0.4_mm material = generic_polypropylene_ultimaker2_plus_0.4_mm
weight = 0 weight = -1
quality_type = fast quality_type = fast
[values] [values]

View File

@ -1,6 +1,6 @@
[general] [general]
version = 2 version = 2
name = Normal Quality name = Fine
definition = ultimaker2_plus definition = ultimaker2_plus
[metadata] [metadata]

View File

@ -1,12 +1,12 @@
[general] [general]
version = 2 version = 2
name = Draft Print name = Fast
definition = ultimaker2_plus definition = ultimaker2_plus
[metadata] [metadata]
type = quality type = quality
material = generic_polypropylene_ultimaker2_plus_0.6_mm material = generic_polypropylene_ultimaker2_plus_0.6_mm
weight = 0 weight = -2
quality_type = draft quality_type = draft
[values] [values]

View File

@ -1,6 +1,6 @@
[general] [general]
version = 2 version = 2
name = Fast Print name = Fast
definition = ultimaker2_plus definition = ultimaker2_plus
[metadata] [metadata]

View File

@ -1,13 +1,13 @@
[general] [general]
version = 2 version = 2
name = Draft Print name = Fast Print
definition = ultimaker2_plus definition = ultimaker2_plus
[metadata] [metadata]
type = quality type = quality
material = generic_polypropylene_ultimaker2_plus_0.8_mm material = generic_polypropylene_ultimaker2_plus_0.8_mm
weight = 0 weight = -2
quality_type = draft quality_type = fast
[values] [values]
acceleration_enabled = True acceleration_enabled = True
@ -24,7 +24,7 @@ cool_fan_full_at_height = =layer_height_0 + 4 * layer_height
cool_fan_speed_max = 100 cool_fan_speed_max = 100
cool_min_layer_time_fan_speed_max = 6 cool_min_layer_time_fan_speed_max = 6
cool_min_speed = 20 cool_min_speed = 20
gradual_infill_step_height = =layer_height * 2 gradual_infill_step_height = =layer_height * 3
gradual_infill_steps = 3 gradual_infill_steps = 3
infill_line_width = =round(line_width * 0.8 / 0.76, 2) infill_line_width = =round(line_width * 0.8 / 0.76, 2)
infill_overlap = 0 infill_overlap = 0
@ -41,7 +41,7 @@ jerk_support_interface = =jerk_topbottom
jerk_topbottom = =math.ceil(jerk_print * 5 / 25) jerk_topbottom = =math.ceil(jerk_print * 5 / 25)
jerk_wall = =math.ceil(jerk_print * 10 / 25) jerk_wall = =math.ceil(jerk_print * 10 / 25)
jerk_wall_0 = =math.ceil(jerk_wall * 5 / 10) jerk_wall_0 = =math.ceil(jerk_wall * 5 / 10)
layer_height = 0.3 layer_height = 0.2
line_width = =machine_nozzle_size * 0.95 line_width = =machine_nozzle_size * 0.95
multiple_mesh_overlap = 0 multiple_mesh_overlap = 0
retraction_count_max = 12 retraction_count_max = 12

View File

@ -1,13 +1,13 @@
[general] [general]
version = 2 version = 2
name = Fast Print name = Extra Fast
definition = ultimaker2_plus definition = ultimaker2_plus
[metadata] [metadata]
type = quality type = quality
material = generic_polypropylene_ultimaker2_plus_0.8_mm material = generic_polypropylene_ultimaker2_plus_0.8_mm
weight = 0 weight = -3
quality_type = fast quality_type = draft
[values] [values]
acceleration_enabled = True acceleration_enabled = True
@ -24,7 +24,7 @@ cool_fan_full_at_height = =layer_height_0 + 4 * layer_height
cool_fan_speed_max = 100 cool_fan_speed_max = 100
cool_min_layer_time_fan_speed_max = 6 cool_min_layer_time_fan_speed_max = 6
cool_min_speed = 20 cool_min_speed = 20
gradual_infill_step_height = =layer_height * 3 gradual_infill_step_height = =layer_height * 2
gradual_infill_steps = 3 gradual_infill_steps = 3
infill_line_width = =round(line_width * 0.8 / 0.76, 2) infill_line_width = =round(line_width * 0.8 / 0.76, 2)
infill_overlap = 0 infill_overlap = 0
@ -41,7 +41,7 @@ jerk_support_interface = =jerk_topbottom
jerk_topbottom = =math.ceil(jerk_print * 5 / 25) jerk_topbottom = =math.ceil(jerk_print * 5 / 25)
jerk_wall = =math.ceil(jerk_print * 10 / 25) jerk_wall = =math.ceil(jerk_print * 10 / 25)
jerk_wall_0 = =math.ceil(jerk_wall * 5 / 10) jerk_wall_0 = =math.ceil(jerk_wall * 5 / 10)
layer_height = 0.2 layer_height = 0.3
line_width = =machine_nozzle_size * 0.95 line_width = =machine_nozzle_size * 0.95
multiple_mesh_overlap = 0 multiple_mesh_overlap = 0
retraction_count_max = 12 retraction_count_max = 12