mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 04:54:04 -06: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
12 changed files with 0 additions and 12 deletions
|
@ -38,7 +38,6 @@ skirt_minimal_length = 150.0
|
|||
speed_layer_0 = 20
|
||||
bottom_thickness = 0.72
|
||||
layer_height_0 = 0.15
|
||||
magic_mesh_surface_mode = False
|
||||
cool_fan_speed_min = 50
|
||||
top_bottom_thickness = 0.72
|
||||
skirt_gap = 3.0
|
||||
|
|
|
@ -38,7 +38,6 @@ speed_wall_x = 40
|
|||
skirt_minimal_length = 150.0
|
||||
bottom_thickness = 0.75
|
||||
layer_height_0 = 0.26
|
||||
magic_mesh_surface_mode = False
|
||||
cool_fan_speed_min = 50
|
||||
top_bottom_thickness = 0.75
|
||||
skirt_gap = 3.0
|
||||
|
|
|
@ -38,7 +38,6 @@ skirt_minimal_length = 150.0
|
|||
speed_layer_0 = 20
|
||||
bottom_thickness = 0.72
|
||||
layer_height_0 = 0.26
|
||||
magic_mesh_surface_mode = False
|
||||
cool_fan_speed_min = 50
|
||||
top_bottom_thickness = 0.72
|
||||
skirt_gap = 3.0
|
||||
|
|
|
@ -33,7 +33,6 @@ speed_wall_x = 30
|
|||
skirt_minimal_length = 150.0
|
||||
speed_layer_0 = 20
|
||||
layer_height_0 = 0.26
|
||||
magic_mesh_surface_mode = False
|
||||
cool_fan_speed_min = 50
|
||||
cool_min_layer_time = 3
|
||||
skirt_gap = 3.0
|
||||
|
|
|
@ -37,7 +37,6 @@ skirt_minimal_length = 150.0
|
|||
speed_layer_0 = 20
|
||||
bottom_thickness = 1.2
|
||||
layer_height_0 = 0.39
|
||||
magic_mesh_surface_mode = False
|
||||
cool_fan_speed_min = 50
|
||||
top_bottom_thickness = 1.2
|
||||
skirt_gap = 3.0
|
||||
|
|
|
@ -37,7 +37,6 @@ skirt_minimal_length = 150.0
|
|||
speed_layer_0 = 20
|
||||
bottom_thickness = 1.2
|
||||
layer_height_0 = 0.5
|
||||
magic_mesh_surface_mode = False
|
||||
cool_fan_speed_min = 50
|
||||
top_bottom_thickness = 1.2
|
||||
skirt_gap = 3.0
|
||||
|
|
|
@ -25,7 +25,6 @@ brim_line_count = 32
|
|||
cool_lift_head = True
|
||||
retraction_speed = 40.0
|
||||
cool_fan_speed_max = 100
|
||||
magic_mesh_surface_mode = False
|
||||
speed_print = 20
|
||||
shell_thickness = 0.88
|
||||
speed_wall_0 = 20
|
||||
|
|
|
@ -26,7 +26,6 @@ brim_line_count = 20
|
|||
cool_lift_head = True
|
||||
retraction_speed = 40.0
|
||||
cool_fan_speed_max = 100
|
||||
magic_mesh_surface_mode = False
|
||||
speed_print = 30
|
||||
shell_thickness = 0.7
|
||||
speed_wall_0 = 30
|
||||
|
|
|
@ -25,7 +25,6 @@ brim_line_count = 20
|
|||
cool_lift_head = True
|
||||
retraction_speed = 40.0
|
||||
cool_fan_speed_max = 100
|
||||
magic_mesh_surface_mode = False
|
||||
speed_print = 20
|
||||
shell_thickness = 1.05
|
||||
speed_wall_0 = 20
|
||||
|
|
|
@ -23,7 +23,6 @@ brim_line_count = 20
|
|||
cool_lift_head = True
|
||||
raft_interface_line_width = 0.4
|
||||
cool_fan_speed_max = 100
|
||||
magic_mesh_surface_mode = False
|
||||
speed_print = 20
|
||||
shell_thickness = 1.05
|
||||
speed_wall_0 = 20
|
||||
|
|
|
@ -24,7 +24,6 @@ brim_line_count = 14
|
|||
cool_lift_head = True
|
||||
retraction_speed = 40.0
|
||||
cool_fan_speed_max = 100
|
||||
magic_mesh_surface_mode = False
|
||||
speed_print = 20
|
||||
shell_thickness = 1.59
|
||||
speed_wall_0 = 20
|
||||
|
|
|
@ -24,7 +24,6 @@ brim_line_count = 10
|
|||
cool_lift_head = True
|
||||
retraction_speed = 40.0
|
||||
cool_fan_speed_max = 100
|
||||
magic_mesh_surface_mode = False
|
||||
speed_print = 20
|
||||
shell_thickness = 2.1
|
||||
speed_wall_0 = 20
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue