Updates acceleration settings to a max of 3500mmps2

And increases minimum to 1000mmps2.
This commit is contained in:
THeijmans 2021-09-15 14:32:39 +02:00
parent 6a4f59c27a
commit 0152a0429a
63 changed files with 34 additions and 145 deletions

View File

@ -84,13 +84,13 @@
"acceleration_enabled": { "value": "True" }, "acceleration_enabled": { "value": "True" },
"acceleration_layer_0": { "value": "acceleration_topbottom" }, "acceleration_layer_0": { "value": "acceleration_topbottom" },
"acceleration_prime_tower": { "value": "math.ceil(acceleration_print * 2000 / 4000)" }, "acceleration_prime_tower": { "value": "math.ceil(acceleration_print * 2000 / 3500)" },
"acceleration_print": { "value": "4000" }, "acceleration_print": { "value": "3500" },
"acceleration_support": { "value": "math.ceil(acceleration_print * 2000 / 4000)" }, "acceleration_support": { "value": "math.ceil(acceleration_print * 2000 / 3500)" },
"acceleration_support_interface": { "value": "acceleration_topbottom" }, "acceleration_support_interface": { "value": "acceleration_topbottom" },
"acceleration_topbottom": { "value": "math.ceil(acceleration_print * 500 / 4000)" }, "acceleration_topbottom": { "value": "math.ceil(acceleration_print * 1000 / 3500)" },
"acceleration_wall": { "value": "math.ceil(acceleration_print * 1000 / 4000)" }, "acceleration_wall": { "value": "math.ceil(acceleration_print * 1500 / 3500)" },
"acceleration_wall_0": { "value": "math.ceil(acceleration_wall * 500 / 1000)" }, "acceleration_wall_0": { "value": "math.ceil(acceleration_wall * 1000 / 3500)" },
"brim_width": { "value": "3" }, "brim_width": { "value": "3" },
"cool_fan_full_at_height": { "value": "layer_height_0 + 4 * layer_height" }, "cool_fan_full_at_height": { "value": "layer_height_0 + 4 * layer_height" },
"cool_fan_speed": { "value": "50" }, "cool_fan_speed": { "value": "50" },

View File

@ -77,13 +77,13 @@
"acceleration_enabled": { "value": "True" }, "acceleration_enabled": { "value": "True" },
"acceleration_layer_0": { "value": "acceleration_topbottom" }, "acceleration_layer_0": { "value": "acceleration_topbottom" },
"acceleration_prime_tower": { "value": "math.ceil(acceleration_print * 2000 / 4000)" }, "acceleration_prime_tower": { "value": "math.ceil(acceleration_print * 2000 / 3500)" },
"acceleration_print": { "value": "4000" }, "acceleration_print": { "value": "3500" },
"acceleration_support": { "value": "math.ceil(acceleration_print * 2000 / 4000)" }, "acceleration_support": { "value": "math.ceil(acceleration_print * 2000 / 3500)" },
"acceleration_support_interface": { "value": "acceleration_topbottom" }, "acceleration_support_interface": { "value": "acceleration_topbottom" },
"acceleration_topbottom": { "value": "math.ceil(acceleration_print * 500 / 4000)" }, "acceleration_topbottom": { "value": "math.ceil(acceleration_print * 1000 / 3500)" },
"acceleration_wall": { "value": "math.ceil(acceleration_print * 1000 / 4000)" }, "acceleration_wall": { "value": "math.ceil(acceleration_print * 1500 / 3500)" },
"acceleration_wall_0": { "value": "math.ceil(acceleration_wall * 500 / 1000)" }, "acceleration_wall_0": { "value": "math.ceil(acceleration_wall * 1000 / 1000)" },
"brim_width": { "value": "3" }, "brim_width": { "value": "3" },
"cool_fan_full_at_height": { "value": "layer_height_0 + 4 * layer_height" }, "cool_fan_full_at_height": { "value": "layer_height_0 + 4 * layer_height" },
"cool_fan_speed": { "value": "50" }, "cool_fan_speed": { "value": "50" },

