mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-19 14:49:17 +08:00
Added 1.2 profile to ZYYZ Pro
This commit is contained in:
parent
7c9d5d2faf
commit
37398b2345
44
resources/quality/zyyx_pro/zyyx_pro_12_normal_pla.inst.cfg
Normal file
44
resources/quality/zyyx_pro/zyyx_pro_12_normal_pla.inst.cfg
Normal file
@ -0,0 +1,44 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Normal ZYYX PLA
|
||||
definition = zyyx_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 1
|
||||
type = quality
|
||||
quality_type = normal_pla
|
||||
weight = -2
|
||||
global_quality = True
|
||||
variant = Carbon1.2 (experimental)
|
||||
|
||||
[values]
|
||||
layer_height = 0.5
|
||||
brim_width = 7
|
||||
skirt_line_count = 2
|
||||
adhesion_type = skirt
|
||||
infill_overlap = -2
|
||||
wall_thickness = =line_width *2
|
||||
|
||||
material_print_temperature_layer_0 = 230
|
||||
material_bed_temperature = 35
|
||||
|
||||
skin_overlap = 15
|
||||
speed_print = 40
|
||||
speed_topbottom = =math.ceil(speed_print * 30 / 70)
|
||||
speed_wall = =math.ceil(speed_print * 30 / 70)
|
||||
infill_pattern = quarter_cubic
|
||||
top_bottom_thickness = =layer_height*3
|
||||
|
||||
retraction_amount = 1.5
|
||||
retraction_speed = 20
|
||||
retraction_count_max = 25
|
||||
retraction_min_travel = =line_width * 2
|
||||
retraction_prime_speed = =retraction_speed
|
||||
|
||||
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
|
||||
|
67
resources/variants/zyyx/zyyx_pro_carbon1.2.inst.cfg
Normal file
67
resources/variants/zyyx/zyyx_pro_carbon1.2.inst.cfg
Normal file
@ -0,0 +1,67 @@
|
||||
[general]
|
||||
name = Carbon1.2 (experimental)
|
||||
version = 4
|
||||
definition = zyyx_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
brim_width = 7
|
||||
cool_fan_speed = 7
|
||||
cool_fan_speed_max = 100
|
||||
cool_min_speed = 5
|
||||
default_material_print_temperature = 200
|
||||
infill_before_walls = False
|
||||
infill_line_width = =round(line_width * 0.6 / 0.7, 2)
|
||||
infill_overlap = 0
|
||||
infill_pattern = triangles
|
||||
infill_wipe_dist = 0
|
||||
jerk_enabled = True
|
||||
jerk_print = 25
|
||||
jerk_topbottom = =math.ceil(jerk_print * 25 / 25)
|
||||
jerk_wall = =math.ceil(jerk_print * 25 / 25)
|
||||
jerk_wall_0 = =math.ceil(jerk_wall * 25 / 25)
|
||||
layer_height = 0.2
|
||||
line_width = =machine_nozzle_size
|
||||
machine_min_cool_heat_time_window = 15
|
||||
machine_nozzle_cool_down_speed = 0.85
|
||||
machine_nozzle_heat_up_speed = 1.5
|
||||
machine_nozzle_id = Multi0.8
|
||||
machine_nozzle_size = 0.8
|
||||
machine_nozzle_tip_outer_diameter = 1.8
|
||||
material_final_print_temperature = =material_print_temperature - 10
|
||||
material_initial_print_temperature = =material_print_temperature - 5
|
||||
material_standby_temperature = 100
|
||||
multiple_mesh_overlap = 0
|
||||
prime_tower_enable = False
|
||||
prime_tower_wipe_enabled = True
|
||||
retract_at_layer_change = =not magic_spiralize
|
||||
retraction_amount = 6.5
|
||||
retraction_count_max = 25
|
||||
retraction_extrusion_window = 1
|
||||
retraction_hop = 2
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = =line_width * 2
|
||||
skin_overlap = 5
|
||||
speed_equalize_flow_enabled = True
|
||||
speed_layer_0 = 20
|
||||
speed_print = 35
|
||||
speed_topbottom = =math.ceil(speed_print * 25 / 35)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 25 / 30)
|
||||
support_angle = 60
|
||||
support_bottom_distance = =support_z_distance / 2
|
||||
support_pattern = zigzag
|
||||
support_top_distance = =support_z_distance
|
||||
support_z_distance = =layer_height * 2
|
||||
switch_extruder_prime_speed = 20
|
||||
switch_extruder_retraction_amount = 16.5
|
||||
top_bottom_thickness = 1.4
|
||||
wall_0_inset = 0
|
||||
wall_line_width_0 = =wall_line_width
|
||||
wall_line_width_x = =wall_line_width
|
||||
wall_thickness = 2
|
Loading…
x
Reference in New Issue
Block a user