Adjust detailed TPU speeds to prevent large changes in flow rate

This commit is contained in:
Christian Kunis 2024-07-08 14:57:49 -04:00
parent ad800b0bd7
commit 121d4e5eb8
40 changed files with 280 additions and 40 deletions

View file

@ -11,5 +11,11 @@ type = quality
variant = V6 0.25mm
[values]
speed_print = 150
speed_print = 225.00
speed_wall = =math.ceil(speed_print * 0.75)
speed_wall_0 = =math.ceil(speed_print * 0.75)
speed_wall_x = =math.ceil(speed_print * 0.75)
speed_roofing = =math.ceil(speed_print * 0.75)
speed_topbottom = =math.ceil(speed_print * 0.75)
speed_layer_0 = =math.ceil(speed_print * 0.75)

View file

@ -11,5 +11,11 @@ type = quality
variant = V6 0.25mm
[values]
speed_print = 90
speed_print = 135.00
speed_wall = =math.ceil(speed_print * 0.75)
speed_wall_0 = =math.ceil(speed_print * 0.75)
speed_wall_x = =math.ceil(speed_print * 0.75)
speed_roofing = =math.ceil(speed_print * 0.75)
speed_topbottom = =math.ceil(speed_print * 0.75)
speed_layer_0 = =math.ceil(speed_print * 0.75)

View file

@ -11,5 +11,11 @@ type = quality
variant = V6 0.25mm
[values]
speed_print = 150
speed_print = 225.00
speed_wall = =math.ceil(speed_print * 0.75)
speed_wall_0 = =math.ceil(speed_print * 0.75)
speed_wall_x = =math.ceil(speed_print * 0.75)
speed_roofing = =math.ceil(speed_print * 0.75)
speed_topbottom = =math.ceil(speed_print * 0.75)
speed_layer_0 = =math.ceil(speed_print * 0.75)

View file

@ -11,5 +11,11 @@ type = quality
variant = V6 0.25mm
[values]
speed_print = 120
speed_print = 180.00
speed_wall = =math.ceil(speed_print * 0.75)
speed_wall_0 = =math.ceil(speed_print * 0.75)
speed_wall_x = =math.ceil(speed_print * 0.75)
speed_roofing = =math.ceil(speed_print * 0.75)
speed_topbottom = =math.ceil(speed_print * 0.75)
speed_layer_0 = =math.ceil(speed_print * 0.75)

View file

@ -11,5 +11,11 @@ type = quality
variant = V6 0.30mm
[values]
speed_print = 150
speed_print = 225.00
speed_wall = =math.ceil(speed_print * 0.75)
speed_wall_0 = =math.ceil(speed_print * 0.75)
speed_wall_x = =math.ceil(speed_print * 0.75)
speed_roofing = =math.ceil(speed_print * 0.75)
speed_topbottom = =math.ceil(speed_print * 0.75)
speed_layer_0 = =math.ceil(speed_print * 0.75)

View file

@ -11,5 +11,11 @@ type = quality
variant = V6 0.30mm
[values]
speed_print = 80
speed_print = 120.00
speed_wall = =math.ceil(speed_print * 0.75)
speed_wall_0 = =math.ceil(speed_print * 0.75)
speed_wall_x = =math.ceil(speed_print * 0.75)
speed_roofing = =math.ceil(speed_print * 0.75)
speed_topbottom = =math.ceil(speed_print * 0.75)
speed_layer_0 = =math.ceil(speed_print * 0.75)

View file

@ -11,5 +11,11 @@ type = quality
variant = V6 0.30mm
[values]
speed_print = 150
speed_print = 225.00
speed_wall = =math.ceil(speed_print * 0.75)
speed_wall_0 = =math.ceil(speed_print * 0.75)
speed_wall_x = =math.ceil(speed_print * 0.75)
speed_roofing = =math.ceil(speed_print * 0.75)
speed_topbottom = =math.ceil(speed_print * 0.75)
speed_layer_0 = =math.ceil(speed_print * 0.75)

View file

@ -11,5 +11,11 @@ type = quality
variant = V6 0.30mm
[values]
speed_print = 100
speed_print = 150.00
speed_wall = =math.ceil(speed_print * 0.75)
speed_wall_0 = =math.ceil(speed_print * 0.75)
speed_wall_x = =math.ceil(speed_print * 0.75)
speed_roofing = =math.ceil(speed_print * 0.75)
speed_topbottom = =math.ceil(speed_print * 0.75)
speed_layer_0 = =math.ceil(speed_print * 0.75)

