mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-30 15:54:32 +08:00
Updates acceleration settings to a max of 3500mmps2
And increases minimum to 1000mmps2.
This commit is contained in:
parent
6a4f59c27a
commit
0152a0429a
@ -84,13 +84,13 @@
|
||||
|
||||
"acceleration_enabled": { "value": "True" },
|
||||
"acceleration_layer_0": { "value": "acceleration_topbottom" },
|
||||
"acceleration_prime_tower": { "value": "math.ceil(acceleration_print * 2000 / 4000)" },
|
||||
"acceleration_print": { "value": "4000" },
|
||||
"acceleration_support": { "value": "math.ceil(acceleration_print * 2000 / 4000)" },
|
||||
"acceleration_prime_tower": { "value": "math.ceil(acceleration_print * 2000 / 3500)" },
|
||||
"acceleration_print": { "value": "3500" },
|
||||
"acceleration_support": { "value": "math.ceil(acceleration_print * 2000 / 3500)" },
|
||||
"acceleration_support_interface": { "value": "acceleration_topbottom" },
|
||||
"acceleration_topbottom": { "value": "math.ceil(acceleration_print * 500 / 4000)" },
|
||||
"acceleration_wall": { "value": "math.ceil(acceleration_print * 1000 / 4000)" },
|
||||
"acceleration_wall_0": { "value": "math.ceil(acceleration_wall * 500 / 1000)" },
|
||||
"acceleration_topbottom": { "value": "math.ceil(acceleration_print * 1000 / 3500)" },
|
||||
"acceleration_wall": { "value": "math.ceil(acceleration_print * 1500 / 3500)" },
|
||||
"acceleration_wall_0": { "value": "math.ceil(acceleration_wall * 1000 / 3500)" },
|
||||
"brim_width": { "value": "3" },
|
||||
"cool_fan_full_at_height": { "value": "layer_height_0 + 4 * layer_height" },
|
||||
"cool_fan_speed": { "value": "50" },
|
||||
|
@ -77,13 +77,13 @@
|
||||
|
||||
"acceleration_enabled": { "value": "True" },
|
||||
"acceleration_layer_0": { "value": "acceleration_topbottom" },
|
||||
"acceleration_prime_tower": { "value": "math.ceil(acceleration_print * 2000 / 4000)" },
|
||||
"acceleration_print": { "value": "4000" },
|
||||
"acceleration_support": { "value": "math.ceil(acceleration_print * 2000 / 4000)" },
|
||||
"acceleration_prime_tower": { "value": "math.ceil(acceleration_print * 2000 / 3500)" },
|
||||
"acceleration_print": { "value": "3500" },
|
||||
"acceleration_support": { "value": "math.ceil(acceleration_print * 2000 / 3500)" },
|
||||
"acceleration_support_interface": { "value": "acceleration_topbottom" },
|
||||
"acceleration_topbottom": { "value": "math.ceil(acceleration_print * 500 / 4000)" },
|
||||
"acceleration_wall": { "value": "math.ceil(acceleration_print * 1000 / 4000)" },
|
||||
"acceleration_wall_0": { "value": "math.ceil(acceleration_wall * 500 / 1000)" },
|
||||
"acceleration_topbottom": { "value": "math.ceil(acceleration_print * 1000 / 3500)" },
|
||||
"acceleration_wall": { "value": "math.ceil(acceleration_print * 1500 / 3500)" },
|
||||
"acceleration_wall_0": { "value": "math.ceil(acceleration_wall * 1000 / 1000)" },
|
||||
"brim_width": { "value": "3" },
|
||||
"cool_fan_full_at_height": { "value": "layer_height_0 + 4 * layer_height" },
|
||||
"cool_fan_speed": { "value": "50" },
|
||||
|
@ -79,13 +79,13 @@
|
||||
|
||||
"acceleration_enabled": { "value": "True" },
|
||||
"acceleration_layer_0": { "value": "acceleration_topbottom" },
|
||||
"acceleration_prime_tower": { "value": "math.ceil(acceleration_print * 2000 / 4000)" },
|
||||
"acceleration_print": { "value": "4000" },
|
||||
"acceleration_support": { "value": "math.ceil(acceleration_print * 2000 / 4000)" },
|
||||
"acceleration_prime_tower": { "value": "math.ceil(acceleration_print * 2000 / 3500)" },
|
||||
"acceleration_print": { "value": "3500" },
|
||||
"acceleration_support": { "value": "math.ceil(acceleration_print * 2000 / 3500)" },
|
||||
"acceleration_support_interface": { "value": "acceleration_topbottom" },
|
||||
"acceleration_topbottom": { "value": "math.ceil(acceleration_print * 500 / 4000)" },
|
||||
"acceleration_wall": { "value": "math.ceil(acceleration_print * 1000 / 4000)" },
|
||||
"acceleration_wall_0": { "value": "math.ceil(acceleration_wall * 500 / 1000)" },
|
||||
"acceleration_topbottom": { "value": "math.ceil(acceleration_print * 1000 / 3500)" },
|
||||
"acceleration_wall": { "value": "math.ceil(acceleration_print * 1500 / 3500)" },
|
||||
"acceleration_wall_0": { "value": "math.ceil(acceleration_wall * 1000 / 1000)" },
|
||||
"brim_width": { "value": "3" },
|
||||
"cool_fan_full_at_height": { "value": "layer_height_0 + 4 * layer_height" },
|
||||
"cool_fan_speed": { "value": "50" },
|
||||
|
@ -13,8 +13,6 @@ variant = AA 0.25
|
||||
is_experimental = True
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
adhesion_type = brim
|
||||
brim_width = 20
|
||||
cool_fan_full_at_height = =layer_height_0 + layer_height
|
||||
|
@ -13,8 +13,6 @@ variant = AA 0.25
|
||||
is_experimental = True
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
brim_width = 10
|
||||
cool_fan_speed_max = 100
|
||||
cool_min_layer_time_fan_speed_max = 5
|
||||
|
@ -12,8 +12,6 @@ material = generic_cpe_plus
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
cool_fan_speed_max = 80
|
||||
cool_min_speed = 5
|
||||
infill_line_width = =round(line_width * 0.35 / 0.35, 2)
|
||||
|
@ -12,8 +12,6 @@ material = generic_cpe_plus
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
cool_fan_speed_max = 80
|
||||
cool_min_speed = 6
|
||||
infill_line_width = =round(line_width * 0.35 / 0.35, 2)
|
||||
|
@ -12,8 +12,6 @@ material = generic_cpe_plus
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
cool_fan_speed_max = 50
|
||||
cool_min_speed = 5
|
||||
infill_line_width = =round(line_width * 0.35 / 0.35, 2)
|
||||
|
@ -12,8 +12,6 @@ material = generic_cpe_plus
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
cool_fan_speed_max = 50
|
||||
cool_min_speed = 7
|
||||
infill_line_width = =round(line_width * 0.35 / 0.35, 2)
|
||||
|
@ -12,8 +12,6 @@ material = generic_pc
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
adhesion_type = raft
|
||||
brim_width = 20
|
||||
cool_fan_full_at_height = =layer_height_0 + layer_height
|
||||
|
@ -12,8 +12,6 @@ material = generic_pc
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
adhesion_type = raft
|
||||
brim_width = 20
|
||||
cool_fan_full_at_height = =layer_height_0 + layer_height
|
||||
|
@ -12,8 +12,6 @@ material = generic_pc
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
adhesion_type = raft
|
||||
brim_width = 20
|
||||
cool_fan_full_at_height = =layer_height_0 + layer_height
|
||||
|
@ -12,8 +12,6 @@ material = generic_pc
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
adhesion_type = raft
|
||||
brim_width = 20
|
||||
cool_fan_full_at_height = =layer_height_0 + layer_height
|
||||
|
@ -12,8 +12,6 @@ material = generic_pp
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
brim_width = 20
|
||||
cool_fan_speed_max = 100
|
||||
cool_min_layer_time = 7
|
||||
|
@ -12,8 +12,6 @@ material = generic_pp
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
brim_width = 20
|
||||
cool_fan_speed_max = 100
|
||||
cool_min_layer_time = 7
|
||||
|
@ -12,8 +12,6 @@ material = generic_pp
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
brim_width = 20
|
||||
cool_fan_speed_max = 100
|
||||
cool_min_layer_time = 7
|
||||
|
@ -12,8 +12,6 @@ material = generic_tpu
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
brim_width = 8.75
|
||||
cool_fan_speed_max = 100
|
||||
cool_min_layer_time_fan_speed_max = 6
|
||||
|
@ -12,8 +12,6 @@ material = generic_tpu
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
brim_width = 8.75
|
||||
cool_fan_speed_max = 100
|
||||
cool_min_layer_time_fan_speed_max = 6
|
||||
|
@ -12,8 +12,6 @@ material = generic_tpu
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
brim_width = 8.75
|
||||
cool_fan_speed_max = 100
|
||||
cool_min_layer_time_fan_speed_max = 6
|
||||
|
@ -13,8 +13,6 @@ variant = AA 0.25
|
||||
is_experimental = True
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
adhesion_type = brim
|
||||
brim_width = 20
|
||||
cool_fan_full_at_height = =layer_height_0 + layer_height
|
||||
|
@ -13,8 +13,6 @@ variant = AA 0.25
|
||||
is_experimental = True
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
brim_width = 10
|
||||
cool_fan_speed_max = 100
|
||||
cool_min_layer_time_fan_speed_max = 5
|
||||
|
@ -12,8 +12,6 @@ material = generic_cpe_plus
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
cool_fan_speed_max = 80
|
||||
cool_min_speed = 5
|
||||
infill_line_width = =round(line_width * 0.35 / 0.35, 2)
|
||||
|
@ -12,8 +12,6 @@ material = generic_cpe_plus
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
cool_fan_speed_max = 80
|
||||
cool_min_speed = 6
|
||||
infill_line_width = =round(line_width * 0.35 / 0.35, 2)
|
||||
|
@ -12,8 +12,6 @@ material = generic_cpe_plus
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
cool_fan_speed_max = 50
|
||||
cool_min_speed = 5
|
||||
infill_line_width = =round(line_width * 0.35 / 0.35, 2)
|
||||
|
@ -12,8 +12,6 @@ material = generic_cpe_plus
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
cool_fan_speed_max = 50
|
||||
cool_min_speed = 7
|
||||
infill_line_width = =round(line_width * 0.35 / 0.35, 2)
|
||||
|
@ -12,8 +12,6 @@ material = generic_pc
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
adhesion_type = brim
|
||||
brim_width = 20
|
||||
cool_fan_full_at_height = =layer_height_0 + layer_height
|
||||
|
@ -12,8 +12,6 @@ material = generic_pc
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
adhesion_type = brim
|
||||
brim_width = 20
|
||||
cool_fan_full_at_height = =layer_height_0 + layer_height
|
||||
|
@ -12,8 +12,6 @@ material = generic_pc
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
adhesion_type = brim
|
||||
brim_width = 20
|
||||
cool_fan_full_at_height = =layer_height_0 + layer_height
|
||||
|
@ -12,8 +12,6 @@ material = generic_pc
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
adhesion_type = brim
|
||||
brim_width = 20
|
||||
cool_fan_full_at_height = =layer_height_0 + layer_height
|
||||
|
@ -12,8 +12,6 @@ material = generic_pp
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
brim_width = 20
|
||||
cool_fan_speed_max = 100
|
||||
cool_min_layer_time = 7
|
||||
|
@ -12,8 +12,6 @@ material = generic_pp
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
brim_width = 20
|
||||
cool_fan_speed_max = 100
|
||||
cool_min_layer_time = 7
|
||||
|
@ -12,8 +12,6 @@ material = generic_pp
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
brim_width = 20
|
||||
cool_fan_speed_max = 100
|
||||
cool_min_layer_time = 7
|
||||
|
@ -12,8 +12,6 @@ material = generic_tpu
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
brim_width = 8.75
|
||||
cool_fan_speed_max = 100
|
||||
cool_min_layer_time_fan_speed_max = 6
|
||||
|
@ -12,8 +12,6 @@ material = generic_tpu
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
brim_width = 8.75
|
||||
cool_fan_speed_max = 100
|
||||
cool_min_layer_time_fan_speed_max = 6
|
||||
|
@ -12,8 +12,6 @@ material = generic_tpu
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
brim_width = 8.75
|
||||
cool_fan_speed_max = 100
|
||||
cool_min_layer_time_fan_speed_max = 6
|
||||
|
@ -13,8 +13,6 @@ variant = AA 0.25
|
||||
is_experimental = True
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
adhesion_type = brim
|
||||
brim_width = 20
|
||||
cool_fan_full_at_height = =layer_height_0 + layer_height
|
||||
|
@ -13,8 +13,6 @@ variant = AA 0.25
|
||||
is_experimental = True
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
brim_width = 10
|
||||
cool_fan_speed_max = 100
|
||||
cool_min_layer_time_fan_speed_max = 5
|
||||
|
@ -12,8 +12,6 @@ material = generic_cpe_plus
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
cool_fan_speed_max = 80
|
||||
cool_min_speed = 5
|
||||
infill_line_width = =round(line_width * 0.35 / 0.35, 2)
|
||||
|
@ -12,8 +12,6 @@ material = generic_cpe_plus
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
cool_fan_speed_max = 80
|
||||
cool_min_speed = 6
|
||||
infill_line_width = =round(line_width * 0.35 / 0.35, 2)
|
||||
|
@ -12,8 +12,6 @@ material = generic_cpe_plus
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
cool_fan_speed_max = 50
|
||||
cool_min_speed = 5
|
||||
infill_line_width = =round(line_width * 0.35 / 0.35, 2)
|
||||
|
@ -12,8 +12,6 @@ material = generic_cpe_plus
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
cool_fan_speed_max = 50
|
||||
cool_min_speed = 7
|
||||
infill_line_width = =round(line_width * 0.35 / 0.35, 2)
|
||||
|
@ -12,8 +12,6 @@ material = generic_pc
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
adhesion_type = brim
|
||||
brim_width = 20
|
||||
cool_fan_full_at_height = =layer_height_0 + layer_height
|
||||
|
@ -12,8 +12,6 @@ material = generic_pc
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
adhesion_type = brim
|
||||
brim_width = 20
|
||||
cool_fan_full_at_height = =layer_height_0 + layer_height
|
||||
|
@ -12,8 +12,6 @@ material = generic_pc
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
adhesion_type = brim
|
||||
brim_width = 20
|
||||
cool_fan_full_at_height = =layer_height_0 + layer_height
|
||||
|
@ -12,8 +12,6 @@ material = generic_pc
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
adhesion_type = brim
|
||||
brim_width = 20
|
||||
cool_fan_full_at_height = =layer_height_0 + layer_height
|
||||
|
@ -12,8 +12,6 @@ material = generic_pp
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
brim_width = 20
|
||||
cool_fan_speed_max = 100
|
||||
cool_min_layer_time = 7
|
||||
|
@ -12,8 +12,6 @@ material = generic_pp
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
brim_width = 20
|
||||
cool_fan_speed_max = 100
|
||||
cool_min_layer_time = 7
|
||||
|
@ -12,8 +12,6 @@ material = generic_pp
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
brim_width = 20
|
||||
cool_fan_speed_max = 100
|
||||
cool_min_layer_time = 7
|
||||
|
@ -12,8 +12,6 @@ material = generic_tpu
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
brim_width = 8.75
|
||||
cool_fan_speed_max = 100
|
||||
cool_min_layer_time_fan_speed_max = 6
|
||||
|
@ -12,8 +12,6 @@ material = generic_tpu
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
brim_width = 8.75
|
||||
cool_fan_speed_max = 100
|
||||
cool_min_layer_time_fan_speed_max = 6
|
||||
|
@ -12,8 +12,6 @@ material = generic_tpu
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
brim_width = 8.75
|
||||
cool_fan_speed_max = 100
|
||||
cool_min_layer_time_fan_speed_max = 6
|
||||
|
@ -9,8 +9,6 @@ type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
brim_width = 7
|
||||
cool_fan_speed = 7
|
||||
cool_fan_speed_max = 100
|
||||
|
@ -10,9 +10,8 @@ hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 4000)
|
||||
acceleration_print = 4000
|
||||
acceleration_support = =math.ceil(acceleration_print * 2000 / 4000)
|
||||
acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 3500)
|
||||
acceleration_support = =math.ceil(acceleration_print * 2000 / 3500)
|
||||
acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000)
|
||||
acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 / 1500)
|
||||
brim_width = 3
|
||||
|
@ -9,8 +9,8 @@ type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 4000)
|
||||
acceleration_support = =math.ceil(acceleration_print * 2000 / 4000)
|
||||
acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 3500)
|
||||
acceleration_support = =math.ceil(acceleration_print * 2000 / 3500)
|
||||
acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000)
|
||||
acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 / 1500)
|
||||
cool_fan_speed_max = =cool_fan_speed
|
||||
|
@ -9,8 +9,6 @@ type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
brim_width = 7
|
||||
cool_fan_speed = 7
|
||||
cool_fan_speed_max = 100
|
||||
|
@ -9,10 +9,8 @@ type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 4000)
|
||||
acceleration_print = 4000
|
||||
acceleration_support = =math.ceil(acceleration_print * 2000 / 4000)
|
||||
acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 3500)
|
||||
acceleration_support = =math.ceil(acceleration_print * 2000 / 3500)
|
||||
acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000)
|
||||
acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 / 1500)
|
||||
brim_width = 3
|
||||
|
@ -9,8 +9,8 @@ type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 4000)
|
||||
acceleration_support = =math.ceil(acceleration_print * 2000 / 4000)
|
||||
acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 3500)
|
||||
acceleration_support = =math.ceil(acceleration_print * 2000 / 3500)
|
||||
acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000)
|
||||
acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 / 1500)
|
||||
cool_fan_speed_max = =cool_fan_speed
|
||||
|
@ -9,8 +9,6 @@ type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
brim_width = 7
|
||||
cool_fan_speed = 7
|
||||
cool_fan_speed_max = 100
|
||||
|
@ -9,12 +9,10 @@ type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
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_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
|
||||
cool_fan_speed = 50
|
||||
cool_min_speed = 5
|
||||
|
@ -9,10 +9,10 @@ type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[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_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
|
||||
gradual_support_infill_steps = 2
|
||||
jerk_prime_tower = =max(math.ceil(jerk_print * 2 / 25), 20)
|
||||
|
@ -9,8 +9,6 @@ type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
brim_width = 7
|
||||
cool_fan_speed = 7
|
||||
cool_fan_speed_max = 100
|
||||
|
@ -9,12 +9,10 @@ type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
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_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
|
||||
cool_fan_speed = 50
|
||||
cool_min_speed = 5
|
||||
|
@ -9,10 +9,10 @@ type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[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_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
|
||||
gradual_support_infill_steps = 2
|
||||
jerk_prime_tower = =max(math.ceil(jerk_print * 2 / 25), 20)
|
||||
|
Loading…
x
Reference in New Issue
Block a user