mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 01:35:53 +08:00
restore the correct setting
PP-277
This commit is contained in:
parent
29c7f766be
commit
4b0d07a477
@ -14,9 +14,16 @@ is_experimental = True
|
|||||||
|
|
||||||
[values]
|
[values]
|
||||||
brim_width = 14
|
brim_width = 14
|
||||||
|
machine_nozzle_cool_down_speed = 0.9
|
||||||
|
machine_nozzle_heat_up_speed = 1.4
|
||||||
|
material_print_temperature = =default_material_print_temperature - 10
|
||||||
prime_tower_enable = True
|
prime_tower_enable = True
|
||||||
retraction_hop = 0.1
|
retraction_hop = 0.1
|
||||||
retraction_hop_enabled = False
|
retraction_hop_enabled = False
|
||||||
skin_overlap = 0
|
skin_overlap = 0
|
||||||
|
speed_print = 50
|
||||||
|
speed_topbottom = =math.ceil(speed_print * 35 / 50)
|
||||||
|
speed_wall = =math.ceil(speed_print * 40 / 50)
|
||||||
|
speed_wall_0 = =math.ceil(speed_wall * 35 / 40)
|
||||||
support_z_distance = =layer_height
|
support_z_distance = =layer_height
|
||||||
top_bottom_thickness = 1.2
|
top_bottom_thickness = 1.2
|
||||||
|
@ -14,6 +14,7 @@ is_experimental = True
|
|||||||
|
|
||||||
[values]
|
[values]
|
||||||
brim_width = 14
|
brim_width = 14
|
||||||
|
material_print_temperature = =default_material_print_temperature - 5
|
||||||
raft_airgap = 0.5
|
raft_airgap = 0.5
|
||||||
skin_overlap = 0
|
skin_overlap = 0
|
||||||
speed_print = 50
|
speed_print = 50
|
||||||
|
@ -14,9 +14,16 @@ is_experimental = True
|
|||||||
|
|
||||||
[values]
|
[values]
|
||||||
brim_width = 14
|
brim_width = 14
|
||||||
|
machine_nozzle_cool_down_speed = 0.9
|
||||||
|
machine_nozzle_heat_up_speed = 1.4
|
||||||
|
material_print_temperature = =default_material_print_temperature - 10
|
||||||
prime_tower_enable = True
|
prime_tower_enable = True
|
||||||
retraction_hop = 0.1
|
retraction_hop = 0.1
|
||||||
retraction_hop_enabled = False
|
retraction_hop_enabled = False
|
||||||
skin_overlap = 0
|
skin_overlap = 0
|
||||||
|
speed_print = 50
|
||||||
|
speed_topbottom = =math.ceil(speed_print * 35 / 50)
|
||||||
|
speed_wall = =math.ceil(speed_print * 40 / 50)
|
||||||
|
speed_wall_0 = =math.ceil(speed_wall * 35 / 40)
|
||||||
support_z_distance = =layer_height
|
support_z_distance = =layer_height
|
||||||
top_bottom_thickness = 1.2
|
top_bottom_thickness = 1.2
|
||||||
|
@ -14,6 +14,7 @@ is_experimental = True
|
|||||||
|
|
||||||
[values]
|
[values]
|
||||||
brim_width = 14
|
brim_width = 14
|
||||||
|
material_print_temperature = =default_material_print_temperature - 5
|
||||||
raft_airgap = 0.5
|
raft_airgap = 0.5
|
||||||
skin_overlap = 0
|
skin_overlap = 0
|
||||||
speed_print = 50
|
speed_print = 50
|
||||||
|
Loading…
x
Reference in New Issue
Block a user