View file

@ -11,5 +11,11 @@ type = quality
variant = V6 0.35mm
[values]
speed_print = 67.5
speed_print = 101.25
speed_wall = =math.ceil(speed_print * 0.75)
speed_wall_0 = =math.ceil(speed_print * 0.75)
speed_wall_x = =math.ceil(speed_print * 0.75)
speed_roofing = =math.ceil(speed_print * 0.75)
speed_topbottom = =math.ceil(speed_print * 0.75)
speed_layer_0 = =math.ceil(speed_print * 0.75)

View file

@ -11,5 +11,11 @@ type = quality
variant = V6 0.35mm
[values]
speed_print = 135
speed_print = 202.50
speed_wall = =math.ceil(speed_print * 0.75)
speed_wall_0 = =math.ceil(speed_print * 0.75)
speed_wall_x = =math.ceil(speed_print * 0.75)
speed_roofing = =math.ceil(speed_print * 0.75)
speed_topbottom = =math.ceil(speed_print * 0.75)
speed_layer_0 = =math.ceil(speed_print * 0.75)

View file

@ -11,5 +11,11 @@ type = quality
variant = V6 0.35mm
[values]
speed_print = 90
speed_print = 135.00
speed_wall = =math.ceil(speed_print * 0.75)
speed_wall_0 = =math.ceil(speed_print * 0.75)
speed_wall_x = =math.ceil(speed_print * 0.75)
speed_roofing = =math.ceil(speed_print * 0.75)
speed_topbottom = =math.ceil(speed_print * 0.75)
speed_layer_0 = =math.ceil(speed_print * 0.75)

View file

@ -11,5 +11,11 @@ type = quality
variant = V6 0.40mm
[values]
speed_print = 40
speed_print = 60.00
speed_wall = =math.ceil(speed_print * 0.75)
speed_wall_0 = =math.ceil(speed_print * 0.75)
speed_wall_x = =math.ceil(speed_print * 0.75)
speed_roofing = =math.ceil(speed_print * 0.75)
speed_topbottom = =math.ceil(speed_print * 0.75)
speed_layer_0 = =math.ceil(speed_print * 0.75)

View file

@ -11,5 +11,11 @@ type = quality
variant = V6 0.40mm
[values]
speed_print = 60
speed_print = 90.00
speed_wall = =math.ceil(speed_print * 0.75)
speed_wall_0 = =math.ceil(speed_print * 0.75)
speed_wall_x = =math.ceil(speed_print * 0.75)
speed_roofing = =math.ceil(speed_print * 0.75)
speed_topbottom = =math.ceil(speed_print * 0.75)
speed_layer_0 = =math.ceil(speed_print * 0.75)

View file

@ -11,5 +11,11 @@ type = quality
variant = V6 0.40mm
[values]
speed_print = 120
speed_print = 180.00
speed_wall = =math.ceil(speed_print * 0.75)
speed_wall_0 = =math.ceil(speed_print * 0.75)
speed_wall_x = =math.ceil(speed_print * 0.75)
speed_roofing = =math.ceil(speed_print * 0.75)
speed_topbottom = =math.ceil(speed_print * 0.75)
speed_layer_0 = =math.ceil(speed_print * 0.75)

View file

@ -11,5 +11,11 @@ type = quality
variant = V6 0.40mm
[values]
speed_print = 80
speed_print = 120.00
speed_wall = =math.ceil(speed_print * 0.75)
speed_wall_0 = =math.ceil(speed_print * 0.75)
speed_wall_x = =math.ceil(speed_print * 0.75)
speed_roofing = =math.ceil(speed_print * 0.75)
speed_topbottom = =math.ceil(speed_print * 0.75)
speed_layer_0 = =math.ceil(speed_print * 0.75)

View file

@ -11,5 +11,11 @@ type = quality
variant = V6 0.50mm
[values]
speed_print = 30
speed_print = 45.00
speed_wall = =math.ceil(speed_print * 0.75)
speed_wall_0 = =math.ceil(speed_print * 0.75)
speed_wall_x = =math.ceil(speed_print * 0.75)
speed_roofing = =math.ceil(speed_print * 0.75)
speed_topbottom = =math.ceil(speed_print * 0.75)
speed_layer_0 = =math.ceil(speed_print * 0.75)