View File

@ -79,13 +79,13 @@
"acceleration_enabled": { "value": "True" }, "acceleration_enabled": { "value": "True" },
"acceleration_layer_0": { "value": "acceleration_topbottom" }, "acceleration_layer_0": { "value": "acceleration_topbottom" },
"acceleration_prime_tower": { "value": "math.ceil(acceleration_print * 2000 / 4000)" }, "acceleration_prime_tower": { "value": "math.ceil(acceleration_print * 2000 / 3500)" },
"acceleration_print": { "value": "4000" }, "acceleration_print": { "value": "3500" },
"acceleration_support": { "value": "math.ceil(acceleration_print * 2000 / 4000)" }, "acceleration_support": { "value": "math.ceil(acceleration_print * 2000 / 3500)" },
"acceleration_support_interface": { "value": "acceleration_topbottom" }, "acceleration_support_interface": { "value": "acceleration_topbottom" },
"acceleration_topbottom": { "value": "math.ceil(acceleration_print * 500 / 4000)" }, "acceleration_topbottom": { "value": "math.ceil(acceleration_print * 1000 / 3500)" },
"acceleration_wall": { "value": "math.ceil(acceleration_print * 1000 / 4000)" }, "acceleration_wall": { "value": "math.ceil(acceleration_print * 1500 / 3500)" },
"acceleration_wall_0": { "value": "math.ceil(acceleration_wall * 500 / 1000)" }, "acceleration_wall_0": { "value": "math.ceil(acceleration_wall * 1000 / 1000)" },
"brim_width": { "value": "3" }, "brim_width": { "value": "3" },
"cool_fan_full_at_height": { "value": "layer_height_0 + 4 * layer_height" }, "cool_fan_full_at_height": { "value": "layer_height_0 + 4 * layer_height" },
"cool_fan_speed": { "value": "50" }, "cool_fan_speed": { "value": "50" },

View File

@ -13,8 +13,6 @@ variant = AA 0.25
is_experimental = True is_experimental = True
[values] [values]
acceleration_enabled = True
acceleration_print = 4000
adhesion_type = brim adhesion_type = brim
brim_width = 20 brim_width = 20
cool_fan_full_at_height = =layer_height_0 + layer_height cool_fan_full_at_height = =layer_height_0 + layer_height

View File

@ -13,8 +13,6 @@ variant = AA 0.25
is_experimental = True is_experimental = True
[values] [values]
acceleration_enabled = True
acceleration_print = 4000
brim_width = 10 brim_width = 10
cool_fan_speed_max = 100 cool_fan_speed_max = 100
cool_min_layer_time_fan_speed_max = 5 cool_min_layer_time_fan_speed_max = 5

View File

@ -12,8 +12,6 @@ material = generic_cpe_plus
variant = AA 0.4 variant = AA 0.4
[values] [values]
acceleration_enabled = True
acceleration_print = 4000
cool_fan_speed_max = 80 cool_fan_speed_max = 80
cool_min_speed = 5 cool_min_speed = 5
infill_line_width = =round(line_width * 0.35 / 0.35, 2) infill_line_width = =round(line_width * 0.35 / 0.35, 2)

View File

@ -12,8 +12,6 @@ material = generic_cpe_plus
variant = AA 0.4 variant = AA 0.4
[values] [values]
acceleration_enabled = True
acceleration_print = 4000
cool_fan_speed_max = 80 cool_fan_speed_max = 80
cool_min_speed = 6 cool_min_speed = 6
infill_line_width = =round(line_width * 0.35 / 0.35, 2) infill_line_width = =round(line_width * 0.35 / 0.35, 2)

View File

@ -12,8 +12,6 @@ material = generic_cpe_plus
variant = AA 0.4 variant = AA 0.4
[values] [values]
acceleration_enabled = True
acceleration_print = 4000
cool_fan_speed_max = 50 cool_fan_speed_max = 50
cool_min_speed = 5 cool_min_speed = 5
infill_line_width = =round(line_width * 0.35 / 0.35, 2) infill_line_width = =round(line_width * 0.35 / 0.35, 2)

