mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-29 17:45:45 +08:00
PLA 0.4mm profiles Infill thickness change and Fast Quality Speedup
Increasing the speed of the Fast Quality prints, and slightly reducing the Infill Line Width.
This commit is contained in:
parent
34c0a09047
commit
014c2628bb
@ -13,6 +13,7 @@ setting_version = 4
|
|||||||
[values]
|
[values]
|
||||||
cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
||||||
cool_fan_speed_max = =cool_fan_speed
|
cool_fan_speed_max = =cool_fan_speed
|
||||||
|
infill_line_width = =round(line_width * 0.42 / 0.35, 2)
|
||||||
machine_nozzle_cool_down_speed = 0.75
|
machine_nozzle_cool_down_speed = 0.75
|
||||||
machine_nozzle_heat_up_speed = 1.6
|
machine_nozzle_heat_up_speed = 1.6
|
||||||
material_print_temperature = =default_material_print_temperature + 5
|
material_print_temperature = =default_material_print_temperature + 5
|
||||||
@ -20,9 +21,9 @@ material_standby_temperature = 100
|
|||||||
prime_tower_enable = False
|
prime_tower_enable = False
|
||||||
skin_overlap = 20
|
skin_overlap = 20
|
||||||
speed_layer_0 = 20
|
speed_layer_0 = 20
|
||||||
speed_topbottom = =math.ceil(speed_print * 35 / 70)
|
speed_topbottom = =math.ceil(speed_print * 40 / 70)
|
||||||
speed_wall = =math.ceil(speed_print * 50 / 70)
|
speed_wall = =math.ceil(speed_print * 55 / 70)
|
||||||
speed_wall_0 = =math.ceil(speed_wall * 35 / 50)
|
speed_wall_0 = =math.ceil(speed_wall * 45 / 50)
|
||||||
top_bottom_thickness = 1
|
top_bottom_thickness = 1
|
||||||
wall_thickness = 1
|
wall_thickness = 1
|
||||||
|
|
||||||
|
@ -13,6 +13,7 @@ setting_version = 4
|
|||||||
[values]
|
[values]
|
||||||
cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
||||||
cool_fan_speed_max = =cool_fan_speed
|
cool_fan_speed_max = =cool_fan_speed
|
||||||
|
infill_line_width = =round(line_width * 0.42 / 0.35, 2)
|
||||||
machine_nozzle_cool_down_speed = 0.75
|
machine_nozzle_cool_down_speed = 0.75
|
||||||
machine_nozzle_heat_up_speed = 1.6
|
machine_nozzle_heat_up_speed = 1.6
|
||||||
material_standby_temperature = 100
|
material_standby_temperature = 100
|
||||||
|
@ -14,6 +14,7 @@ setting_version = 4
|
|||||||
cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
||||||
cool_fan_speed_max = =cool_fan_speed
|
cool_fan_speed_max = =cool_fan_speed
|
||||||
cool_min_speed = 10
|
cool_min_speed = 10
|
||||||
|
infill_line_width = =round(line_width * 0.42 / 0.35, 2)
|
||||||
machine_nozzle_cool_down_speed = 0.75
|
machine_nozzle_cool_down_speed = 0.75
|
||||||
machine_nozzle_heat_up_speed = 1.6
|
machine_nozzle_heat_up_speed = 1.6
|
||||||
material_print_temperature = =default_material_print_temperature - 5
|
material_print_temperature = =default_material_print_temperature - 5
|
||||||
|
@ -14,6 +14,7 @@ setting_version = 4
|
|||||||
cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
||||||
cool_fan_speed_max = =cool_fan_speed
|
cool_fan_speed_max = =cool_fan_speed
|
||||||
cool_min_speed = 7
|
cool_min_speed = 7
|
||||||
|
infill_line_width = =round(line_width * 0.42 / 0.35, 2)
|
||||||
machine_nozzle_cool_down_speed = 0.75
|
machine_nozzle_cool_down_speed = 0.75
|
||||||
machine_nozzle_heat_up_speed = 1.6
|
machine_nozzle_heat_up_speed = 1.6
|
||||||
material_standby_temperature = 100
|
material_standby_temperature = 100
|
||||||
|
Loading…
x
Reference in New Issue
Block a user