View file

@ -11,5 +11,11 @@ type = quality
variant = V6 0.50mm
[values]
speed_print = 45
speed_print = 67.50
speed_wall = =math.ceil(speed_print * 0.75)
speed_wall_0 = =math.ceil(speed_print * 0.75)
speed_wall_x = =math.ceil(speed_print * 0.75)
speed_roofing = =math.ceil(speed_print * 0.75)
speed_topbottom = =math.ceil(speed_print * 0.75)
speed_layer_0 = =math.ceil(speed_print * 0.75)

View file

@ -11,5 +11,11 @@ type = quality
variant = V6 0.50mm
[values]
speed_print = 60
speed_print = 90.00
speed_wall = =math.ceil(speed_print * 0.75)
speed_wall_0 = =math.ceil(speed_print * 0.75)
speed_wall_x = =math.ceil(speed_print * 0.75)
speed_roofing = =math.ceil(speed_print * 0.75)
speed_topbottom = =math.ceil(speed_print * 0.75)
speed_layer_0 = =math.ceil(speed_print * 0.75)

View file

@ -11,5 +11,11 @@ type = quality
variant = V6 0.50mm
[values]
speed_print = 22.5
speed_print = 33.75
speed_wall = =math.ceil(speed_print * 0.75)
speed_wall_0 = =math.ceil(speed_print * 0.75)
speed_wall_x = =math.ceil(speed_print * 0.75)
speed_roofing = =math.ceil(speed_print * 0.75)
speed_topbottom = =math.ceil(speed_print * 0.75)
speed_layer_0 = =math.ceil(speed_print * 0.75)

View file

@ -11,5 +11,11 @@ type = quality
variant = V6 0.60mm
[values]
speed_print = 25
speed_print = 37.50
speed_wall = =math.ceil(speed_print * 0.75)
speed_wall_0 = =math.ceil(speed_print * 0.75)
speed_wall_x = =math.ceil(speed_print * 0.75)
speed_roofing = =math.ceil(speed_print * 0.75)
speed_topbottom = =math.ceil(speed_print * 0.75)
speed_layer_0 = =math.ceil(speed_print * 0.75)

View file

@ -11,5 +11,11 @@ type = quality
variant = V6 0.60mm
[values]
speed_print = 40
speed_print = 60.00
speed_wall = =math.ceil(speed_print * 0.75)
speed_wall_0 = =math.ceil(speed_print * 0.75)
speed_wall_x = =math.ceil(speed_print * 0.75)
speed_roofing = =math.ceil(speed_print * 0.75)
speed_topbottom = =math.ceil(speed_print * 0.75)
speed_layer_0 = =math.ceil(speed_print * 0.75)

View file

@ -11,5 +11,11 @@ type = quality
variant = V6 0.60mm
[values]
speed_print = 20
speed_print = 30.00
speed_wall = =math.ceil(speed_print * 0.75)
speed_wall_0 = =math.ceil(speed_print * 0.75)
speed_wall_x = =math.ceil(speed_print * 0.75)
speed_roofing = =math.ceil(speed_print * 0.75)
speed_topbottom = =math.ceil(speed_print * 0.75)
speed_layer_0 = =math.ceil(speed_print * 0.75)

View file

@ -11,5 +11,11 @@ type = quality
variant = V6 0.80mm
[values]
speed_print = 20
speed_print = 30.00
speed_wall = =math.ceil(speed_print * 0.75)
speed_wall_0 = =math.ceil(speed_print * 0.75)
speed_wall_x = =math.ceil(speed_print * 0.75)
speed_roofing = =math.ceil(speed_print * 0.75)
speed_topbottom = =math.ceil(speed_print * 0.75)
speed_layer_0 = =math.ceil(speed_print * 0.75)

View file

@ -11,5 +11,11 @@ type = quality
variant = V6 0.80mm
[values]
speed_print = 15
speed_print = 22.50
speed_wall = =math.ceil(speed_print * 0.75)
speed_wall_0 = =math.ceil(speed_print * 0.75)
speed_wall_x = =math.ceil(speed_print * 0.75)
speed_roofing = =math.ceil(speed_print * 0.75)
speed_topbottom = =math.ceil(speed_print * 0.75)
speed_layer_0 = =math.ceil(speed_print * 0.75)

