mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-29 13:51:12 -07:00
cleanup raft speeds
raft base speed is only 15mm/s to avoid extreme flows. The raft surface speed equals the top/bottom speed, so the raft surface has a flow equal to the top/bottom flow. The raft interface is again the average of the surface and the base. PP-243
This commit is contained in:
parent
d7dd7252db
commit
179e6bdfb6
20 changed files with 17 additions and 45 deletions
|
|
@ -27,6 +27,4 @@ speed_wall = =math.ceil(speed_print * 30 / 70)
|
|||
switch_extruder_prime_speed = 30
|
||||
switch_extruder_retraction_amount = 30
|
||||
switch_extruder_retraction_speeds = 40
|
||||
|
||||
raft_surface_speed = 45
|
||||
speed_layer_0 = 10
|
||||
|
|
|
|||
|
|
@ -25,5 +25,4 @@ skin_overlap = 50
|
|||
speed_layer_0 = 10
|
||||
switch_extruder_prime_speed = 30
|
||||
switch_extruder_retraction_amount = 30
|
||||
switch_extruder_retraction_speeds = 40
|
||||
raft_surface_speed = 45
|
||||
switch_extruder_retraction_speeds = 40
|
||||
|
|
@ -25,5 +25,4 @@ skin_overlap = 50
|
|||
speed_layer_0 = 10
|
||||
switch_extruder_prime_speed = 30
|
||||
switch_extruder_retraction_amount = 30
|
||||
switch_extruder_retraction_speeds = 40
|
||||
raft_surface_speed = 45
|
||||
switch_extruder_retraction_speeds = 40
|
||||
|
|
@ -24,5 +24,4 @@ skin_overlap = 50
|
|||
speed_layer_0 = 10
|
||||
switch_extruder_prime_speed = 30
|
||||
switch_extruder_retraction_amount = 30
|
||||
switch_extruder_retraction_speeds = 40
|
||||
raft_surface_speed = 45
|
||||
switch_extruder_retraction_speeds = 40
|
||||
|
|
@ -25,4 +25,3 @@ speed_layer_0 = 10
|
|||
switch_extruder_prime_speed = 30
|
||||
switch_extruder_retraction_amount = 30
|
||||
switch_extruder_retraction_speeds = 40
|
||||
raft_surface_speed = 45
|
||||
|
|
|
|||
|
|
@ -26,4 +26,3 @@ speed_layer_0 = 10
|
|||
switch_extruder_prime_speed = 30
|
||||
switch_extruder_retraction_amount = 30
|
||||
switch_extruder_retraction_speeds = 40
|
||||
raft_surface_speed = 45
|
||||
|
|
|
|||
|
|
@ -26,4 +26,3 @@ speed_layer_0 = 10
|
|||
switch_extruder_prime_speed = 30
|
||||
switch_extruder_retraction_amount = 30
|
||||
switch_extruder_retraction_speeds = 40
|
||||
raft_surface_speed = 45
|
||||
|
|
|
|||
|
|
@ -24,5 +24,4 @@ skin_overlap = 50
|
|||
speed_layer_0 = 10
|
||||
switch_extruder_prime_speed = 30
|
||||
switch_extruder_retraction_amount = 30
|
||||
switch_extruder_retraction_speeds = 40
|
||||
raft_surface_speed = 45
|
||||
switch_extruder_retraction_speeds = 40
|
||||
|
|
@ -24,5 +24,4 @@ skin_overlap = 50
|
|||
speed_layer_0 = 10
|
||||
switch_extruder_prime_speed = 30
|
||||
switch_extruder_retraction_amount = 30
|
||||
switch_extruder_retraction_speeds = 40
|
||||
raft_surface_speed = 45
|
||||
switch_extruder_retraction_speeds = 40
|
||||
Loading…
Add table
Add a link
Reference in a new issue