View File

@ -12,8 +12,6 @@ material = generic_cpe_plus
variant = AA 0.4 variant = AA 0.4
[values] [values]
acceleration_enabled = True
acceleration_print = 4000
cool_fan_speed_max = 50 cool_fan_speed_max = 50
cool_min_speed = 7 cool_min_speed = 7
infill_line_width = =round(line_width * 0.35 / 0.35, 2) infill_line_width = =round(line_width * 0.35 / 0.35, 2)

View File

@ -12,8 +12,6 @@ material = generic_pc
variant = AA 0.4 variant = AA 0.4
[values] [values]
acceleration_enabled = True
acceleration_print = 4000
adhesion_type = raft adhesion_type = raft
brim_width = 20 brim_width = 20
cool_fan_full_at_height = =layer_height_0 + layer_height cool_fan_full_at_height = =layer_height_0 + layer_height

View File

@ -12,8 +12,6 @@ material = generic_pc
variant = AA 0.4 variant = AA 0.4
[values] [values]
acceleration_enabled = True
acceleration_print = 4000
adhesion_type = raft adhesion_type = raft
brim_width = 20 brim_width = 20
cool_fan_full_at_height = =layer_height_0 + layer_height cool_fan_full_at_height = =layer_height_0 + layer_height

View File

@ -12,8 +12,6 @@ material = generic_pc
variant = AA 0.4 variant = AA 0.4
[values] [values]
acceleration_enabled = True
acceleration_print = 4000
adhesion_type = raft adhesion_type = raft
brim_width = 20 brim_width = 20
cool_fan_full_at_height = =layer_height_0 + layer_height cool_fan_full_at_height = =layer_height_0 + layer_height

View File

@ -12,8 +12,6 @@ material = generic_pc
variant = AA 0.4 variant = AA 0.4
[values] [values]
acceleration_enabled = True
acceleration_print = 4000
adhesion_type = raft adhesion_type = raft
brim_width = 20 brim_width = 20
cool_fan_full_at_height = =layer_height_0 + layer_height cool_fan_full_at_height = =layer_height_0 + layer_height

View File

@ -12,8 +12,6 @@ material = generic_pp
variant = AA 0.4 variant = AA 0.4
[values] [values]
acceleration_enabled = True
acceleration_print = 4000
brim_width = 20 brim_width = 20
cool_fan_speed_max = 100 cool_fan_speed_max = 100
cool_min_layer_time = 7 cool_min_layer_time = 7

View File

@ -12,8 +12,6 @@ material = generic_pp
variant = AA 0.4 variant = AA 0.4
[values] [values]
acceleration_enabled = True
acceleration_print = 4000
brim_width = 20 brim_width = 20
cool_fan_speed_max = 100 cool_fan_speed_max = 100
cool_min_layer_time = 7 cool_min_layer_time = 7

View File

@ -12,8 +12,6 @@ material = generic_pp
variant = AA 0.4 variant = AA 0.4
[values] [values]
acceleration_enabled = True
acceleration_print = 4000
brim_width = 20 brim_width = 20
cool_fan_speed_max = 100 cool_fan_speed_max = 100
cool_min_layer_time = 7 cool_min_layer_time = 7

View File

@ -12,8 +12,6 @@ material = generic_tpu
variant = AA 0.4 variant = AA 0.4
[values] [values]
acceleration_enabled = True
acceleration_print = 4000
brim_width = 8.75 brim_width = 8.75
cool_fan_speed_max = 100 cool_fan_speed_max = 100
cool_min_layer_time_fan_speed_max = 6 cool_min_layer_time_fan_speed_max = 6

View File

@ -12,8 +12,6 @@ material = generic_tpu
variant = AA 0.4 variant = AA 0.4
[values] [values]
acceleration_enabled = True
acceleration_print = 4000
brim_width = 8.75 brim_width = 8.75
cool_fan_speed_max = 100 cool_fan_speed_max = 100
cool_min_layer_time_fan_speed_max = 6 cool_min_layer_time_fan_speed_max = 6