View file

@ -11,5 +11,11 @@ type = quality
variant = V6 0.80mm
[values]
speed_print = 12
speed_print = 18.00
speed_wall = =math.ceil(speed_print * 0.75)
speed_wall_0 = =math.ceil(speed_print * 0.75)
speed_wall_x = =math.ceil(speed_print * 0.75)
speed_roofing = =math.ceil(speed_print * 0.75)
speed_topbottom = =math.ceil(speed_print * 0.75)
speed_layer_0 = =math.ceil(speed_print * 0.75)

View file

@ -11,5 +11,11 @@ type = quality
variant = Volcano 0.40mm
[values]
speed_print = 125
speed_print = 187.50
speed_wall = =math.ceil(speed_print * 0.75)
speed_wall_0 = =math.ceil(speed_print * 0.75)
speed_wall_x = =math.ceil(speed_print * 0.75)
speed_roofing = =math.ceil(speed_print * 0.75)
speed_topbottom = =math.ceil(speed_print * 0.75)
speed_layer_0 = =math.ceil(speed_print * 0.75)

View file

@ -11,5 +11,11 @@ type = quality
variant = Volcano 0.40mm
[values]
speed_print = 150
speed_print = 225.00
speed_wall = =math.ceil(speed_print * 0.75)
speed_wall_0 = =math.ceil(speed_print * 0.75)
speed_wall_x = =math.ceil(speed_print * 0.75)
speed_roofing = =math.ceil(speed_print * 0.75)
speed_topbottom = =math.ceil(speed_print * 0.75)
speed_layer_0 = =math.ceil(speed_print * 0.75)

View file

@ -11,5 +11,11 @@ type = quality
variant = Volcano 0.40mm
[values]
speed_print = 150
speed_print = 225.00
speed_wall = =math.ceil(speed_print * 0.75)
speed_wall_0 = =math.ceil(speed_print * 0.75)
speed_wall_x = =math.ceil(speed_print * 0.75)
speed_roofing = =math.ceil(speed_print * 0.75)
speed_topbottom = =math.ceil(speed_print * 0.75)
speed_layer_0 = =math.ceil(speed_print * 0.75)

View file

@ -11,5 +11,11 @@ type = quality
variant = Volcano 0.60mm
[values]
speed_print = 82.5
speed_print = 123.75
speed_wall = =math.ceil(speed_print * 0.75)
speed_wall_0 = =math.ceil(speed_print * 0.75)
speed_wall_x = =math.ceil(speed_print * 0.75)
speed_roofing = =math.ceil(speed_print * 0.75)
speed_topbottom = =math.ceil(speed_print * 0.75)
speed_layer_0 = =math.ceil(speed_print * 0.75)

View file

@ -11,5 +11,11 @@ type = quality
variant = Volcano 0.60mm
[values]
speed_print = 125
speed_print = 187.50
speed_wall = =math.ceil(speed_print * 0.75)
speed_wall_0 = =math.ceil(speed_print * 0.75)
speed_wall_x = =math.ceil(speed_print * 0.75)
speed_roofing = =math.ceil(speed_print * 0.75)
speed_topbottom = =math.ceil(speed_print * 0.75)
speed_layer_0 = =math.ceil(speed_print * 0.75)

View file

@ -11,5 +11,11 @@ type = quality
variant = Volcano 0.60mm
[values]
speed_print = 62.5
speed_print = 93.75
speed_wall = =math.ceil(speed_print * 0.75)
speed_wall_0 = =math.ceil(speed_print * 0.75)
speed_wall_x = =math.ceil(speed_print * 0.75)
speed_roofing = =math.ceil(speed_print * 0.75)
speed_topbottom = =math.ceil(speed_print * 0.75)
speed_layer_0 = =math.ceil(speed_print * 0.75)

View file

@ -11,5 +11,11 @@ type = quality
variant = Volcano 0.80mm
[values]
speed_print = 62.5
speed_print = 93.75
speed_wall = =math.ceil(speed_print * 0.75)
speed_wall_0 = =math.ceil(speed_print * 0.75)
speed_wall_x = =math.ceil(speed_print * 0.75)
speed_roofing = =math.ceil(speed_print * 0.75)
speed_topbottom = =math.ceil(speed_print * 0.75)
speed_layer_0 = =math.ceil(speed_print * 0.75)

