mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -06:00
ZYYX pro II fix broken profiles
This commit is contained in:
parent
78bface21a
commit
9466072682
26 changed files with 348 additions and 78 deletions
|
@ -1,11 +1,9 @@
|
|||
[general]
|
||||
definition = zyyx_pro_ii
|
||||
name = Fast PLA
|
||||
name = Fast
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = generic_tpu_175
|
||||
global_quality = True
|
||||
material = generic_pla
|
||||
quality_type = fast
|
||||
setting_version = 3
|
|
@ -1,11 +1,9 @@
|
|||
[general]
|
||||
definition = zyyx_pro_ii
|
||||
name = Fine PLA
|
||||
name = Fine
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = generic_tpu_175
|
||||
global_quality = True
|
||||
material = generic_pla
|
||||
quality_type = fine
|
||||
setting_version = 3
|
|
@ -1,15 +1,15 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal
|
||||
definition = zyyx_pro_ii
|
||||
name = Normal
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = generic_tpu_175
|
||||
material = generic_pla
|
||||
quality_type = normal
|
||||
setting_version = 3
|
||||
type = quality
|
||||
quality_type = normal
|
||||
variant = Carbon0.4
|
||||
weight = 0
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
material_print_temperature_layer_0 = =material_print_temperature + 5
|
|
@ -1,22 +0,0 @@
|
|||
[general]
|
||||
definition = zyyx_pro_ii
|
||||
name = Normal PLA
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = generic_tpu_175
|
||||
global_quality = True
|
||||
material = generic_pla
|
||||
quality_type = normal
|
||||
setting_version = 3
|
||||
type = quality
|
||||
variant = Carbon0.4
|
||||
weight = 0
|
||||
|
||||
[values]
|
||||
material_print_temperature_layer_0 = =material_print_temperature + 5
|
||||
retraction_hop = 0.2
|
||||
retraction_hop_enabled = True # Flexible material might curl/be in the way
|
||||
retraction_speed = 15
|
||||
speed_print = 20
|
||||
speed_travel = 80
|
|
@ -0,0 +1,41 @@
|
|||
[general]
|
||||
definition = zyyx_pro_ii
|
||||
name = Fast
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = generic_pla
|
||||
quality_type = fast
|
||||
setting_version = 3
|
||||
type = quality
|
||||
variant = Carbon0.4
|
||||
weight = 0
|
||||
|
||||
[values]
|
||||
adhesion_type = skirt
|
||||
brim_width = 7
|
||||
infill_overlap = -2
|
||||
infill_pattern = quarter_cubic
|
||||
layer_height = 0.3
|
||||
material_bed_temperature = 35
|
||||
material_flow = 420.0
|
||||
material_flow_layer_0 = 150.0
|
||||
material_print_temperature_layer_0 = 235
|
||||
retraction_amount = 1.5
|
||||
retraction_count_max = 25
|
||||
retraction_min_travel = =line_width * 2
|
||||
retraction_prime_speed = =retraction_speed
|
||||
retraction_speed = 20
|
||||
skin_overlap = 15
|
||||
skirt_line_count = 2
|
||||
speed_print = 40
|
||||
speed_topbottom = =math.ceil(speed_print * 30 / 70)
|
||||
speed_wall = =math.ceil(speed_print * 30 / 70)
|
||||
support_angle = 60
|
||||
support_bottom_distance = =support_z_distance / 2
|
||||
support_pattern = zigzag
|
||||
support_top_distance = =support_z_distance
|
||||
support_use_towers = True
|
||||
support_z_distance = =layer_height * 2
|
||||
top_bottom_thickness = =layer_height*3
|
||||
wall_thickness = =line_width *2
|
|
@ -0,0 +1,41 @@
|
|||
[general]
|
||||
definition = zyyx_pro_ii
|
||||
name = Fine
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = generic_pla
|
||||
quality_type = fine
|
||||
setting_version = 3
|
||||
type = quality
|
||||
variant = Carbon0.4
|
||||
weight = 0
|
||||
|
||||
[values]
|
||||
adhesion_type = skirt
|
||||
brim_width = 7
|
||||
infill_overlap = -2
|
||||
infill_pattern = quarter_cubic
|
||||
layer_height = 0.15
|
||||
material_bed_temperature = 35
|
||||
material_flow = 420.0
|
||||
material_flow_layer_0 = 150.0
|
||||
material_print_temperature_layer_0 = 235
|
||||
retraction_amount = 1.5
|
||||
retraction_count_max = 25
|
||||
retraction_min_travel = =line_width * 2
|
||||
retraction_prime_speed = =retraction_speed
|
||||
retraction_speed = 20
|
||||
skin_overlap = 15
|
||||
skirt_line_count = 2
|
||||
speed_print = 30
|
||||
speed_topbottom = =math.ceil(speed_print * 30 / 70)
|
||||
speed_wall = =math.ceil(speed_print * 30 / 70)
|
||||
support_angle = 60
|
||||
support_bottom_distance = =support_z_distance / 2
|
||||
support_pattern = zigzag
|
||||
support_top_distance = =support_z_distance
|
||||
support_use_towers = True
|
||||
support_z_distance = =layer_height * 2
|
||||
top_bottom_thickness = =layer_height*3
|
||||
wall_thickness = =line_width *2
|
|
@ -0,0 +1,41 @@
|
|||
[general]
|
||||
definition = zyyx_pro_ii
|
||||
name = Normal
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = generic_pla
|
||||
quality_type = normal
|
||||
setting_version = 3
|
||||
type = quality
|
||||
variant = Carbon0.4
|
||||
weight = 0
|
||||
|
||||
[values]
|
||||
adhesion_type = skirt
|
||||
brim_width = 7
|
||||
infill_overlap = -2
|
||||
infill_pattern = quarter_cubic
|
||||
layer_height = 0.2
|
||||
material_bed_temperature = 35
|
||||
material_flow = 420.0
|
||||
material_flow_layer_0 = 150.0
|
||||
material_print_temperature_layer_0 = 235
|
||||
retraction_amount = 1.5
|
||||
retraction_count_max = 25
|
||||
retraction_min_travel = =line_width * 2
|
||||
retraction_prime_speed = =retraction_speed
|
||||
retraction_speed = 20
|
||||
skin_overlap = 15
|
||||
skirt_line_count = 2
|
||||
speed_print = 40
|
||||
speed_topbottom = =math.ceil(speed_print * 30 / 70)
|
||||
speed_wall = =math.ceil(speed_print * 30 / 70)
|
||||
support_angle = 60
|
||||
support_bottom_distance = =support_z_distance / 2
|
||||
support_pattern = zigzag
|
||||
support_top_distance = =support_z_distance
|
||||
support_use_towers = True
|
||||
support_z_distance = =layer_height * 2
|
||||
top_bottom_thickness = =layer_height*3
|
||||
wall_thickness = =line_width *2
|
|
@ -1,11 +1,10 @@
|
|||
[general]
|
||||
definition = zyyx_pro_ii
|
||||
name = Fast PLA
|
||||
name = Fast
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
global_quality = True
|
||||
material = generic_pla
|
||||
quality_type = fast
|
||||
setting_version = 3
|
||||
type = quality
|
|
@ -1,11 +1,10 @@
|
|||
[general]
|
||||
definition = zyyx_pro_ii
|
||||
name = Fine PLA
|
||||
name = Fine
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
global_quality = True
|
||||
material = generic_pla
|
||||
quality_type = fine
|
||||
setting_version = 3
|
||||
type = quality
|
|
@ -1,11 +1,10 @@
|
|||
[general]
|
||||
definition = zyyx_pro_ii
|
||||
name = Normal PLA
|
||||
name = Normal
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
global_quality = True
|
||||
material = generic_pla
|
||||
quality_type = normal
|
||||
setting_version = 3
|
||||
type = quality
|
|
@ -1,11 +1,9 @@
|
|||
[general]
|
||||
definition = zyyx_pro_ii
|
||||
name = Fast PLA
|
||||
name = Fast
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = generic_tpu_175
|
||||
global_quality = True
|
||||
material = generic_pla
|
||||
quality_type = fast
|
||||
setting_version = 3
|
|
@ -1,11 +1,9 @@
|
|||
[general]
|
||||
definition = zyyx_pro_ii
|
||||
name = Fine PLA
|
||||
name = Fine
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = generic_tpu_175
|
||||
global_quality = True
|
||||
material = generic_pla
|
||||
quality_type = fine
|
||||
setting_version = 3
|
|
@ -1,11 +1,9 @@
|
|||
[general]
|
||||
definition = zyyx_pro_ii
|
||||
name = Normal PLA
|
||||
name = Normal
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = generic_tpu_175
|
||||
global_quality = True
|
||||
material = generic_pla
|
||||
quality_type = normal
|
||||
setting_version = 3
|
|
@ -0,0 +1,41 @@
|
|||
[general]
|
||||
definition = zyyx_pro_ii
|
||||
name = Fast
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = generic_pla
|
||||
quality_type = fast
|
||||
setting_version = 3
|
||||
type = quality
|
||||
variant = Carbon0.6
|
||||
weight = 0
|
||||
|
||||
[values]
|
||||
adhesion_type = skirt
|
||||
brim_width = 7
|
||||
infill_overlap = -2
|
||||
infill_pattern = quarter_cubic
|
||||
layer_height = 0.3
|
||||
material_bed_temperature = 35
|
||||
material_flow = 420.0
|
||||
material_flow_layer_0 = 150.0
|
||||
material_print_temperature_layer_0 = 235
|
||||
retraction_amount = 1.2
|
||||
retraction_count_max = 25
|
||||
retraction_min_travel = =line_width * 2
|
||||
retraction_prime_speed = =retraction_speed
|
||||
retraction_speed = 20
|
||||
skin_overlap = 15
|
||||
skirt_line_count = 2
|
||||
speed_print = 70
|
||||
speed_topbottom = =math.ceil(speed_print * 30 / 70)
|
||||
speed_wall = =math.ceil(speed_print * 30 / 70)
|
||||
support_angle = 60
|
||||
support_bottom_distance = =support_z_distance / 2
|
||||
support_pattern = zigzag
|
||||
support_top_distance = =support_z_distance
|
||||
support_use_towers = True
|
||||
support_z_distance = =layer_height * 2
|
||||
top_bottom_thickness = =layer_height*3
|
||||
wall_thickness = =line_width *2
|
|
@ -0,0 +1,41 @@
|
|||
[general]
|
||||
definition = zyyx_pro_ii
|
||||
name = Fine
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = generic_pla
|
||||
quality_type = fine
|
||||
setting_version = 3
|
||||
type = quality
|
||||
variant = Carbon0.6
|
||||
weight = 0
|
||||
|
||||
[values]
|
||||
adhesion_type = skirt
|
||||
brim_width = 7
|
||||
infill_overlap = -2
|
||||
infill_pattern = quarter_cubic
|
||||
layer_height = 0.15
|
||||
material_bed_temperature = 35
|
||||
material_flow = 420.0
|
||||
material_flow_layer_0 = 150.0
|
||||
material_print_temperature_layer_0 = 235
|
||||
retraction_amount = 1.2
|
||||
retraction_count_max = 25
|
||||
retraction_min_travel = =line_width * 2
|
||||
retraction_prime_speed = =retraction_speed
|
||||
retraction_speed = 20
|
||||
skin_overlap = 15
|
||||
skirt_line_count = 2
|
||||
speed_print = 30
|
||||
speed_topbottom = =math.ceil(speed_print * 30 / 70)
|
||||
speed_wall = =math.ceil(speed_print * 30 / 70)
|
||||
support_angle = 50
|
||||
support_bottom_distance = =support_z_distance / 2
|
||||
support_pattern = zigzag
|
||||
support_top_distance = =support_z_distance
|
||||
support_use_towers = True
|
||||
support_z_distance = =layer_height * 2
|
||||
top_bottom_thickness = =layer_height*3
|
||||
wall_thickness = =line_width *2
|
|
@ -0,0 +1,41 @@
|
|||
[general]
|
||||
definition = zyyx_pro_ii
|
||||
name = Normal
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = generic_pla
|
||||
quality_type = normal
|
||||
setting_version = 3
|
||||
type = quality
|
||||
variant = Carbon0.6
|
||||
weight = 0
|
||||
|
||||
[values]
|
||||
adhesion_type = skirt
|
||||
brim_width = 7
|
||||
infill_overlap = -2
|
||||
infill_pattern = quarter_cubic
|
||||
layer_height = 0.2
|
||||
material_bed_temperature = 35
|
||||
material_flow = 420.0
|
||||
material_flow_layer_0 = 150.0
|
||||
material_print_temperature_layer_0 = 235
|
||||
retraction_amount = 1.2
|
||||
retraction_count_max = 25
|
||||
retraction_min_travel = =line_width * 2
|
||||
retraction_prime_speed = =retraction_speed
|
||||
retraction_speed = 20
|
||||
skin_overlap = 15
|
||||
skirt_line_count = 2
|
||||
speed_print = 40
|
||||
speed_topbottom = =math.ceil(speed_print * 30 / 70)
|
||||
speed_wall = =math.ceil(speed_print * 30 / 70)
|
||||
support_angle = 60
|
||||
support_bottom_distance = =support_z_distance / 2
|
||||
support_pattern = zigzag
|
||||
support_top_distance = =support_z_distance
|
||||
support_use_towers = True
|
||||
support_z_distance = =layer_height * 2
|
||||
top_bottom_thickness = =layer_height*3
|
||||
wall_thickness = =line_width *2
|
|
@ -1,11 +1,10 @@
|
|||
[general]
|
||||
definition = zyyx_pro_ii
|
||||
name = Fast PLA
|
||||
name = Fast
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
global_quality = True
|
||||
material = generic_pla
|
||||
quality_type = fast
|
||||
setting_version = 3
|
||||
type = quality
|
|
@ -1,11 +1,10 @@
|
|||
[general]
|
||||
definition = zyyx_pro_ii
|
||||
name = Fine PLA
|
||||
name = Fine
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
global_quality = True
|
||||
material = generic_pla
|
||||
quality_type = fine
|
||||
setting_version = 3
|
||||
type = quality
|
|
@ -1,11 +1,10 @@
|
|||
[general]
|
||||
definition = zyyx_pro_ii
|
||||
name = Normal PLA
|
||||
name = Normal
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
global_quality = True
|
||||
material = generic_pla
|
||||
quality_type = normal
|
||||
setting_version = 3
|
||||
type = quality
|
|
@ -1,11 +1,9 @@
|
|||
[general]
|
||||
definition = zyyx_pro_ii
|
||||
name = Normal PLA
|
||||
name = Normal
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = generic_tpu_175
|
||||
global_quality = True
|
||||
material = generic_pla
|
||||
quality_type = normal
|
||||
setting_version = 3
|
|
@ -0,0 +1,41 @@
|
|||
[general]
|
||||
definition = zyyx_pro_ii
|
||||
name = Normal
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = generic_pla
|
||||
quality_type = normal
|
||||
setting_version = 3
|
||||
type = quality
|
||||
variant = Carbon1.2
|
||||
weight = 0
|
||||
|
||||
[values]
|
||||
adhesion_type = skirt
|
||||
brim_width = 7
|
||||
infill_overlap = -2
|
||||
infill_pattern = quarter_cubic
|
||||
layer_height = 0.4
|
||||
material_bed_temperature = 35
|
||||
material_flow = 420.0
|
||||
material_flow_layer_0 = 150.0
|
||||
material_print_temperature_layer_0 = 235
|
||||
retraction_amount = 1.2
|
||||
retraction_count_max = 25
|
||||
retraction_min_travel = =line_width * 2
|
||||
retraction_prime_speed = =retraction_speed
|
||||
retraction_speed = 20
|
||||
skin_overlap = 15
|
||||
skirt_line_count = 2
|
||||
speed_print = 40
|
||||
speed_topbottom = =math.ceil(speed_print * 30 / 70)
|
||||
speed_wall = =math.ceil(speed_print * 30 / 70)
|
||||
support_angle = 60
|
||||
support_bottom_distance = =support_z_distance / 2
|
||||
support_pattern = zigzag
|
||||
support_top_distance = =support_z_distance
|
||||
support_use_towers = True
|
||||
support_z_distance = =layer_height * 2
|
||||
top_bottom_thickness = =layer_height*3
|
||||
wall_thickness = =line_width *2
|
|
@ -1,11 +1,10 @@
|
|||
[general]
|
||||
definition = zyyx_pro_ii
|
||||
name = Normal PLA
|
||||
name = Normal
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
global_quality = True
|
||||
material = generic_pla
|
||||
quality_type = normal
|
||||
setting_version = 3
|
||||
type = quality
|
|
@ -1,14 +0,0 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal
|
||||
definition = zyyx_pro_ii
|
||||
|
||||
[metadata]
|
||||
setting_version = 3
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = 0
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
|
@ -1,11 +1,9 @@
|
|||
[general]
|
||||
definition = zyyx_pro_ii
|
||||
name = Normal PLA
|
||||
name = Normal
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = generic_tpu_175
|
||||
global_quality = True
|
||||
material = generic_pla
|
||||
quality_type = normal
|
||||
setting_version = 3
|
|
@ -0,0 +1,41 @@
|
|||
[general]
|
||||
definition = zyyx_pro_ii
|
||||
name = Normal
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = generic_pla
|
||||
quality_type = normal
|
||||
setting_version = 3
|
||||
type = quality
|
||||
variant = Multi0.2
|
||||
weight = 0
|
||||
|
||||
[values]
|
||||
adhesion_type = skirt
|
||||
brim_width = 7
|
||||
infill_overlap = -2
|
||||
infill_pattern = quarter_cubic
|
||||
layer_height = 0.2
|
||||
material_bed_temperature = 35
|
||||
material_flow = 420.0
|
||||
material_flow_layer_0 = 150.0
|
||||
material_print_temperature_layer_0 = 235
|
||||
retraction_amount = 1.5
|
||||
retraction_count_max = 25
|
||||
retraction_min_travel = =line_width * 2
|
||||
retraction_prime_speed = =retraction_speed
|
||||
retraction_speed = 20
|
||||
skin_overlap = 15
|
||||
skirt_line_count = 2
|
||||
speed_print = 40
|
||||
speed_topbottom = =math.ceil(speed_print * 30 / 70)
|
||||
speed_wall = =math.ceil(speed_print * 30 / 70)
|
||||
support_angle = 60
|
||||
support_bottom_distance = =support_z_distance / 2
|
||||
support_pattern = zigzag
|
||||
support_top_distance = =support_z_distance
|
||||
support_use_towers = True
|
||||
support_z_distance = =layer_height * 2
|
||||
top_bottom_thickness = =layer_height*3
|
||||
wall_thickness = =line_width *2
|
|
@ -1,11 +1,10 @@
|
|||
[general]
|
||||
definition = zyyx_pro_ii
|
||||
name = Normal PLA
|
||||
name = Normal
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
global_quality = True
|
||||
material = generic_pla
|
||||
quality_type = normal
|
||||
setting_version = 3
|
||||
type = quality
|
Loading…
Add table
Add a link
Reference in a new issue