View File

@ -12,8 +12,6 @@ material = generic_tpu
variant = AA 0.4 variant = AA 0.4
[values] [values]
acceleration_enabled = True
acceleration_print = 4000
brim_width = 8.75 brim_width = 8.75
cool_fan_speed_max = 100 cool_fan_speed_max = 100
cool_min_layer_time_fan_speed_max = 6 cool_min_layer_time_fan_speed_max = 6

View File

@ -13,8 +13,6 @@ variant = AA 0.25
is_experimental = True is_experimental = True
[values] [values]
acceleration_enabled = True
acceleration_print = 4000
adhesion_type = brim adhesion_type = brim
brim_width = 20 brim_width = 20
cool_fan_full_at_height = =layer_height_0 + layer_height cool_fan_full_at_height = =layer_height_0 + layer_height

View File

@ -13,8 +13,6 @@ variant = AA 0.25
is_experimental = True is_experimental = True
[values] [values]
acceleration_enabled = True
acceleration_print = 4000
brim_width = 10 brim_width = 10
cool_fan_speed_max = 100 cool_fan_speed_max = 100
cool_min_layer_time_fan_speed_max = 5 cool_min_layer_time_fan_speed_max = 5

View File

@ -12,8 +12,6 @@ material = generic_cpe_plus
variant = AA 0.4 variant = AA 0.4
[values] [values]
acceleration_enabled = True
acceleration_print = 4000
cool_fan_speed_max = 80 cool_fan_speed_max = 80
cool_min_speed = 5 cool_min_speed = 5
infill_line_width = =round(line_width * 0.35 / 0.35, 2) infill_line_width = =round(line_width * 0.35 / 0.35, 2)

View File

@ -12,8 +12,6 @@ material = generic_cpe_plus
variant = AA 0.4 variant = AA 0.4
[values] [values]
acceleration_enabled = True
acceleration_print = 4000
cool_fan_speed_max = 80 cool_fan_speed_max = 80
cool_min_speed = 6 cool_min_speed = 6
infill_line_width = =round(line_width * 0.35 / 0.35, 2) infill_line_width = =round(line_width * 0.35 / 0.35, 2)

View File

@ -12,8 +12,6 @@ material = generic_cpe_plus
variant = AA 0.4 variant = AA 0.4
[values] [values]
acceleration_enabled = True
acceleration_print = 4000
cool_fan_speed_max = 50 cool_fan_speed_max = 50
cool_min_speed = 5 cool_min_speed = 5
infill_line_width = =round(line_width * 0.35 / 0.35, 2) infill_line_width = =round(line_width * 0.35 / 0.35, 2)

View File

@ -12,8 +12,6 @@ material = generic_cpe_plus
variant = AA 0.4 variant = AA 0.4
[values] [values]
acceleration_enabled = True
acceleration_print = 4000
cool_fan_speed_max = 50 cool_fan_speed_max = 50
cool_min_speed = 7 cool_min_speed = 7
infill_line_width = =round(line_width * 0.35 / 0.35, 2) infill_line_width = =round(line_width * 0.35 / 0.35, 2)

View File

@ -12,8 +12,6 @@ material = generic_pc
variant = AA 0.4 variant = AA 0.4
[values] [values]
acceleration_enabled = True
acceleration_print = 4000
adhesion_type = brim adhesion_type = brim
brim_width = 20 brim_width = 20
cool_fan_full_at_height = =layer_height_0 + layer_height cool_fan_full_at_height = =layer_height_0 + layer_height

View File

@ -12,8 +12,6 @@ material = generic_pc
variant = AA 0.4 variant = AA 0.4
[values] [values]
acceleration_enabled = True
acceleration_print = 4000
adhesion_type = brim adhesion_type = brim
brim_width = 20 brim_width = 20
cool_fan_full_at_height = =layer_height_0 + layer_height cool_fan_full_at_height = =layer_height_0 + layer_height

