mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -06: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
41 changed files with 1 additions and 90 deletions
|
@ -34,8 +34,4 @@ speed_layer_0 = 10
|
|||
switch_extruder_prime_speed = 30
|
||||
switch_extruder_retraction_amount = 30
|
||||
switch_extruder_retraction_speeds = 40
|
||||
|
||||
|
||||
jerk_travel = 50
|
||||
|
||||
raft_surface_speed = 45
|
||||
|
|
|
@ -34,8 +34,4 @@ speed_layer_0 = 10
|
|||
switch_extruder_prime_speed = 30
|
||||
switch_extruder_retraction_amount = 30
|
||||
switch_extruder_retraction_speeds = 40
|
||||
|
||||
|
||||
jerk_travel = 50
|
||||
|
||||
raft_surface_speed = 45
|
||||
|
|
|
@ -33,8 +33,4 @@ speed_layer_0 = 10
|
|||
switch_extruder_prime_speed = 30
|
||||
switch_extruder_retraction_amount = 30
|
||||
switch_extruder_retraction_speeds = 40
|
||||
|
||||
|
||||
jerk_travel = 50
|
||||
|
||||
raft_surface_speed = 45
|
||||
|
|
|
@ -33,8 +33,4 @@ speed_layer_0 = 10
|
|||
switch_extruder_prime_speed = 30
|
||||
switch_extruder_retraction_amount = 30
|
||||
switch_extruder_retraction_speeds = 40
|
||||
|
||||
|
||||
jerk_travel = 50
|
||||
|
||||
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_0 = =math.ceil(speed_wall * 45 / 50)
|
||||
top_bottom_thickness = 0.8
|
||||
jerk_travel = 50
|
||||
|
||||
infill_sparse_density = 15
|
||||
layer_height_0 = 0.2
|
||||
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_0 = =math.ceil(speed_wall * 35 / 70)
|
||||
top_bottom_thickness = 1
|
||||
jerk_travel = 50
|
||||
|
||||
layer_height_0 = 0.2
|
||||
|
||||
raft_airgap = 0.25
|
||||
|
|
|
@ -27,8 +27,6 @@ speed_layer_0 = 10
|
|||
speed_topbottom = =math.ceil(speed_print * 35 / 50)
|
||||
speed_wall = =math.ceil(speed_print * 35 / 50)
|
||||
top_bottom_thickness = 1
|
||||
jerk_travel = 50
|
||||
|
||||
layer_height_0 = 0.2
|
||||
|
||||
raft_airgap = 0.25
|
||||
|
|
|
@ -23,8 +23,6 @@ retraction_prime_speed = =retraction_speed
|
|||
skin_overlap = 10
|
||||
speed_layer_0 = 10
|
||||
top_bottom_thickness = 1
|
||||
jerk_travel = 50
|
||||
|
||||
layer_height_0 = 0.2
|
||||
|
||||
raft_airgap = 0.25
|
||||
|
|
|
@ -14,14 +14,10 @@ is_experimental = True
|
|||
|
||||
[values]
|
||||
infill_sparse_density = 15
|
||||
|
||||
jerk_travel = 20
|
||||
acceleration_print = 2000
|
||||
acceleration_wall = 1500
|
||||
acceleration_wall_0 = 1000
|
||||
acceleration_topbottom = 1000
|
||||
acceleration_travel = 2000
|
||||
|
||||
speed_print = 50
|
||||
speed_wall = 50
|
||||
|
||||
|
|
|
@ -14,14 +14,10 @@ is_experimental = True
|
|||
|
||||
[values]
|
||||
infill_sparse_density = 15
|
||||
|
||||
jerk_travel = 20
|
||||
acceleration_print = 2000
|
||||
acceleration_wall = 1500
|
||||
acceleration_wall_0 = 1000
|
||||
acceleration_topbottom = 1000
|
||||
acceleration_travel = 2000
|
||||
|
||||
speed_print = 50
|
||||
speed_wall = 50
|
||||
|
||||
|
|
|
@ -21,5 +21,3 @@ retraction_combing_max_distance = 50
|
|||
speed_print = 40
|
||||
speed_topbottom = =math.ceil(speed_print * 25 / 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_wall = =math.ceil(speed_print * 40 / 45)
|
||||
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_topbottom = =math.ceil(speed_print * 25 / 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_topbottom = =math.ceil(speed_print * 25 / 40)
|
||||
speed_wall = =math.ceil(speed_print * 30 / 40)
|
||||
jerk_travel = 50
|
||||
cool_fan_speed = 20
|
||||
initial_layer_line_width_factor = 100
|
||||
|
|
|
@ -22,6 +22,5 @@ speed_print = 45
|
|||
speed_topbottom = =math.ceil(speed_print * 30 / 45)
|
||||
speed_wall = =math.ceil(speed_print * 40 / 45)
|
||||
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
|
||||
|
|
|
@ -21,7 +21,6 @@ retraction_combing_max_distance = 8
|
|||
speed_print = 40
|
||||
speed_topbottom = =math.ceil(speed_print * 25 / 40)
|
||||
speed_wall = =math.ceil(speed_print * 30 / 40)
|
||||
jerk_travel = 50
|
||||
cool_fan_speed = 20
|
||||
layer_height_0 = 0.27
|
||||
initial_layer_line_width_factor = 100
|
||||
|
|
|
@ -47,4 +47,3 @@ switch_extruder_retraction_speeds = 45
|
|||
top_bottom_thickness = 1.2
|
||||
travel_avoid_distance = 1.5
|
||||
wall_0_wipe_dist = =line_width * 2
|
||||
jerk_travel = 50
|
||||
|
|
|
@ -48,4 +48,3 @@ switch_extruder_retraction_speeds = 45
|
|||
top_bottom_thickness = 1.2
|
||||
travel_avoid_distance = 1.5
|
||||
wall_0_wipe_dist = =line_width * 2
|
||||
jerk_travel = 50
|
||||
|
|
|
@ -47,4 +47,3 @@ switch_extruder_retraction_speeds = 45
|
|||
top_bottom_thickness = 1.2
|
||||
travel_avoid_distance = 1.5
|
||||
wall_0_wipe_dist = =line_width * 2
|
||||
jerk_travel = 50
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue