mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06: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
6 changed files with 6 additions and 2 deletions
|
@ -15,6 +15,7 @@ weight = -3
|
|||
[values]
|
||||
machine_nozzle_heat_up_speed = 1.5
|
||||
material_final_print_temperature = =material_print_temperature - 20
|
||||
material_print_temperature = =default_material_print_temperature + 7
|
||||
prime_tower_enable = False
|
||||
raft_airgap = 0.15
|
||||
support_bottom_distance = =support_z_distance
|
||||
|
|
|
@ -14,6 +14,7 @@ weight = -3
|
|||
|
||||
[values]
|
||||
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_interface_enable = True
|
||||
support_top_distance = =support_z_distance
|
||||
|
|
|
@ -42,7 +42,7 @@ machine_nozzle_cool_down_speed = 1,4
|
|||
machine_nozzle_heat_up_speed = 1,7
|
||||
material_extrusion_cool_down_speed = 0,7
|
||||
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
|
||||
optimize_wall_printing_order = False
|
||||
prime_tower_enable = False
|
||||
|
|
|
@ -15,6 +15,7 @@ weight = -3
|
|||
[values]
|
||||
machine_nozzle_heat_up_speed = 1.5
|
||||
material_final_print_temperature = =material_print_temperature - 20
|
||||
material_print_temperature = =default_material_print_temperature + 7
|
||||
prime_tower_enable = False
|
||||
raft_airgap = 0.15
|
||||
support_bottom_distance = =support_z_distance
|
||||
|
|
|
@ -14,6 +14,7 @@ weight = -3
|
|||
|
||||
[values]
|
||||
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_interface_enable = True
|
||||
support_top_distance = =support_z_distance
|
||||
|
|
|
@ -42,7 +42,7 @@ machine_nozzle_cool_down_speed = 1,4
|
|||
machine_nozzle_heat_up_speed = 1,7
|
||||
material_extrusion_cool_down_speed = 0,7
|
||||
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
|
||||
optimize_wall_printing_order = False
|
||||
prime_tower_enable = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue