mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
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:
parent
25d2c10548
commit
504bf5067c
6 changed files with 16 additions and 16 deletions
|
@ -1,12 +1,12 @@
|
|||
[general]
|
||||
version = 2
|
||||
name = Fast Quality
|
||||
name = Normal
|
||||
definition = ultimaker2_plus
|
||||
|
||||
[metadata]
|
||||
type = quality
|
||||
material = generic_polypropylene_ultimaker2_plus_0.4_mm
|
||||
weight = 0
|
||||
weight = -1
|
||||
quality_type = fast
|
||||
|
||||
[values]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[general]
|
||||
version = 2
|
||||
name = Normal Quality
|
||||
name = Fine
|
||||
definition = ultimaker2_plus
|
||||
|
||||
[metadata]
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
[general]
|
||||
version = 2
|
||||
name = Draft Print
|
||||
name = Fast
|
||||
definition = ultimaker2_plus
|
||||
|
||||
[metadata]
|
||||
type = quality
|
||||
material = generic_polypropylene_ultimaker2_plus_0.6_mm
|
||||
weight = 0
|
||||
weight = -2
|
||||
quality_type = draft
|
||||
|
||||
[values]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[general]
|
||||
version = 2
|
||||
name = Fast Print
|
||||
name = Fast
|
||||
definition = ultimaker2_plus
|
||||
|
||||
[metadata]
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
[general]
|
||||
version = 2
|
||||
name = Draft Print
|
||||
name = Fast Print
|
||||
definition = ultimaker2_plus
|
||||
|
||||
[metadata]
|
||||
type = quality
|
||||
material = generic_polypropylene_ultimaker2_plus_0.8_mm
|
||||
weight = 0
|
||||
quality_type = draft
|
||||
weight = -2
|
||||
quality_type = fast
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
|
@ -24,7 +24,7 @@ cool_fan_full_at_height = =layer_height_0 + 4 * layer_height
|
|||
cool_fan_speed_max = 100
|
||||
cool_min_layer_time_fan_speed_max = 6
|
||||
cool_min_speed = 20
|
||||
gradual_infill_step_height = =layer_height * 2
|
||||
gradual_infill_step_height = =layer_height * 3
|
||||
gradual_infill_steps = 3
|
||||
infill_line_width = =round(line_width * 0.8 / 0.76, 2)
|
||||
infill_overlap = 0
|
||||
|
@ -41,7 +41,7 @@ jerk_support_interface = =jerk_topbottom
|
|||
jerk_topbottom = =math.ceil(jerk_print * 5 / 25)
|
||||
jerk_wall = =math.ceil(jerk_print * 10 / 25)
|
||||
jerk_wall_0 = =math.ceil(jerk_wall * 5 / 10)
|
||||
layer_height = 0.3
|
||||
layer_height = 0.2
|
||||
line_width = =machine_nozzle_size * 0.95
|
||||
multiple_mesh_overlap = 0
|
||||
retraction_count_max = 12
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
[general]
|
||||
version = 2
|
||||
name = Fast Print
|
||||
name = Extra Fast
|
||||
definition = ultimaker2_plus
|
||||
|
||||
[metadata]
|
||||
type = quality
|
||||
material = generic_polypropylene_ultimaker2_plus_0.8_mm
|
||||
weight = 0
|
||||
quality_type = fast
|
||||
weight = -3
|
||||
quality_type = draft
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
|
@ -24,7 +24,7 @@ cool_fan_full_at_height = =layer_height_0 + 4 * layer_height
|
|||
cool_fan_speed_max = 100
|
||||
cool_min_layer_time_fan_speed_max = 6
|
||||
cool_min_speed = 20
|
||||
gradual_infill_step_height = =layer_height * 3
|
||||
gradual_infill_step_height = =layer_height * 2
|
||||
gradual_infill_steps = 3
|
||||
infill_line_width = =round(line_width * 0.8 / 0.76, 2)
|
||||
infill_overlap = 0
|
||||
|
@ -41,7 +41,7 @@ jerk_support_interface = =jerk_topbottom
|
|||
jerk_topbottom = =math.ceil(jerk_print * 5 / 25)
|
||||
jerk_wall = =math.ceil(jerk_print * 10 / 25)
|
||||
jerk_wall_0 = =math.ceil(jerk_wall * 5 / 10)
|
||||
layer_height = 0.2
|
||||
layer_height = 0.3
|
||||
line_width = =machine_nozzle_size * 0.95
|
||||
multiple_mesh_overlap = 0
|
||||
retraction_count_max = 12
|
Loading…
Add table
Add a link
Reference in a new issue