View File

@ -12,8 +12,6 @@ material = generic_pc
variant = AA 0.4 variant = AA 0.4
[values] [values]
acceleration_enabled = True
acceleration_print = 4000
adhesion_type = brim adhesion_type = brim
brim_width = 20 brim_width = 20
cool_fan_full_at_height = =layer_height_0 + layer_height cool_fan_full_at_height = =layer_height_0 + layer_height

View File

@ -12,8 +12,6 @@ material = generic_pc
variant = AA 0.4 variant = AA 0.4
[values] [values]
acceleration_enabled = True
acceleration_print = 4000
adhesion_type = brim adhesion_type = brim
brim_width = 20 brim_width = 20
cool_fan_full_at_height = =layer_height_0 + layer_height cool_fan_full_at_height = =layer_height_0 + layer_height

View File

@ -12,8 +12,6 @@ material = generic_pp
variant = AA 0.4 variant = AA 0.4
[values] [values]
acceleration_enabled = True
acceleration_print = 4000
brim_width = 20 brim_width = 20
cool_fan_speed_max = 100 cool_fan_speed_max = 100
cool_min_layer_time = 7 cool_min_layer_time = 7

View File

@ -12,8 +12,6 @@ material = generic_pp
variant = AA 0.4 variant = AA 0.4
[values] [values]
acceleration_enabled = True
acceleration_print = 4000
brim_width = 20 brim_width = 20
cool_fan_speed_max = 100 cool_fan_speed_max = 100
cool_min_layer_time = 7 cool_min_layer_time = 7

View File

@ -12,8 +12,6 @@ material = generic_pp
variant = AA 0.4 variant = AA 0.4
[values] [values]
acceleration_enabled = True
acceleration_print = 4000
brim_width = 20 brim_width = 20
cool_fan_speed_max = 100 cool_fan_speed_max = 100
cool_min_layer_time = 7 cool_min_layer_time = 7

View File

@ -12,8 +12,6 @@ material = generic_tpu
variant = AA 0.4 variant = AA 0.4
[values] [values]
acceleration_enabled = True
acceleration_print = 4000
brim_width = 8.75 brim_width = 8.75
cool_fan_speed_max = 100 cool_fan_speed_max = 100
cool_min_layer_time_fan_speed_max = 6 cool_min_layer_time_fan_speed_max = 6

View File

@ -12,8 +12,6 @@ material = generic_tpu
variant = AA 0.4 variant = AA 0.4
[values] [values]
acceleration_enabled = True
acceleration_print = 4000
brim_width = 8.75 brim_width = 8.75
cool_fan_speed_max = 100 cool_fan_speed_max = 100
cool_min_layer_time_fan_speed_max = 6 cool_min_layer_time_fan_speed_max = 6

View File

@ -12,8 +12,6 @@ material = generic_tpu
variant = AA 0.4 variant = AA 0.4
[values] [values]
acceleration_enabled = True
acceleration_print = 4000
brim_width = 8.75 brim_width = 8.75
cool_fan_speed_max = 100 cool_fan_speed_max = 100
cool_min_layer_time_fan_speed_max = 6 cool_min_layer_time_fan_speed_max = 6

View File

@ -13,8 +13,6 @@ variant = AA 0.25
is_experimental = True is_experimental = True
[values] [values]
acceleration_enabled = True
acceleration_print = 4000
adhesion_type = brim adhesion_type = brim
brim_width = 20 brim_width = 20
cool_fan_full_at_height = =layer_height_0 + layer_height cool_fan_full_at_height = =layer_height_0 + layer_height

View File

@ -13,8 +13,6 @@ variant = AA 0.25
is_experimental = True is_experimental = True
[values] [values]
acceleration_enabled = True
acceleration_print = 4000
brim_width = 10 brim_width = 10
cool_fan_speed_max = 100 cool_fan_speed_max = 100
cool_min_layer_time_fan_speed_max = 5 cool_min_layer_time_fan_speed_max = 5

