mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 14:09:02 +08:00
follow the defaults set in ultimaker.def.json
Only UM2+C keeps his on resolution settings, since this printer has a lower segments per second performance, and we are not going to work on it. PP-54
This commit is contained in:
parent
df72cd8da4
commit
44a33e0fed
@ -111,7 +111,6 @@
|
|||||||
"jerk_support_infill": {"minimum_value_warning": 20 },
|
"jerk_support_infill": {"minimum_value_warning": 20 },
|
||||||
"jerk_support_interface": { "value": "math.ceil(jerk_print * 5 / 20)"},
|
"jerk_support_interface": { "value": "math.ceil(jerk_print * 5 / 20)"},
|
||||||
"jerk_prime_tower": { "value": "jerk_print", "minimum_value_warning": 20 },
|
"jerk_prime_tower": { "value": "jerk_print", "minimum_value_warning": 20 },
|
||||||
"jerk_travel": {"minimum_value_warning": 20 },
|
|
||||||
"jerk_layer_0": { "value": "jerk_topbottom", "minimum_value_warning": 20},
|
"jerk_layer_0": { "value": "jerk_topbottom", "minimum_value_warning": 20},
|
||||||
"jerk_print_layer_0": {"minimum_value_warning": 20 },
|
"jerk_print_layer_0": {"minimum_value_warning": 20 },
|
||||||
"jerk_travel_layer_0": {"minimum_value_warning": 20 },
|
"jerk_travel_layer_0": {"minimum_value_warning": 20 },
|
||||||
|
@ -103,7 +103,6 @@
|
|||||||
"jerk_support_infill": {"minimum_value_warning": 20 },
|
"jerk_support_infill": {"minimum_value_warning": 20 },
|
||||||
"jerk_support_interface": { "value": "math.ceil(jerk_print * 5 / 20)"},
|
"jerk_support_interface": { "value": "math.ceil(jerk_print * 5 / 20)"},
|
||||||
"jerk_prime_tower": { "value": "jerk_print", "minimum_value_warning": 20 },
|
"jerk_prime_tower": { "value": "jerk_print", "minimum_value_warning": 20 },
|
||||||
"jerk_travel": {"minimum_value_warning": 20 },
|
|
||||||
"jerk_layer_0": { "value": "jerk_topbottom", "minimum_value_warning": 20},
|
"jerk_layer_0": { "value": "jerk_topbottom", "minimum_value_warning": 20},
|
||||||
"jerk_print_layer_0": {"minimum_value_warning": 20 },
|
"jerk_print_layer_0": {"minimum_value_warning": 20 },
|
||||||
"jerk_travel_layer_0": {"minimum_value_warning": 20 },
|
"jerk_travel_layer_0": {"minimum_value_warning": 20 },
|
||||||
@ -159,8 +158,6 @@
|
|||||||
"travel_avoid_supports": { "value": "True" },
|
"travel_avoid_supports": { "value": "True" },
|
||||||
"travel_avoid_distance": { "value": "3 if extruders_enabled_count > 1 else machine_nozzle_tip_outer_diameter / 2 * 1.5" },
|
"travel_avoid_distance": { "value": "3 if extruders_enabled_count > 1 else machine_nozzle_tip_outer_diameter / 2 * 1.5" },
|
||||||
"wall_0_inset": { "value": "0" },
|
"wall_0_inset": { "value": "0" },
|
||||||
"meshfix_maximum_resolution": { "value": "(speed_wall_0 + speed_wall_x) / 60" },
|
|
||||||
"meshfix_maximum_deviation": { "value": "layer_height / 4" },
|
|
||||||
"initial_layer_line_width_factor": { "value": "120" },
|
"initial_layer_line_width_factor": { "value": "120" },
|
||||||
"zig_zaggify_infill": { "value": "gradual_infill_steps == 0" }
|
"zig_zaggify_infill": { "value": "gradual_infill_steps == 0" }
|
||||||
}
|
}
|
||||||
|
@ -105,7 +105,6 @@
|
|||||||
"jerk_support_infill": {"minimum_value_warning": 20 },
|
"jerk_support_infill": {"minimum_value_warning": 20 },
|
||||||
"jerk_support_interface": { "value": "math.ceil(jerk_print * 5 / 20)"},
|
"jerk_support_interface": { "value": "math.ceil(jerk_print * 5 / 20)"},
|
||||||
"jerk_prime_tower": { "value": "jerk_print", "minimum_value_warning": 20 },
|
"jerk_prime_tower": { "value": "jerk_print", "minimum_value_warning": 20 },
|
||||||
"jerk_travel": {"minimum_value_warning": 20 },
|
|
||||||
"jerk_layer_0": { "value": "jerk_topbottom", "minimum_value_warning": 20},
|
"jerk_layer_0": { "value": "jerk_topbottom", "minimum_value_warning": 20},
|
||||||
"jerk_print_layer_0": {"minimum_value_warning": 20 },
|
"jerk_print_layer_0": {"minimum_value_warning": 20 },
|
||||||
"jerk_travel_layer_0": {"minimum_value_warning": 20 },
|
"jerk_travel_layer_0": {"minimum_value_warning": 20 },
|
||||||
@ -161,8 +160,6 @@
|
|||||||
"travel_avoid_supports": { "value": "True" },
|
"travel_avoid_supports": { "value": "True" },
|
||||||
"travel_avoid_distance": { "value": "3 if extruders_enabled_count > 1 else machine_nozzle_tip_outer_diameter / 2 * 1.5" },
|
"travel_avoid_distance": { "value": "3 if extruders_enabled_count > 1 else machine_nozzle_tip_outer_diameter / 2 * 1.5" },
|
||||||
"wall_0_inset": { "value": "0" },
|
"wall_0_inset": { "value": "0" },
|
||||||
"meshfix_maximum_resolution": { "value": "(speed_wall_0 + speed_wall_x) / 60" },
|
|
||||||
"meshfix_maximum_deviation": { "value": "layer_height / 4" },
|
|
||||||
"optimize_wall_printing_order": { "value": "True" },
|
"optimize_wall_printing_order": { "value": "True" },
|
||||||
"initial_layer_line_width_factor": { "value": "120" },
|
"initial_layer_line_width_factor": { "value": "120" },
|
||||||
"zig_zaggify_infill": { "value": "gradual_infill_steps == 0" },
|
"zig_zaggify_infill": { "value": "gradual_infill_steps == 0" },
|
||||||
|
@ -34,8 +34,4 @@ speed_layer_0 = 10
|
|||||||
switch_extruder_prime_speed = 30
|
switch_extruder_prime_speed = 30
|
||||||
switch_extruder_retraction_amount = 30
|
switch_extruder_retraction_amount = 30
|
||||||
switch_extruder_retraction_speeds = 40
|
switch_extruder_retraction_speeds = 40
|
||||||
|
|
||||||
|
|
||||||
jerk_travel = 50
|
|
||||||
|
|
||||||
raft_surface_speed = 45
|
raft_surface_speed = 45
|
||||||
|
@ -34,8 +34,4 @@ speed_layer_0 = 10
|
|||||||
switch_extruder_prime_speed = 30
|
switch_extruder_prime_speed = 30
|
||||||
switch_extruder_retraction_amount = 30
|
switch_extruder_retraction_amount = 30
|
||||||
switch_extruder_retraction_speeds = 40
|
switch_extruder_retraction_speeds = 40
|
||||||
|
|
||||||
|
|
||||||
jerk_travel = 50
|
|
||||||
|
|
||||||
raft_surface_speed = 45
|
raft_surface_speed = 45
|
||||||
|
@ -33,8 +33,4 @@ speed_layer_0 = 10
|
|||||||
switch_extruder_prime_speed = 30
|
switch_extruder_prime_speed = 30
|
||||||
switch_extruder_retraction_amount = 30
|
switch_extruder_retraction_amount = 30
|
||||||
switch_extruder_retraction_speeds = 40
|
switch_extruder_retraction_speeds = 40
|
||||||
|
|
||||||
|
|
||||||
jerk_travel = 50
|
|
||||||
|
|
||||||
raft_surface_speed = 45
|
raft_surface_speed = 45
|
||||||
|
@ -33,8 +33,4 @@ speed_layer_0 = 10
|
|||||||
switch_extruder_prime_speed = 30
|
switch_extruder_prime_speed = 30
|
||||||
switch_extruder_retraction_amount = 30
|
switch_extruder_retraction_amount = 30
|
||||||
switch_extruder_retraction_speeds = 40
|
switch_extruder_retraction_speeds = 40
|
||||||
|
|
||||||
|
|
||||||
jerk_travel = 50
|
|
||||||
|
|
||||||
raft_surface_speed = 45
|
raft_surface_speed = 45
|
||||||
|
@ -26,8 +26,6 @@ speed_topbottom = =math.ceil(speed_print * 40 / 70)
|
|||||||
speed_wall = =math.ceil(speed_print * 55 / 70)
|
speed_wall = =math.ceil(speed_print * 55 / 70)
|
||||||
speed_wall_0 = =math.ceil(speed_wall * 45 / 50)
|
speed_wall_0 = =math.ceil(speed_wall * 45 / 50)
|
||||||
top_bottom_thickness = 0.8
|
top_bottom_thickness = 0.8
|
||||||
jerk_travel = 50
|
|
||||||
|
|
||||||
infill_sparse_density = 15
|
infill_sparse_density = 15
|
||||||
layer_height_0 = 0.2
|
layer_height_0 = 0.2
|
||||||
acceleration_wall = 2000
|
acceleration_wall = 2000
|
||||||
|
@ -25,8 +25,6 @@ speed_topbottom = =math.ceil(speed_print * 35 / 70)
|
|||||||
speed_wall = =math.ceil(speed_print * 45 / 70)
|
speed_wall = =math.ceil(speed_print * 45 / 70)
|
||||||
speed_wall_0 = =math.ceil(speed_wall * 35 / 70)
|
speed_wall_0 = =math.ceil(speed_wall * 35 / 70)
|
||||||
top_bottom_thickness = 1
|
top_bottom_thickness = 1
|
||||||
jerk_travel = 50
|
|
||||||
|
|
||||||
layer_height_0 = 0.2
|
layer_height_0 = 0.2
|
||||||
|
|
||||||
raft_airgap = 0.25
|
raft_airgap = 0.25
|
||||||
|
@ -27,8 +27,6 @@ speed_layer_0 = 10
|
|||||||
speed_topbottom = =math.ceil(speed_print * 35 / 50)
|
speed_topbottom = =math.ceil(speed_print * 35 / 50)
|
||||||
speed_wall = =math.ceil(speed_print * 35 / 50)
|
speed_wall = =math.ceil(speed_print * 35 / 50)
|
||||||
top_bottom_thickness = 1
|
top_bottom_thickness = 1
|
||||||
jerk_travel = 50
|
|
||||||
|
|
||||||
layer_height_0 = 0.2
|
layer_height_0 = 0.2
|
||||||
|
|
||||||
raft_airgap = 0.25
|
raft_airgap = 0.25
|
||||||
|
@ -23,8 +23,6 @@ retraction_prime_speed = =retraction_speed
|
|||||||
skin_overlap = 10
|
skin_overlap = 10
|
||||||
speed_layer_0 = 10
|
speed_layer_0 = 10
|
||||||
top_bottom_thickness = 1
|
top_bottom_thickness = 1
|
||||||
jerk_travel = 50
|
|
||||||
|
|
||||||
layer_height_0 = 0.2
|
layer_height_0 = 0.2
|
||||||
|
|
||||||
raft_airgap = 0.25
|
raft_airgap = 0.25
|
||||||
|
@ -14,14 +14,10 @@ is_experimental = True
|
|||||||
|
|
||||||
[values]
|
[values]
|
||||||
infill_sparse_density = 15
|
infill_sparse_density = 15
|
||||||
|
|
||||||
jerk_travel = 20
|
|
||||||
acceleration_print = 2000
|
acceleration_print = 2000
|
||||||
acceleration_wall = 1500
|
acceleration_wall = 1500
|
||||||
acceleration_wall_0 = 1000
|
acceleration_wall_0 = 1000
|
||||||
acceleration_topbottom = 1000
|
acceleration_topbottom = 1000
|
||||||
acceleration_travel = 2000
|
|
||||||
|
|
||||||
speed_print = 50
|
speed_print = 50
|
||||||
speed_wall = 50
|
speed_wall = 50
|
||||||
|
|
||||||
|
@ -14,14 +14,10 @@ is_experimental = True
|
|||||||
|
|
||||||
[values]
|
[values]
|
||||||
infill_sparse_density = 15
|
infill_sparse_density = 15
|
||||||
|
|
||||||
jerk_travel = 20
|
|
||||||
acceleration_print = 2000
|
acceleration_print = 2000
|
||||||
acceleration_wall = 1500
|
acceleration_wall = 1500
|
||||||
acceleration_wall_0 = 1000
|
acceleration_wall_0 = 1000
|
||||||
acceleration_topbottom = 1000
|
acceleration_topbottom = 1000
|
||||||
acceleration_travel = 2000
|
|
||||||
|
|
||||||
speed_print = 50
|
speed_print = 50
|
||||||
speed_wall = 50
|
speed_wall = 50
|
||||||
|
|
||||||
|
@ -21,5 +21,3 @@ retraction_combing_max_distance = 50
|
|||||||
speed_print = 40
|
speed_print = 40
|
||||||
speed_topbottom = =math.ceil(speed_print * 25 / 40)
|
speed_topbottom = =math.ceil(speed_print * 25 / 40)
|
||||||
speed_wall = =math.ceil(speed_print * 30 / 40)
|
speed_wall = =math.ceil(speed_print * 30 / 40)
|
||||||
|
|
||||||
jerk_travel = 50
|
|
@ -22,5 +22,3 @@ speed_print = 45
|
|||||||
speed_topbottom = =math.ceil(speed_print * 30 / 45)
|
speed_topbottom = =math.ceil(speed_print * 30 / 45)
|
||||||
speed_wall = =math.ceil(speed_print * 40 / 45)
|
speed_wall = =math.ceil(speed_print * 40 / 45)
|
||||||
speed_wall_0 = =math.ceil(speed_wall * 30 / 40)
|
speed_wall_0 = =math.ceil(speed_wall * 30 / 40)
|
||||||
|
|
||||||
jerk_travel = 50
|
|
@ -21,5 +21,3 @@ retraction_combing_max_distance = 50
|
|||||||
speed_print = 40
|
speed_print = 40
|
||||||
speed_topbottom = =math.ceil(speed_print * 25 / 40)
|
speed_topbottom = =math.ceil(speed_print * 25 / 40)
|
||||||
speed_wall = =math.ceil(speed_print * 30 / 40)
|
speed_wall = =math.ceil(speed_print * 30 / 40)
|
||||||
|
|
||||||
jerk_travel = 50
|
|
||||||
|
@ -21,6 +21,5 @@ retraction_combing_max_distance = 8
|
|||||||
speed_print = 40
|
speed_print = 40
|
||||||
speed_topbottom = =math.ceil(speed_print * 25 / 40)
|
speed_topbottom = =math.ceil(speed_print * 25 / 40)
|
||||||
speed_wall = =math.ceil(speed_print * 30 / 40)
|
speed_wall = =math.ceil(speed_print * 30 / 40)
|
||||||
jerk_travel = 50
|
|
||||||
cool_fan_speed = 20
|
cool_fan_speed = 20
|
||||||
initial_layer_line_width_factor = 100
|
initial_layer_line_width_factor = 100
|
||||||
|
@ -22,6 +22,5 @@ speed_print = 45
|
|||||||
speed_topbottom = =math.ceil(speed_print * 30 / 45)
|
speed_topbottom = =math.ceil(speed_print * 30 / 45)
|
||||||
speed_wall = =math.ceil(speed_print * 40 / 45)
|
speed_wall = =math.ceil(speed_print * 40 / 45)
|
||||||
speed_wall_0 = =math.ceil(speed_wall * 30 / 40)
|
speed_wall_0 = =math.ceil(speed_wall * 30 / 40)
|
||||||
jerk_travel = 50
|
cool_fan_speed = 20
|
||||||
cool_fan_speed = 20
|
|
||||||
initial_layer_line_width_factor = 100
|
initial_layer_line_width_factor = 100
|
||||||
|
@ -21,7 +21,6 @@ retraction_combing_max_distance = 8
|
|||||||
speed_print = 40
|
speed_print = 40
|
||||||
speed_topbottom = =math.ceil(speed_print * 25 / 40)
|
speed_topbottom = =math.ceil(speed_print * 25 / 40)
|
||||||
speed_wall = =math.ceil(speed_print * 30 / 40)
|
speed_wall = =math.ceil(speed_print * 30 / 40)
|
||||||
jerk_travel = 50
|
|
||||||
cool_fan_speed = 20
|
cool_fan_speed = 20
|
||||||
layer_height_0 = 0.27
|
layer_height_0 = 0.27
|
||||||
initial_layer_line_width_factor = 100
|
initial_layer_line_width_factor = 100
|
||||||
|
@ -47,4 +47,3 @@ switch_extruder_retraction_speeds = 45
|
|||||||
top_bottom_thickness = 1.2
|
top_bottom_thickness = 1.2
|
||||||
travel_avoid_distance = 1.5
|
travel_avoid_distance = 1.5
|
||||||
wall_0_wipe_dist = =line_width * 2
|
wall_0_wipe_dist = =line_width * 2
|
||||||
jerk_travel = 50
|
|
||||||
|
@ -48,4 +48,3 @@ switch_extruder_retraction_speeds = 45
|
|||||||
top_bottom_thickness = 1.2
|
top_bottom_thickness = 1.2
|
||||||
travel_avoid_distance = 1.5
|
travel_avoid_distance = 1.5
|
||||||
wall_0_wipe_dist = =line_width * 2
|
wall_0_wipe_dist = =line_width * 2
|
||||||
jerk_travel = 50
|
|
||||||
|
@ -47,4 +47,3 @@ switch_extruder_retraction_speeds = 45
|
|||||||
top_bottom_thickness = 1.2
|
top_bottom_thickness = 1.2
|
||||||
travel_avoid_distance = 1.5
|
travel_avoid_distance = 1.5
|
||||||
wall_0_wipe_dist = =line_width * 2
|
wall_0_wipe_dist = =line_width * 2
|
||||||
jerk_travel = 50
|
|
||||||
|
@ -32,5 +32,4 @@ speed_layer_0 = 10
|
|||||||
switch_extruder_prime_speed = 30
|
switch_extruder_prime_speed = 30
|
||||||
switch_extruder_retraction_amount = 30
|
switch_extruder_retraction_amount = 30
|
||||||
switch_extruder_retraction_speeds = 40
|
switch_extruder_retraction_speeds = 40
|
||||||
jerk_travel = 50
|
|
||||||
raft_surface_speed = 45
|
raft_surface_speed = 45
|
||||||
|
@ -34,7 +34,4 @@ speed_layer_0 = 10
|
|||||||
switch_extruder_prime_speed = 30
|
switch_extruder_prime_speed = 30
|
||||||
switch_extruder_retraction_amount = 30
|
switch_extruder_retraction_amount = 30
|
||||||
switch_extruder_retraction_speeds = 40
|
switch_extruder_retraction_speeds = 40
|
||||||
|
|
||||||
|
|
||||||
jerk_travel = 50
|
|
||||||
raft_surface_speed = 45
|
raft_surface_speed = 45
|
||||||
|
@ -33,7 +33,4 @@ speed_layer_0 = 10
|
|||||||
switch_extruder_prime_speed = 30
|
switch_extruder_prime_speed = 30
|
||||||
switch_extruder_retraction_amount = 30
|
switch_extruder_retraction_amount = 30
|
||||||
switch_extruder_retraction_speeds = 40
|
switch_extruder_retraction_speeds = 40
|
||||||
|
|
||||||
|
|
||||||
jerk_travel = 50
|
|
||||||
raft_surface_speed = 45
|
raft_surface_speed = 45
|
||||||
|
@ -33,7 +33,4 @@ speed_layer_0 = 10
|
|||||||
switch_extruder_prime_speed = 30
|
switch_extruder_prime_speed = 30
|
||||||
switch_extruder_retraction_amount = 30
|
switch_extruder_retraction_amount = 30
|
||||||
switch_extruder_retraction_speeds = 40
|
switch_extruder_retraction_speeds = 40
|
||||||
|
|
||||||
|
|
||||||
jerk_travel = 50
|
|
||||||
raft_surface_speed = 45
|
raft_surface_speed = 45
|
||||||
|
@ -27,8 +27,6 @@ speed_topbottom = =math.ceil(speed_print * 40 / 70)
|
|||||||
speed_wall = =math.ceil(speed_print * 55 / 70)
|
speed_wall = =math.ceil(speed_print * 55 / 70)
|
||||||
speed_wall_0 = =math.ceil(speed_wall * 45 / 50)
|
speed_wall_0 = =math.ceil(speed_wall * 45 / 50)
|
||||||
top_bottom_thickness = 0.8
|
top_bottom_thickness = 0.8
|
||||||
jerk_travel = 50
|
|
||||||
|
|
||||||
infill_sparse_density = 15
|
infill_sparse_density = 15
|
||||||
layer_height_0 = 0.2
|
layer_height_0 = 0.2
|
||||||
acceleration_wall = 2000
|
acceleration_wall = 2000
|
||||||
|
@ -25,7 +25,5 @@ speed_topbottom = =math.ceil(speed_print * 35 / 70)
|
|||||||
speed_wall = =math.ceil(speed_print * 45 / 70)
|
speed_wall = =math.ceil(speed_print * 45 / 70)
|
||||||
speed_wall_0 = =math.ceil(speed_wall * 35 / 70)
|
speed_wall_0 = =math.ceil(speed_wall * 35 / 70)
|
||||||
top_bottom_thickness = 1
|
top_bottom_thickness = 1
|
||||||
jerk_travel = 50
|
|
||||||
|
|
||||||
layer_height_0 = 0.2
|
layer_height_0 = 0.2
|
||||||
raft_airgap = 0.25
|
raft_airgap = 0.25
|
||||||
|
@ -27,7 +27,5 @@ speed_layer_0 = 10
|
|||||||
speed_topbottom = =math.ceil(speed_print * 35 / 50)
|
speed_topbottom = =math.ceil(speed_print * 35 / 50)
|
||||||
speed_wall = =math.ceil(speed_print * 35 / 50)
|
speed_wall = =math.ceil(speed_print * 35 / 50)
|
||||||
top_bottom_thickness = 1
|
top_bottom_thickness = 1
|
||||||
jerk_travel = 50
|
|
||||||
|
|
||||||
layer_height_0 = 0.2
|
layer_height_0 = 0.2
|
||||||
raft_airgap = 0.25
|
raft_airgap = 0.25
|
||||||
|
@ -23,7 +23,5 @@ retraction_prime_speed = =retraction_speed
|
|||||||
skin_overlap = 10
|
skin_overlap = 10
|
||||||
speed_layer_0 = 10
|
speed_layer_0 = 10
|
||||||
top_bottom_thickness = 1
|
top_bottom_thickness = 1
|
||||||
jerk_travel = 50
|
|
||||||
|
|
||||||
layer_height_0 = 0.2
|
layer_height_0 = 0.2
|
||||||
raft_airgap = 0.25
|
raft_airgap = 0.25
|
||||||
|
@ -14,14 +14,10 @@ is_experimental = True
|
|||||||
|
|
||||||
[values]
|
[values]
|
||||||
infill_sparse_density = 15
|
infill_sparse_density = 15
|
||||||
|
|
||||||
jerk_travel = 20
|
|
||||||
acceleration_print = 2000
|
acceleration_print = 2000
|
||||||
acceleration_wall = 1500
|
acceleration_wall = 1500
|
||||||
acceleration_wall_0 = 1000
|
acceleration_wall_0 = 1000
|
||||||
acceleration_topbottom = 1000
|
acceleration_topbottom = 1000
|
||||||
acceleration_travel = 2000
|
|
||||||
|
|
||||||
speed_print = 50
|
speed_print = 50
|
||||||
speed_wall = 50
|
speed_wall = 50
|
||||||
|
|
||||||
|
@ -14,14 +14,10 @@ is_experimental = True
|
|||||||
|
|
||||||
[values]
|
[values]
|
||||||
infill_sparse_density = 15
|
infill_sparse_density = 15
|
||||||
|
|
||||||
jerk_travel = 20
|
|
||||||
acceleration_print = 2000
|
acceleration_print = 2000
|
||||||
acceleration_wall = 1500
|
acceleration_wall = 1500
|
||||||
acceleration_wall_0 = 1000
|
acceleration_wall_0 = 1000
|
||||||
acceleration_topbottom = 1000
|
acceleration_topbottom = 1000
|
||||||
acceleration_travel = 2000
|
|
||||||
|
|
||||||
speed_print = 50
|
speed_print = 50
|
||||||
speed_wall = 50
|
speed_wall = 50
|
||||||
|
|
||||||
|
@ -21,5 +21,3 @@ retraction_combing_max_distance = 50
|
|||||||
speed_print = 40
|
speed_print = 40
|
||||||
speed_topbottom = =math.ceil(speed_print * 25 / 40)
|
speed_topbottom = =math.ceil(speed_print * 25 / 40)
|
||||||
speed_wall = =math.ceil(speed_print * 30 / 40)
|
speed_wall = =math.ceil(speed_print * 30 / 40)
|
||||||
|
|
||||||
jerk_travel = 50
|
|
@ -22,5 +22,3 @@ speed_print = 45
|
|||||||
speed_topbottom = =math.ceil(speed_print * 30 / 45)
|
speed_topbottom = =math.ceil(speed_print * 30 / 45)
|
||||||
speed_wall = =math.ceil(speed_print * 40 / 45)
|
speed_wall = =math.ceil(speed_print * 40 / 45)
|
||||||
speed_wall_0 = =math.ceil(speed_wall * 30 / 40)
|
speed_wall_0 = =math.ceil(speed_wall * 30 / 40)
|
||||||
|
|
||||||
jerk_travel = 50
|
|
@ -21,5 +21,3 @@ retraction_combing_max_distance = 50
|
|||||||
speed_print = 40
|
speed_print = 40
|
||||||
speed_topbottom = =math.ceil(speed_print * 25 / 40)
|
speed_topbottom = =math.ceil(speed_print * 25 / 40)
|
||||||
speed_wall = =math.ceil(speed_print * 30 / 40)
|
speed_wall = =math.ceil(speed_print * 30 / 40)
|
||||||
|
|
||||||
jerk_travel = 50
|
|
||||||
|
@ -21,6 +21,5 @@ retraction_combing_max_distance = 8
|
|||||||
speed_print = 40
|
speed_print = 40
|
||||||
speed_topbottom = =math.ceil(speed_print * 25 / 40)
|
speed_topbottom = =math.ceil(speed_print * 25 / 40)
|
||||||
speed_wall = =math.ceil(speed_print * 30 / 40)
|
speed_wall = =math.ceil(speed_print * 30 / 40)
|
||||||
jerk_travel = 50
|
|
||||||
cool_fan_speed = 20
|
cool_fan_speed = 20
|
||||||
initial_layer_line_width_factor = 100
|
initial_layer_line_width_factor = 100
|
||||||
|
@ -22,7 +22,6 @@ speed_print = 45
|
|||||||
speed_topbottom = =math.ceil(speed_print * 30 / 45)
|
speed_topbottom = =math.ceil(speed_print * 30 / 45)
|
||||||
speed_wall = =math.ceil(speed_print * 40 / 45)
|
speed_wall = =math.ceil(speed_print * 40 / 45)
|
||||||
speed_wall_0 = =math.ceil(speed_wall * 30 / 40)
|
speed_wall_0 = =math.ceil(speed_wall * 30 / 40)
|
||||||
jerk_travel = 50
|
|
||||||
cool_fan_speed = 20
|
cool_fan_speed = 20
|
||||||
initial_layer_line_width_factor = 100
|
initial_layer_line_width_factor = 100
|
||||||
|
|
||||||
|
@ -21,7 +21,6 @@ retraction_combing_max_distance = 8
|
|||||||
speed_print = 40
|
speed_print = 40
|
||||||
speed_topbottom = =math.ceil(speed_print * 25 / 40)
|
speed_topbottom = =math.ceil(speed_print * 25 / 40)
|
||||||
speed_wall = =math.ceil(speed_print * 30 / 40)
|
speed_wall = =math.ceil(speed_print * 30 / 40)
|
||||||
jerk_travel = 50
|
|
||||||
cool_fan_speed = 20
|
cool_fan_speed = 20
|
||||||
initial_layer_line_width_factor = 100
|
initial_layer_line_width_factor = 100
|
||||||
|
|
||||||
|
@ -47,4 +47,3 @@ switch_extruder_retraction_speeds = 45
|
|||||||
top_bottom_thickness = 1.2
|
top_bottom_thickness = 1.2
|
||||||
travel_avoid_distance = 1.5
|
travel_avoid_distance = 1.5
|
||||||
wall_0_wipe_dist = =line_width * 2
|
wall_0_wipe_dist = =line_width * 2
|
||||||
jerk_travel = 50
|
|
||||||
|
@ -47,4 +47,3 @@ switch_extruder_retraction_speeds = 45
|
|||||||
top_bottom_thickness = 1.2
|
top_bottom_thickness = 1.2
|
||||||
travel_avoid_distance = 1.5
|
travel_avoid_distance = 1.5
|
||||||
wall_0_wipe_dist = =line_width * 2
|
wall_0_wipe_dist = =line_width * 2
|
||||||
jerk_travel = 50
|
|
||||||
|
@ -47,4 +47,3 @@ switch_extruder_retraction_speeds = 45
|
|||||||
top_bottom_thickness = 1.2
|
top_bottom_thickness = 1.2
|
||||||
travel_avoid_distance = 1.5
|
travel_avoid_distance = 1.5
|
||||||
wall_0_wipe_dist = =line_width * 2
|
wall_0_wipe_dist = =line_width * 2
|
||||||
jerk_travel = 50
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user