mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 11:45:55 +08:00
preofiles: fix: removed magic_mesh_surface_mode = False (CURA-983)
it is an enum, not a boolean! it is already set to Normal by default
This commit is contained in:
parent
4bde5c176f
commit
f1999db640
@ -38,7 +38,6 @@ skirt_minimal_length = 150.0
|
|||||||
speed_layer_0 = 20
|
speed_layer_0 = 20
|
||||||
bottom_thickness = 0.72
|
bottom_thickness = 0.72
|
||||||
layer_height_0 = 0.15
|
layer_height_0 = 0.15
|
||||||
magic_mesh_surface_mode = False
|
|
||||||
cool_fan_speed_min = 50
|
cool_fan_speed_min = 50
|
||||||
top_bottom_thickness = 0.72
|
top_bottom_thickness = 0.72
|
||||||
skirt_gap = 3.0
|
skirt_gap = 3.0
|
||||||
|
@ -38,7 +38,6 @@ speed_wall_x = 40
|
|||||||
skirt_minimal_length = 150.0
|
skirt_minimal_length = 150.0
|
||||||
bottom_thickness = 0.75
|
bottom_thickness = 0.75
|
||||||
layer_height_0 = 0.26
|
layer_height_0 = 0.26
|
||||||
magic_mesh_surface_mode = False
|
|
||||||
cool_fan_speed_min = 50
|
cool_fan_speed_min = 50
|
||||||
top_bottom_thickness = 0.75
|
top_bottom_thickness = 0.75
|
||||||
skirt_gap = 3.0
|
skirt_gap = 3.0
|
||||||
|
@ -38,7 +38,6 @@ skirt_minimal_length = 150.0
|
|||||||
speed_layer_0 = 20
|
speed_layer_0 = 20
|
||||||
bottom_thickness = 0.72
|
bottom_thickness = 0.72
|
||||||
layer_height_0 = 0.26
|
layer_height_0 = 0.26
|
||||||
magic_mesh_surface_mode = False
|
|
||||||
cool_fan_speed_min = 50
|
cool_fan_speed_min = 50
|
||||||
top_bottom_thickness = 0.72
|
top_bottom_thickness = 0.72
|
||||||
skirt_gap = 3.0
|
skirt_gap = 3.0
|
||||||
|
@ -33,7 +33,6 @@ speed_wall_x = 30
|
|||||||
skirt_minimal_length = 150.0
|
skirt_minimal_length = 150.0
|
||||||
speed_layer_0 = 20
|
speed_layer_0 = 20
|
||||||
layer_height_0 = 0.26
|
layer_height_0 = 0.26
|
||||||
magic_mesh_surface_mode = False
|
|
||||||
cool_fan_speed_min = 50
|
cool_fan_speed_min = 50
|
||||||
cool_min_layer_time = 3
|
cool_min_layer_time = 3
|
||||||
skirt_gap = 3.0
|
skirt_gap = 3.0
|
||||||
|
@ -37,7 +37,6 @@ skirt_minimal_length = 150.0
|
|||||||
speed_layer_0 = 20
|
speed_layer_0 = 20
|
||||||
bottom_thickness = 1.2
|
bottom_thickness = 1.2
|
||||||
layer_height_0 = 0.39
|
layer_height_0 = 0.39
|
||||||
magic_mesh_surface_mode = False
|
|
||||||
cool_fan_speed_min = 50
|
cool_fan_speed_min = 50
|
||||||
top_bottom_thickness = 1.2
|
top_bottom_thickness = 1.2
|
||||||
skirt_gap = 3.0
|
skirt_gap = 3.0
|
||||||
|
@ -37,7 +37,6 @@ skirt_minimal_length = 150.0
|
|||||||
speed_layer_0 = 20
|
speed_layer_0 = 20
|
||||||
bottom_thickness = 1.2
|
bottom_thickness = 1.2
|
||||||
layer_height_0 = 0.5
|
layer_height_0 = 0.5
|
||||||
magic_mesh_surface_mode = False
|
|
||||||
cool_fan_speed_min = 50
|
cool_fan_speed_min = 50
|
||||||
top_bottom_thickness = 1.2
|
top_bottom_thickness = 1.2
|
||||||
skirt_gap = 3.0
|
skirt_gap = 3.0
|
||||||
|
@ -25,7 +25,6 @@ brim_line_count = 32
|
|||||||
cool_lift_head = True
|
cool_lift_head = True
|
||||||
retraction_speed = 40.0
|
retraction_speed = 40.0
|
||||||
cool_fan_speed_max = 100
|
cool_fan_speed_max = 100
|
||||||
magic_mesh_surface_mode = False
|
|
||||||
speed_print = 20
|
speed_print = 20
|
||||||
shell_thickness = 0.88
|
shell_thickness = 0.88
|
||||||
speed_wall_0 = 20
|
speed_wall_0 = 20
|
||||||
|
@ -26,7 +26,6 @@ brim_line_count = 20
|
|||||||
cool_lift_head = True
|
cool_lift_head = True
|
||||||
retraction_speed = 40.0
|
retraction_speed = 40.0
|
||||||
cool_fan_speed_max = 100
|
cool_fan_speed_max = 100
|
||||||
magic_mesh_surface_mode = False
|
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
shell_thickness = 0.7
|
shell_thickness = 0.7
|
||||||
speed_wall_0 = 30
|
speed_wall_0 = 30
|
||||||
|
@ -25,7 +25,6 @@ brim_line_count = 20
|
|||||||
cool_lift_head = True
|
cool_lift_head = True
|
||||||
retraction_speed = 40.0
|
retraction_speed = 40.0
|
||||||
cool_fan_speed_max = 100
|
cool_fan_speed_max = 100
|
||||||
magic_mesh_surface_mode = False
|
|
||||||
speed_print = 20
|
speed_print = 20
|
||||||
shell_thickness = 1.05
|
shell_thickness = 1.05
|
||||||
speed_wall_0 = 20
|
speed_wall_0 = 20
|
||||||
|
@ -23,7 +23,6 @@ brim_line_count = 20
|
|||||||
cool_lift_head = True
|
cool_lift_head = True
|
||||||
raft_interface_line_width = 0.4
|
raft_interface_line_width = 0.4
|
||||||
cool_fan_speed_max = 100
|
cool_fan_speed_max = 100
|
||||||
magic_mesh_surface_mode = False
|
|
||||||
speed_print = 20
|
speed_print = 20
|
||||||
shell_thickness = 1.05
|
shell_thickness = 1.05
|
||||||
speed_wall_0 = 20
|
speed_wall_0 = 20
|
||||||
|
@ -24,7 +24,6 @@ brim_line_count = 14
|
|||||||
cool_lift_head = True
|
cool_lift_head = True
|
||||||
retraction_speed = 40.0
|
retraction_speed = 40.0
|
||||||
cool_fan_speed_max = 100
|
cool_fan_speed_max = 100
|
||||||
magic_mesh_surface_mode = False
|
|
||||||
speed_print = 20
|
speed_print = 20
|
||||||
shell_thickness = 1.59
|
shell_thickness = 1.59
|
||||||
speed_wall_0 = 20
|
speed_wall_0 = 20
|
||||||
|
@ -24,7 +24,6 @@ brim_line_count = 10
|
|||||||
cool_lift_head = True
|
cool_lift_head = True
|
||||||
retraction_speed = 40.0
|
retraction_speed = 40.0
|
||||||
cool_fan_speed_max = 100
|
cool_fan_speed_max = 100
|
||||||
magic_mesh_surface_mode = False
|
|
||||||
speed_print = 20
|
speed_print = 20
|
||||||
shell_thickness = 2.1
|
shell_thickness = 2.1
|
||||||
speed_wall_0 = 20
|
speed_wall_0 = 20
|
||||||
|
Loading…
x
Reference in New Issue
Block a user