View File

@ -12,8 +12,6 @@ material = generic_cpe_plus
variant = AA 0.4 variant = AA 0.4
[values] [values]
acceleration_enabled = True
acceleration_print = 4000
cool_fan_speed_max = 80 cool_fan_speed_max = 80
cool_min_speed = 5 cool_min_speed = 5
infill_line_width = =round(line_width * 0.35 / 0.35, 2) infill_line_width = =round(line_width * 0.35 / 0.35, 2)

View File

@ -12,8 +12,6 @@ material = generic_cpe_plus
variant = AA 0.4 variant = AA 0.4
[values] [values]
acceleration_enabled = True
acceleration_print = 4000
cool_fan_speed_max = 80 cool_fan_speed_max = 80
cool_min_speed = 6 cool_min_speed = 6
infill_line_width = =round(line_width * 0.35 / 0.35, 2) infill_line_width = =round(line_width * 0.35 / 0.35, 2)

View File

@ -12,8 +12,6 @@ material = generic_cpe_plus
variant = AA 0.4 variant = AA 0.4
[values] [values]
acceleration_enabled = True
acceleration_print = 4000
cool_fan_speed_max = 50 cool_fan_speed_max = 50
cool_min_speed = 5 cool_min_speed = 5
infill_line_width = =round(line_width * 0.35 / 0.35, 2) infill_line_width = =round(line_width * 0.35 / 0.35, 2)

View File

@ -12,8 +12,6 @@ material = generic_cpe_plus
variant = AA 0.4 variant = AA 0.4
[values] [values]
acceleration_enabled = True
acceleration_print = 4000
cool_fan_speed_max = 50 cool_fan_speed_max = 50
cool_min_speed = 7 cool_min_speed = 7
infill_line_width = =round(line_width * 0.35 / 0.35, 2) infill_line_width = =round(line_width * 0.35 / 0.35, 2)

View File

@ -12,8 +12,6 @@ material = generic_pc
variant = AA 0.4 variant = AA 0.4
[values] [values]
acceleration_enabled = True
acceleration_print = 4000
adhesion_type = brim adhesion_type = brim
brim_width = 20 brim_width = 20
cool_fan_full_at_height = =layer_height_0 + layer_height cool_fan_full_at_height = =layer_height_0 + layer_height

View File

@ -12,8 +12,6 @@ material = generic_pc
variant = AA 0.4 variant = AA 0.4
[values] [values]
acceleration_enabled = True
acceleration_print = 4000
adhesion_type = brim adhesion_type = brim
brim_width = 20 brim_width = 20
cool_fan_full_at_height = =layer_height_0 + layer_height cool_fan_full_at_height = =layer_height_0 + layer_height

View File

@ -12,8 +12,6 @@ material = generic_pc
variant = AA 0.4 variant = AA 0.4
[values] [values]
acceleration_enabled = True
acceleration_print = 4000
adhesion_type = brim adhesion_type = brim
brim_width = 20 brim_width = 20
cool_fan_full_at_height = =layer_height_0 + layer_height cool_fan_full_at_height = =layer_height_0 + layer_height

View File

@ -12,8 +12,6 @@ material = generic_pc
variant = AA 0.4 variant = AA 0.4
[values] [values]
acceleration_enabled = True
acceleration_print = 4000
adhesion_type = brim adhesion_type = brim
brim_width = 20 brim_width = 20
cool_fan_full_at_height = =layer_height_0 + layer_height cool_fan_full_at_height = =layer_height_0 + layer_height

View File

@ -12,8 +12,6 @@ material = generic_pp
variant = AA 0.4 variant = AA 0.4
[values] [values]
acceleration_enabled = True
acceleration_print = 4000
brim_width = 20 brim_width = 20
cool_fan_speed_max = 100 cool_fan_speed_max = 100
cool_min_layer_time = 7 cool_min_layer_time = 7

View File

