mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -06:00
Major update of Quality profiles and definitions
Removed has_materials, quality over quantity
This commit is contained in:
parent
5690aef3d5
commit
948497c9a8
14 changed files with 135 additions and 342 deletions
|
@ -1,12 +1,11 @@
|
|||
[general]
|
||||
version = 2
|
||||
name = Coarse
|
||||
name = Draft
|
||||
definition = anycubic_i3_mega
|
||||
|
||||
[metadata]
|
||||
type = quality
|
||||
quality_type = coarse
|
||||
material = generic_pla_175
|
||||
quality_type = draft
|
||||
weight = 0
|
||||
setting_version = 4
|
||||
|
||||
|
@ -15,16 +14,19 @@ acceleration_enabled = True
|
|||
acceleration_print = 2000
|
||||
acceleration_travel = 3500
|
||||
adhesion_type = skirt
|
||||
brim_width = 4.0
|
||||
cool_fan_full_at_height = 0.5
|
||||
cool_fan_speed = 100
|
||||
cool_fan_speed_0 = 100
|
||||
infill_overlap = 15
|
||||
infill_pattern = zigzag
|
||||
infill_sparse_density = 25
|
||||
initial_layer_line_width_factor = 140
|
||||
jerk_enabled = True
|
||||
jerk_print = 13
|
||||
jerk_travel = 13
|
||||
layer_height_0 = 0.3
|
||||
layer_height = 0.4
|
||||
layer_height_0 = 0.4
|
||||
material_bed_temperature = 60
|
||||
material_diameter = 1.7
|
||||
material_print_temperature = 200
|
||||
|
@ -47,13 +49,12 @@ speed_travel = 100
|
|||
speed_wall = 60
|
||||
speed_wall_x = 60
|
||||
support_angle = 60
|
||||
support_enable = False
|
||||
support_interface_enable = False
|
||||
support_enable = True
|
||||
support_interface_enable = True
|
||||
support_pattern = triangles
|
||||
support_roof_enable = False
|
||||
support_roof_enable = True
|
||||
support_type = everywhere
|
||||
support_use_towers = False
|
||||
support_xy_distance = 0.7
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 1.2
|
||||
infill_pattern = zigzag
|
||||
support_use_towers = False
|
||||
wall_thickness = 1.2
|
|
@ -1,43 +0,0 @@
|
|||
[general]
|
||||
version = 2
|
||||
name = Coarse
|
||||
definition = anycubic_i3_mega
|
||||
|
||||
[metadata]
|
||||
type = quality
|
||||
quality_type = coarse
|
||||
global_quality = True
|
||||
weight = -3
|
||||
setting_version = 4
|
||||
|
||||
[values]
|
||||
layer_height = 0.4
|
||||
layer_height_0 = =layer_height
|
||||
|
||||
skin_angles = [0,90]
|
||||
|
||||
infill_before_walls = False
|
||||
infill_angles = [0,90]
|
||||
|
||||
speed_slowdown_layers = 1
|
||||
acceleration_print = 2000
|
||||
acceleration_travel = 3000
|
||||
jerk_print = 13
|
||||
jerk_travel = 13
|
||||
|
||||
retraction_combing = off
|
||||
|
||||
support_z_distance = 0
|
||||
support_xy_distance = 0.7
|
||||
support_join_distance = 10
|
||||
support_interface_enable = True
|
||||
support_interface_pattern = triangles
|
||||
|
||||
adhesion_type = skirt
|
||||
skirt_gap = 1
|
||||
speed_infill = 50
|
||||
speed_print = 50
|
||||
speed_support = 30
|
||||
speed_topbottom = 20
|
||||
speed_travel = 100
|
||||
speed_wall = 50
|
|
@ -1,43 +0,0 @@
|
|||
[general]
|
||||
version = 2
|
||||
name = High
|
||||
definition = anycubic_i3_mega
|
||||
|
||||
[metadata]
|
||||
type = quality
|
||||
quality_type = high
|
||||
global_quality = True
|
||||
weight = 1
|
||||
setting_version = 4
|
||||
|
||||
[values]
|
||||
layer_height = 0.1
|
||||
layer_height_0 = =0.2 if min(extruderValues('machine_nozzle_size')) < 0.3 else 0.3
|
||||
|
||||
skin_angles = [0,90]
|
||||
|
||||
infill_before_walls = False
|
||||
infill_angles = [0,90]
|
||||
|
||||
speed_slowdown_layers = 1
|
||||
acceleration_print = 2000
|
||||
acceleration_travel = 3000
|
||||
jerk_print = 13
|
||||
jerk_travel = 13
|
||||
|
||||
retraction_combing = off
|
||||
|
||||
support_z_distance = 0
|
||||
support_xy_distance = 0.7
|
||||
support_join_distance = 10
|
||||
support_interface_enable = True
|
||||
support_interface_pattern = triangles
|
||||
|
||||
adhesion_type = skirt
|
||||
skirt_gap = 1
|
||||
speed_infill = 50
|
||||
speed_print = 50
|
||||
speed_support = 30
|
||||
speed_topbottom = 20
|
||||
speed_travel = 50
|
||||
speed_wall = 50
|
|
@ -1,43 +0,0 @@
|
|||
[general]
|
||||
version = 2
|
||||
name = Normal
|
||||
definition = anycubic_i3_mega
|
||||
|
||||
[metadata]
|
||||
type = quality
|
||||
quality_type = normal
|
||||
global_quality = True
|
||||
weight = 0
|
||||
setting_version = 4
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
||||
layer_height_0 = =0.2 if min(extruderValues('machine_nozzle_size')) < 0.3 else 0.3
|
||||
|
||||
skin_angles = [0,90]
|
||||
|
||||
infill_before_walls = False
|
||||
infill_angles = [0,90]
|
||||
|
||||
speed_slowdown_layers = 1
|
||||
acceleration_print = 2000
|
||||
acceleration_travel = 3000
|
||||
jerk_print = 13
|
||||
jerk_travel = 13
|
||||
|
||||
retraction_combing = off
|
||||
|
||||
support_z_distance = 0
|
||||
support_xy_distance = 0.7
|
||||
support_join_distance = 10
|
||||
support_interface_enable = True
|
||||
support_interface_pattern = triangles
|
||||
|
||||
adhesion_type = skirt
|
||||
skirt_gap = 1
|
||||
speed_infill = 60
|
||||
speed_print = 60
|
||||
speed_support = 60
|
||||
speed_topbottom = 30
|
||||
speed_travel = 60
|
||||
speed_wall = 60
|
|
@ -6,7 +6,6 @@ definition = anycubic_i3_mega
|
|||
[metadata]
|
||||
type = quality
|
||||
quality_type = high
|
||||
material = generic_pla_175
|
||||
weight = 2
|
||||
setting_version = 4
|
||||
|
||||
|
@ -15,16 +14,19 @@ acceleration_enabled = True
|
|||
acceleration_print = 2000
|
||||
acceleration_travel = 3500
|
||||
adhesion_type = skirt
|
||||
brim_width = 4.0
|
||||
cool_fan_full_at_height = 0.5
|
||||
cool_fan_speed = 100
|
||||
cool_fan_speed_0 = 100
|
||||
infill_overlap = 15
|
||||
infill_pattern = zigzag
|
||||
infill_sparse_density = 25
|
||||
initial_layer_line_width_factor = 140
|
||||
jerk_enabled = True
|
||||
jerk_print = 13
|
||||
jerk_travel = 13
|
||||
layer_height_0 = 0.3
|
||||
layer_height = 0.1
|
||||
layer_height_0 = 0.1
|
||||
material_bed_temperature = 60
|
||||
material_diameter = 1.7
|
||||
material_print_temperature = 200
|
||||
|
@ -47,13 +49,12 @@ speed_travel = 50
|
|||
speed_wall = 50
|
||||
speed_wall_x = 50
|
||||
support_angle = 60
|
||||
support_enable = False
|
||||
support_interface_enable = False
|
||||
support_enable = True
|
||||
support_interface_enable = True
|
||||
support_pattern = triangles
|
||||
support_roof_enable = False
|
||||
support_roof_enable = True
|
||||
support_type = everywhere
|
||||
support_use_towers = False
|
||||
support_xy_distance = 0.7
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 1.2
|
||||
infill_pattern = zigzag
|
||||
support_use_towers = False
|
||||
wall_thickness = 1.2
|
|
@ -6,7 +6,6 @@ definition = anycubic_i3_mega
|
|||
[metadata]
|
||||
type = quality
|
||||
quality_type = normal
|
||||
material = generic_pla_175
|
||||
weight = 1
|
||||
setting_version = 4
|
||||
|
||||
|
@ -15,16 +14,19 @@ acceleration_enabled = True
|
|||
acceleration_print = 2000
|
||||
acceleration_travel = 3500
|
||||
adhesion_type = skirt
|
||||
brim_width = 4.0
|
||||
cool_fan_full_at_height = 0.5
|
||||
cool_fan_speed = 100
|
||||
cool_fan_speed_0 = 100
|
||||
infill_overlap = 15
|
||||
infill_pattern = zigzag
|
||||
infill_sparse_density = 25
|
||||
initial_layer_line_width_factor = 140
|
||||
jerk_enabled = True
|
||||
jerk_print = 13
|
||||
jerk_travel = 13
|
||||
layer_height_0 = 0.3
|
||||
layer_height = 0.2
|
||||
layer_height_0 = 0.2
|
||||
material_bed_temperature = 60
|
||||
material_diameter = 1.7
|
||||
material_print_temperature = 200
|
||||
|
@ -47,13 +49,12 @@ speed_travel = 100
|
|||
speed_wall = 50
|
||||
speed_wall_x = 50
|
||||
support_angle = 60
|
||||
support_enable = False
|
||||
support_interface_enable = False
|
||||
support_enable = True
|
||||
support_interface_enable = True
|
||||
support_pattern = triangles
|
||||
support_roof_enable = False
|
||||
support_roof_enable = True
|
||||
support_type = everywhere
|
||||
support_use_towers = False
|
||||
support_xy_distance = 0.7
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 1.2
|
||||
infill_pattern = zigzag
|
||||
support_use_towers = False
|
||||
wall_thickness = 1.2
|
|
@ -1,59 +0,0 @@
|
|||
[general]
|
||||
version = 2
|
||||
name = Coarse
|
||||
definition = anycubic_i3_mega
|
||||
|
||||
[metadata]
|
||||
type = quality
|
||||
quality_type = coarse
|
||||
material = generic_petg_175
|
||||
weight = 1
|
||||
setting_version = 4
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 2000
|
||||
acceleration_travel = 3500
|
||||
adhesion_type = skirt
|
||||
cool_fan_full_at_height = 0.5
|
||||
cool_fan_speed = 50
|
||||
cool_fan_speed_0 = 50
|
||||
infill_overlap = 15
|
||||
infill_sparse_density = 25
|
||||
initial_layer_line_width_factor = 140
|
||||
jerk_enabled = True
|
||||
jerk_print = 13
|
||||
jerk_travel = 13
|
||||
layer_height_0 = 0.2
|
||||
material_bed_temperature = 80
|
||||
material_diameter = 1.7
|
||||
material_print_temperature = 230
|
||||
material_print_temperature_layer_0 = 0
|
||||
retract_at_layer_change = False
|
||||
retraction_amount = 4.5
|
||||
retraction_hop = 0.075
|
||||
retraction_hop_enabled = True
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = 1.5
|
||||
retraction_speed = 60
|
||||
skirt_brim_speed = 40
|
||||
skirt_gap = 5
|
||||
skirt_line_count = 3
|
||||
speed_infill = 60
|
||||
speed_print = 60
|
||||
speed_support = 30
|
||||
speed_topbottom = 30
|
||||
speed_travel = 100
|
||||
speed_wall = 60
|
||||
speed_wall_x = 60
|
||||
support_angle = 60
|
||||
support_enable = False
|
||||
support_interface_enable = False
|
||||
support_pattern = triangles
|
||||
support_roof_enable = False
|
||||
support_type = everywhere
|
||||
support_xy_distance = 0.7
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 1.2
|
||||
infill_pattern = zigzag
|
||||
support_use_towers = False
|
|
@ -1,59 +0,0 @@
|
|||
[general]
|
||||
version = 2
|
||||
name = High
|
||||
definition = anycubic_i3_mega
|
||||
|
||||
[metadata]
|
||||
type = quality
|
||||
quality_type = high
|
||||
material = generic_petg_175
|
||||
weight = 3
|
||||
setting_version = 4
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 2000
|
||||
acceleration_travel = 3500
|
||||
adhesion_type = skirt
|
||||
cool_fan_full_at_height = 0.5
|
||||
cool_fan_speed = 50
|
||||
cool_fan_speed_0 = 50
|
||||
infill_overlap = 15
|
||||
infill_sparse_density = 25
|
||||
initial_layer_line_width_factor = 140
|
||||
jerk_enabled = True
|
||||
jerk_print = 13
|
||||
jerk_travel = 13
|
||||
layer_height_0 = 0.2
|
||||
material_bed_temperature = 80
|
||||
material_diameter = 1.7
|
||||
material_print_temperature = 230
|
||||
material_print_temperature_layer_0 = 0
|
||||
retract_at_layer_change = False
|
||||
retraction_amount = 4.5
|
||||
retraction_hop = 0.075
|
||||
retraction_hop_enabled = True
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = 1.5
|
||||
retraction_speed = 60
|
||||
skirt_brim_speed = 40
|
||||
skirt_gap = 5
|
||||
skirt_line_count = 3
|
||||
speed_infill = 50
|
||||
speed_print = 50
|
||||
speed_support = 30
|
||||
speed_topbottom = 20
|
||||
speed_travel = 50
|
||||
speed_wall = 50
|
||||
speed_wall_x = 50
|
||||
support_angle = 60
|
||||
support_enable = False
|
||||
support_interface_enable = False
|
||||
support_pattern = triangles
|
||||
support_roof_enable = False
|
||||
support_type = everywhere
|
||||
support_xy_distance = 0.7
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 1.2
|
||||
infill_pattern = zigzag
|
||||
support_use_towers = False
|
|
@ -1,59 +0,0 @@
|
|||
[general]
|
||||
version = 2
|
||||
name = Normal
|
||||
definition = anycubic_i3_mega
|
||||
|
||||
[metadata]
|
||||
type = quality
|
||||
quality_type = normal
|
||||
material = generic_petg_175
|
||||
weight = 2
|
||||
setting_version = 4
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 2000
|
||||
acceleration_travel = 3500
|
||||
adhesion_type = skirt
|
||||
cool_fan_full_at_height = 0.5
|
||||
cool_fan_speed = 50
|
||||
cool_fan_speed_0 = 50
|
||||
infill_overlap = 15
|
||||
infill_sparse_density = 25
|
||||
initial_layer_line_width_factor = 140
|
||||
jerk_enabled = True
|
||||
jerk_print = 13
|
||||
jerk_travel = 13
|
||||
layer_height_0 = 0.2
|
||||
material_bed_temperature = 80
|
||||
material_diameter = 1.7
|
||||
material_print_temperature = 230
|
||||
material_print_temperature_layer_0 = 0
|
||||
retract_at_layer_change = False
|
||||
retraction_amount = 4.5
|
||||
retraction_hop = 0.075
|
||||
retraction_hop_enabled = True
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = 1.5
|
||||
retraction_speed = 60
|
||||
skirt_brim_speed = 40
|
||||
skirt_gap = 5
|
||||
skirt_line_count = 3
|
||||
speed_infill = 60
|
||||
speed_print = 60
|
||||
speed_support = 30
|
||||
speed_topbottom = 30
|
||||
speed_travel = 100
|
||||
speed_wall = 60
|
||||
speed_wall_x = 60
|
||||
support_angle = 60
|
||||
support_enable = False
|
||||
support_interface_enable = False
|
||||
support_pattern = triangles
|
||||
support_roof_enable = False
|
||||
support_type = everywhere
|
||||
support_xy_distance = 0.7
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 1.2
|
||||
infill_pattern = zigzag
|
||||
support_use_towers = False
|
|
@ -0,0 +1,33 @@
|
|||
[general]
|
||||
version = 2
|
||||
name = Draft
|
||||
definition = tevo_blackwidow
|
||||
|
||||
[metadata]
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -2
|
||||
setting_version = 4
|
||||
|
||||
[values]
|
||||
brim_width = 4.0
|
||||
infill_pattern = zigzag
|
||||
layer_height = 0.4
|
||||
material_diameter = 1.7
|
||||
speed_infill = 50
|
||||
speed_print = 50
|
||||
speed_support = 30
|
||||
speed_topbottom = 20
|
||||
speed_travel = 100
|
||||
speed_wall = 50
|
||||
speed_wall_x = 50
|
||||
support_angle = 60
|
||||
support_enable = True
|
||||
support_interface_enable = True
|
||||
support_pattern = triangles
|
||||
support_roof_enable = True
|
||||
support_type = everywhere
|
||||
support_use_towers = False
|
||||
support_xy_distance = 0.7
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 1.2
|
|
@ -0,0 +1,33 @@
|
|||
[general]
|
||||
version = 2
|
||||
name = High
|
||||
definition = tevo_blackwidow
|
||||
|
||||
[metadata]
|
||||
type = quality
|
||||
quality_type = high
|
||||
weight = 1
|
||||
setting_version = 4
|
||||
|
||||
[values]
|
||||
brim_width = 4.0
|
||||
infill_pattern = zigzag
|
||||
layer_height = 0.1
|
||||
material_diameter = 1.7
|
||||
speed_infill = 50
|
||||
speed_print = 50
|
||||
speed_support = 30
|
||||
speed_topbottom = 15
|
||||
speed_travel = 100
|
||||
speed_wall = 50
|
||||
speed_wall_x = 50
|
||||
support_angle = 60
|
||||
support_enable = True
|
||||
support_interface_enable = True
|
||||
support_pattern = triangles
|
||||
support_roof_enable = True
|
||||
support_type = everywhere
|
||||
support_use_towers = False
|
||||
support_xy_distance = 0.7
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 1.2
|
|
@ -0,0 +1,33 @@
|
|||
[general]
|
||||
version = 2
|
||||
name = Normal
|
||||
definition = tevo_blackwidow
|
||||
|
||||
[metadata]
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = 0
|
||||
setting_version = 4
|
||||
|
||||
[values]
|
||||
brim_width = 4.0
|
||||
infill_pattern = zigzag
|
||||
layer_height = 0.2
|
||||
material_diameter = 1.7
|
||||
speed_infill = 60
|
||||
speed_print = 50
|
||||
speed_support = 30
|
||||
speed_topbottom = 20
|
||||
speed_travel = 100
|
||||
speed_wall = 50
|
||||
speed_wall_x = 50
|
||||
support_angle = 60
|
||||
support_enable = True
|
||||
support_interface_enable = True
|
||||
support_pattern = triangles
|
||||
support_roof_enable = True
|
||||
support_type = everywhere
|
||||
support_use_towers = False
|
||||
support_xy_distance = 0.7
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 1.2
|
Loading…
Add table
Add a link
Reference in a new issue