View file

@ -11,5 +11,11 @@ type = quality
variant = Volcano 0.80mm
[values]
speed_print = 45
speed_print = 67.50
speed_wall = =math.ceil(speed_print * 0.75)
speed_wall_0 = =math.ceil(speed_print * 0.75)
speed_wall_x = =math.ceil(speed_print * 0.75)
speed_roofing = =math.ceil(speed_print * 0.75)
speed_topbottom = =math.ceil(speed_print * 0.75)
speed_layer_0 = =math.ceil(speed_print * 0.75)

View file

@ -11,5 +11,11 @@ type = quality
variant = Volcano 0.80mm
[values]
speed_print = 35
speed_print = 52.50
speed_wall = =math.ceil(speed_print * 0.75)
speed_wall_0 = =math.ceil(speed_print * 0.75)
speed_wall_x = =math.ceil(speed_print * 0.75)
speed_roofing = =math.ceil(speed_print * 0.75)
speed_topbottom = =math.ceil(speed_print * 0.75)
speed_layer_0 = =math.ceil(speed_print * 0.75)

View file

@ -11,5 +11,11 @@ type = quality
variant = Volcano 1.00mm
[values]
speed_print = 37.5
speed_print = 56.25
speed_wall = =math.ceil(speed_print * 0.75)
speed_wall_0 = =math.ceil(speed_print * 0.75)
speed_wall_x = =math.ceil(speed_print * 0.75)
speed_roofing = =math.ceil(speed_print * 0.75)
speed_topbottom = =math.ceil(speed_print * 0.75)
speed_layer_0 = =math.ceil(speed_print * 0.75)

View file

@ -11,5 +11,11 @@ type = quality
variant = Volcano 1.00mm
[values]
speed_print = 30
speed_print = 45.00
speed_wall = =math.ceil(speed_print * 0.75)
speed_wall_0 = =math.ceil(speed_print * 0.75)
speed_wall_x = =math.ceil(speed_print * 0.75)
speed_roofing = =math.ceil(speed_print * 0.75)
speed_topbottom = =math.ceil(speed_print * 0.75)
speed_layer_0 = =math.ceil(speed_print * 0.75)

View file

@ -11,5 +11,11 @@ type = quality
variant = Volcano 1.00mm
[values]
speed_print = 25
speed_print = 37.50
speed_wall = =math.ceil(speed_print * 0.75)
speed_wall_0 = =math.ceil(speed_print * 0.75)
speed_wall_x = =math.ceil(speed_print * 0.75)
speed_roofing = =math.ceil(speed_print * 0.75)
speed_topbottom = =math.ceil(speed_print * 0.75)
speed_layer_0 = =math.ceil(speed_print * 0.75)

View file

@ -11,5 +11,11 @@ type = quality
variant = Volcano 1.20mm
[values]
speed_print = 30
speed_print = 45.00
speed_wall = =math.ceil(speed_print * 0.75)
speed_wall_0 = =math.ceil(speed_print * 0.75)
speed_wall_x = =math.ceil(speed_print * 0.75)
speed_roofing = =math.ceil(speed_print * 0.75)
speed_topbottom = =math.ceil(speed_print * 0.75)
speed_layer_0 = =math.ceil(speed_print * 0.75)

View file

@ -11,5 +11,11 @@ type = quality
variant = Volcano 1.20mm
[values]
speed_print = 25
speed_print = 37.50
speed_wall = =math.ceil(speed_print * 0.75)
speed_wall_0 = =math.ceil(speed_print * 0.75)
speed_wall_x = =math.ceil(speed_print * 0.75)
speed_roofing = =math.ceil(speed_print * 0.75)
speed_topbottom = =math.ceil(speed_print * 0.75)
speed_layer_0 = =math.ceil(speed_print * 0.75)

View file

@ -11,5 +11,11 @@ type = quality
variant = Volcano 1.20mm
[values]
speed_print = 20
speed_print = 30.00
speed_wall = =math.ceil(speed_print * 0.75)
speed_wall_0 = =math.ceil(speed_print * 0.75)
speed_wall_x = =math.ceil(speed_print * 0.75)
speed_roofing = =math.ceil(speed_print * 0.75)
speed_topbottom = =math.ceil(speed_print * 0.75)
speed_layer_0 = =math.ceil(speed_print * 0.75)