@ -12,8 +12,6 @@ material = generic_pp
variant = AA 0.4 variant = AA 0.4
[values] [values]
acceleration_enabled = True
acceleration_print = 4000
brim_width = 20 brim_width = 20
cool_fan_speed_max = 100 cool_fan_speed_max = 100
cool_min_layer_time = 7 cool_min_layer_time = 7

View File

@ -12,8 +12,6 @@ material = generic_pp
variant = AA 0.4 variant = AA 0.4
[values] [values]
acceleration_enabled = True
acceleration_print = 4000
brim_width = 20 brim_width = 20
cool_fan_speed_max = 100 cool_fan_speed_max = 100
cool_min_layer_time = 7 cool_min_layer_time = 7

View File

@ -12,8 +12,6 @@ material = generic_tpu
variant = AA 0.4 variant = AA 0.4
[values] [values]
acceleration_enabled = True
acceleration_print = 4000
brim_width = 8.75 brim_width = 8.75
cool_fan_speed_max = 100 cool_fan_speed_max = 100
cool_min_layer_time_fan_speed_max = 6 cool_min_layer_time_fan_speed_max = 6

View File

@ -12,8 +12,6 @@ material = generic_tpu
variant = AA 0.4 variant = AA 0.4
[values] [values]
acceleration_enabled = True
acceleration_print = 4000
brim_width = 8.75 brim_width = 8.75
cool_fan_speed_max = 100 cool_fan_speed_max = 100
cool_min_layer_time_fan_speed_max = 6 cool_min_layer_time_fan_speed_max = 6

View File

@ -12,8 +12,6 @@ material = generic_tpu
variant = AA 0.4 variant = AA 0.4
[values] [values]
acceleration_enabled = True
acceleration_print = 4000
brim_width = 8.75 brim_width = 8.75
cool_fan_speed_max = 100 cool_fan_speed_max = 100
cool_min_layer_time_fan_speed_max = 6 cool_min_layer_time_fan_speed_max = 6

View File

@ -9,8 +9,6 @@ type = variant
hardware_type = nozzle hardware_type = nozzle
[values] [values]
acceleration_enabled = True
acceleration_print = 4000
brim_width = 7 brim_width = 7
cool_fan_speed = 7 cool_fan_speed = 7
cool_fan_speed_max = 100 cool_fan_speed_max = 100

View File

@ -10,9 +10,8 @@ hardware_type = nozzle
[values] [values]
acceleration_enabled = True acceleration_enabled = True
acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 4000) acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 3500)
acceleration_print = 4000 acceleration_support = =math.ceil(acceleration_print * 2000 / 3500)
acceleration_support = =math.ceil(acceleration_print * 2000 / 4000)
acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000) acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000)
acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 / 1500) acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 / 1500)
brim_width = 3 brim_width = 3

View File

@ -9,8 +9,8 @@ type = variant
hardware_type = nozzle hardware_type = nozzle
[values] [values]
acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 4000) acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 3500)
acceleration_support = =math.ceil(acceleration_print * 2000 / 4000) acceleration_support = =math.ceil(acceleration_print * 2000 / 3500)
acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000) acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000)
acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 / 1500) acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 / 1500)
cool_fan_speed_max = =cool_fan_speed cool_fan_speed_max = =cool_fan_speed

View File

@ -9,8 +9,6 @@ type = variant
hardware_type = nozzle hardware_type = nozzle
[values] [values]
acceleration_enabled = True
acceleration_print = 4000
brim_width = 7 brim_width = 7
cool_fan_speed = 7 cool_fan_speed = 7
cool_fan_speed_max = 100 cool_fan_speed_max = 100

View File

@ -9,10 +9,8 @@ type = variant
hardware_type = nozzle hardware_type = nozzle
[values] [values]
acceleration_enabled = True acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 3500)
acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 4000) acceleration_support = =math.ceil(acceleration_print * 2000 / 3500)
acceleration_print = 4000
acceleration_support = =math.ceil(acceleration_print * 2000 / 4000)
acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000) acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000)
acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 / 1500) acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 / 1500)
brim_width = 3 brim_width = 3

