mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 16:05:56 +08:00
Corrected Generic ABS 0.3mm mode from 245C to 252C to align with the Any color modes. Updated the PETG 0.3mm print temperatures for the AA0.4 nozzle from 240C to 245C.
PP-350
This commit is contained in:
parent
50e3364326
commit
194103948e
@ -15,6 +15,7 @@ weight = -3
|
|||||||
[values]
|
[values]
|
||||||
machine_nozzle_heat_up_speed = 1.5
|
machine_nozzle_heat_up_speed = 1.5
|
||||||
material_final_print_temperature = =material_print_temperature - 20
|
material_final_print_temperature = =material_print_temperature - 20
|
||||||
|
material_print_temperature = =default_material_print_temperature + 7
|
||||||
prime_tower_enable = False
|
prime_tower_enable = False
|
||||||
raft_airgap = 0.15
|
raft_airgap = 0.15
|
||||||
support_bottom_distance = =support_z_distance
|
support_bottom_distance = =support_z_distance
|
||||||
|
@ -14,6 +14,7 @@ weight = -3
|
|||||||
|
|
||||||
[values]
|
[values]
|
||||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||||
|
material_print_temperature = =default_material_print_temperature + 5
|
||||||
support_bottom_distance = =support_z_distance
|
support_bottom_distance = =support_z_distance
|
||||||
support_interface_enable = True
|
support_interface_enable = True
|
||||||
support_top_distance = =support_z_distance
|
support_top_distance = =support_z_distance
|
||||||
|
@ -42,7 +42,7 @@ machine_nozzle_cool_down_speed = 1,4
|
|||||||
machine_nozzle_heat_up_speed = 1,7
|
machine_nozzle_heat_up_speed = 1,7
|
||||||
material_extrusion_cool_down_speed = 0,7
|
material_extrusion_cool_down_speed = 0,7
|
||||||
material_max_flowrate = 20
|
material_max_flowrate = 20
|
||||||
material_print_temperature = =default_material_print_temperature - 5
|
material_print_temperature = =default_material_print_temperature + 5
|
||||||
meshfix_maximum_resolution = 0.7
|
meshfix_maximum_resolution = 0.7
|
||||||
optimize_wall_printing_order = False
|
optimize_wall_printing_order = False
|
||||||
prime_tower_enable = False
|
prime_tower_enable = False
|
||||||
|
@ -15,6 +15,7 @@ weight = -3
|
|||||||
[values]
|
[values]
|
||||||
machine_nozzle_heat_up_speed = 1.5
|
machine_nozzle_heat_up_speed = 1.5
|
||||||
material_final_print_temperature = =material_print_temperature - 20
|
material_final_print_temperature = =material_print_temperature - 20
|
||||||
|
material_print_temperature = =default_material_print_temperature + 7
|
||||||
prime_tower_enable = False
|
prime_tower_enable = False
|
||||||
raft_airgap = 0.15
|
raft_airgap = 0.15
|
||||||
support_bottom_distance = =support_z_distance
|
support_bottom_distance = =support_z_distance
|
||||||
|
@ -14,6 +14,7 @@ weight = -3
|
|||||||
|
|
||||||
[values]
|
[values]
|
||||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||||
|
material_print_temperature = =default_material_print_temperature + 5
|
||||||
support_bottom_distance = =support_z_distance
|
support_bottom_distance = =support_z_distance
|
||||||
support_interface_enable = True
|
support_interface_enable = True
|
||||||
support_top_distance = =support_z_distance
|
support_top_distance = =support_z_distance
|
||||||
|
@ -42,7 +42,7 @@ machine_nozzle_cool_down_speed = 1,4
|
|||||||
machine_nozzle_heat_up_speed = 1,7
|
machine_nozzle_heat_up_speed = 1,7
|
||||||
material_extrusion_cool_down_speed = 0,7
|
material_extrusion_cool_down_speed = 0,7
|
||||||
material_max_flowrate = 20
|
material_max_flowrate = 20
|
||||||
material_print_temperature = =default_material_print_temperature - 5
|
material_print_temperature = =default_material_print_temperature + 5
|
||||||
meshfix_maximum_resolution = 0.7
|
meshfix_maximum_resolution = 0.7
|
||||||
optimize_wall_printing_order = False
|
optimize_wall_printing_order = False
|
||||||
prime_tower_enable = False
|
prime_tower_enable = False
|
||||||
|
Loading…
x
Reference in New Issue
Block a user