View File

@ -9,8 +9,8 @@ type = variant
hardware_type = nozzle hardware_type = nozzle
[values] [values]
acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 4000) acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 3500)
acceleration_support = =math.ceil(acceleration_print * 2000 / 4000) acceleration_support = =math.ceil(acceleration_print * 2000 / 3500)
acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000) acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000)
acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 / 1500) acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 / 1500)
cool_fan_speed_max = =cool_fan_speed cool_fan_speed_max = =cool_fan_speed

View File

@ -9,8 +9,6 @@ type = variant
hardware_type = nozzle hardware_type = nozzle
[values] [values]
acceleration_enabled = True
acceleration_print = 4000
brim_width = 7 brim_width = 7
cool_fan_speed = 7 cool_fan_speed = 7
cool_fan_speed_max = 100 cool_fan_speed_max = 100

View File

@ -9,12 +9,10 @@ type = variant
hardware_type = nozzle hardware_type = nozzle
[values] [values]
acceleration_enabled = True acceleration_support = =math.ceil(acceleration_print * 2000 / 3500)
acceleration_print = 4000
acceleration_support = =math.ceil(acceleration_print * 2000 / 4000)
acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000) acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000)
acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 / 1500) acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 / 1500)
acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 4000) acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 3500)
brim_width = 3 brim_width = 3
cool_fan_speed = 50 cool_fan_speed = 50
cool_min_speed = 5 cool_min_speed = 5

View File

@ -9,10 +9,10 @@ type = variant
hardware_type = nozzle hardware_type = nozzle
[values] [values]
acceleration_support = =math.ceil(acceleration_print * 2000 / 4000) acceleration_support = =math.ceil(acceleration_print * 2000 / 3500)
acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000) acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000)
acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 / 1500) acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 / 1500)
acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 4000) acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 3500)
cool_fan_speed_max = =cool_fan_speed cool_fan_speed_max = =cool_fan_speed
gradual_support_infill_steps = 2 gradual_support_infill_steps = 2
jerk_prime_tower = =max(math.ceil(jerk_print * 2 / 25), 20) jerk_prime_tower = =max(math.ceil(jerk_print * 2 / 25), 20)

View File

@ -9,8 +9,6 @@ type = variant
hardware_type = nozzle hardware_type = nozzle
[values] [values]
acceleration_enabled = True
acceleration_print = 4000
brim_width = 7 brim_width = 7
cool_fan_speed = 7 cool_fan_speed = 7
cool_fan_speed_max = 100 cool_fan_speed_max = 100

View File

@ -9,12 +9,10 @@ type = variant
hardware_type = nozzle hardware_type = nozzle
[values] [values]
acceleration_enabled = True acceleration_support = =math.ceil(acceleration_print * 2000 / 3500)
acceleration_print = 4000
acceleration_support = =math.ceil(acceleration_print * 2000 / 4000)
acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000) acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000)
acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 / 1500) acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 / 1500)
acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 4000) acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 3500)
brim_width = 3 brim_width = 3
cool_fan_speed = 50 cool_fan_speed = 50
cool_min_speed = 5 cool_min_speed = 5

View File

@ -9,10 +9,10 @@ type = variant
hardware_type = nozzle hardware_type = nozzle
[values] [values]
acceleration_support = =math.ceil(acceleration_print * 2000 / 4000) acceleration_support = =math.ceil(acceleration_print * 2000 / 3500)
acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000) acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000)
acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 / 1500) acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 / 1500)
acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 4000) acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 3500)
cool_fan_speed_max = =cool_fan_speed cool_fan_speed_max = =cool_fan_speed
gradual_support_infill_steps = 2 gradual_support_infill_steps = 2
jerk_prime_tower = =max(math.ceil(jerk_print * 2 / 25), 20) jerk_prime_tower = =max(math.ceil(jerk_print * 2 / 25), 20)