diff --git a/resources/definitions/ultimaker3.def.json b/resources/definitions/ultimaker3.def.json index 125a4036de..c30ec98a14 100644 --- a/resources/definitions/ultimaker3.def.json +++ b/resources/definitions/ultimaker3.def.json @@ -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" }, diff --git a/resources/definitions/ultimaker_s3.def.json b/resources/definitions/ultimaker_s3.def.json index b0fb52fd16..ee3e920a29 100644 --- a/resources/definitions/ultimaker_s3.def.json +++ b/resources/definitions/ultimaker_s3.def.json @@ -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" }, diff --git a/resources/definitions/ultimaker_s5.def.json b/resources/definitions/ultimaker_s5.def.json index 9c371489c3..0083168988 100644 --- a/resources/definitions/ultimaker_s5.def.json +++ b/resources/definitions/ultimaker_s5.def.json @@ -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" }, diff --git a/resources/quality/ultimaker3/um3_aa0.25_PC_Normal_Quality.inst.cfg b/resources/quality/ultimaker3/um3_aa0.25_PC_Normal_Quality.inst.cfg index d709092cf0..43548ae864 100644 --- a/resources/quality/ultimaker3/um3_aa0.25_PC_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.25_PC_Normal_Quality.inst.cfg @@ -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 diff --git a/resources/quality/ultimaker3/um3_aa0.25_PP_Normal_Quality.inst.cfg b/resources/quality/ultimaker3/um3_aa0.25_PP_Normal_Quality.inst.cfg index a6f33ebf61..000e271b14 100644 --- a/resources/quality/ultimaker3/um3_aa0.25_PP_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.25_PP_Normal_Quality.inst.cfg @@ -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 diff --git a/resources/quality/ultimaker3/um3_aa0.4_CPEP_Draft_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_CPEP_Draft_Print.inst.cfg index 9f7942674b..f3d45432c3 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_CPEP_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_CPEP_Draft_Print.inst.cfg @@ -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) diff --git a/resources/quality/ultimaker3/um3_aa0.4_CPEP_Fast_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_CPEP_Fast_Print.inst.cfg index 356f8e24b7..b7a112a228 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_CPEP_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_CPEP_Fast_Print.inst.cfg @@ -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) diff --git a/resources/quality/ultimaker3/um3_aa0.4_CPEP_High_Quality.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_CPEP_High_Quality.inst.cfg index b2cbe677ca..b3ee2c98b8 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_CPEP_High_Quality.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_CPEP_High_Quality.inst.cfg @@ -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) diff --git a/resources/quality/ultimaker3/um3_aa0.4_CPEP_Normal_Quality.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_CPEP_Normal_Quality.inst.cfg index 5ab06b36cb..8dd6278d5c 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_CPEP_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_CPEP_Normal_Quality.inst.cfg @@ -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) diff --git a/resources/quality/ultimaker3/um3_aa0.4_PC_Draft_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_PC_Draft_Print.inst.cfg index 8019b4ea65..3877cd9fbc 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_PC_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_PC_Draft_Print.inst.cfg @@ -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 diff --git a/resources/quality/ultimaker3/um3_aa0.4_PC_Fast_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_PC_Fast_Print.inst.cfg index 179bbe2a83..b9c8c4d224 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_PC_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_PC_Fast_Print.inst.cfg @@ -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 diff --git a/resources/quality/ultimaker3/um3_aa0.4_PC_High_Quality.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_PC_High_Quality.inst.cfg index 76f6235728..a24eb1127b 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_PC_High_Quality.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_PC_High_Quality.inst.cfg @@ -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 diff --git a/resources/quality/ultimaker3/um3_aa0.4_PC_Normal_Quality.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_PC_Normal_Quality.inst.cfg index 2c5a97a7e4..e97c40e61d 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_PC_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_PC_Normal_Quality.inst.cfg @@ -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 diff --git a/resources/quality/ultimaker3/um3_aa0.4_PP_Draft_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_PP_Draft_Print.inst.cfg index 4c3b37375c..95de9768a6 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_PP_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_PP_Draft_Print.inst.cfg @@ -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 diff --git a/resources/quality/ultimaker3/um3_aa0.4_PP_Fast_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_PP_Fast_Print.inst.cfg index 2fa6c35c0a..f576339a7e 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_PP_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_PP_Fast_Print.inst.cfg @@ -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 diff --git a/resources/quality/ultimaker3/um3_aa0.4_PP_Normal_Quality.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_PP_Normal_Quality.inst.cfg index ba5e6db078..2ac4a3dcb9 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_PP_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_PP_Normal_Quality.inst.cfg @@ -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 diff --git a/resources/quality/ultimaker3/um3_aa0.4_TPU_Draft_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_TPU_Draft_Print.inst.cfg index 14aefd647c..98745c8801 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_TPU_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_TPU_Draft_Print.inst.cfg @@ -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 diff --git a/resources/quality/ultimaker3/um3_aa0.4_TPU_Fast_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_TPU_Fast_Print.inst.cfg index 1b20c8c454..7c2c01c13c 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_TPU_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_TPU_Fast_Print.inst.cfg @@ -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 diff --git a/resources/quality/ultimaker3/um3_aa0.4_TPU_Normal_Quality.inst.cfg b/resources/quality/ultimaker3/um3_aa0.4_TPU_Normal_Quality.inst.cfg index 42c4a94179..5b0211a743 100644 --- a/resources/quality/ultimaker3/um3_aa0.4_TPU_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker3/um3_aa0.4_TPU_Normal_Quality.inst.cfg @@ -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 diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.25_PC_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.25_PC_Normal_Quality.inst.cfg index edb5751e06..245f19fb7c 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.25_PC_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.25_PC_Normal_Quality.inst.cfg @@ -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 diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.25_PP_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.25_PP_Normal_Quality.inst.cfg index 17131e9397..0d0fc4df75 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.25_PP_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.25_PP_Normal_Quality.inst.cfg @@ -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 diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_CPEP_Draft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_CPEP_Draft_Print.inst.cfg index 16adc37587..286e2da004 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_CPEP_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_CPEP_Draft_Print.inst.cfg @@ -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) diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_CPEP_Fast_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_CPEP_Fast_Print.inst.cfg index 086927544d..70c710da88 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_CPEP_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_CPEP_Fast_Print.inst.cfg @@ -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) diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_CPEP_High_Quality.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_CPEP_High_Quality.inst.cfg index c82a701e4b..0c5d20e570 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_CPEP_High_Quality.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_CPEP_High_Quality.inst.cfg @@ -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) diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_CPEP_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_CPEP_Normal_Quality.inst.cfg index 0d116eb04e..ab8735ca06 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_CPEP_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_CPEP_Normal_Quality.inst.cfg @@ -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) diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_PC_Draft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_PC_Draft_Print.inst.cfg index 5637f57c13..7a4894f065 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_PC_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_PC_Draft_Print.inst.cfg @@ -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 diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_PC_Fast_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_PC_Fast_Print.inst.cfg index 6a79f242b9..460672ac0f 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_PC_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_PC_Fast_Print.inst.cfg @@ -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 diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_PC_High_Quality.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_PC_High_Quality.inst.cfg index 6a08b61393..77b5bc8ee4 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_PC_High_Quality.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_PC_High_Quality.inst.cfg @@ -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 diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_PC_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_PC_Normal_Quality.inst.cfg index 37167b4890..77f1c1659f 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_PC_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_PC_Normal_Quality.inst.cfg @@ -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 diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_PP_Draft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_PP_Draft_Print.inst.cfg index 2132288bfe..20eb2c084b 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_PP_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_PP_Draft_Print.inst.cfg @@ -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 diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_PP_Fast_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_PP_Fast_Print.inst.cfg index ca0e648e7c..1e2927b94a 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_PP_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_PP_Fast_Print.inst.cfg @@ -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 diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_PP_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_PP_Normal_Quality.inst.cfg index 3569786c19..62d45c44ed 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_PP_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_PP_Normal_Quality.inst.cfg @@ -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 diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_TPU_Draft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_TPU_Draft_Print.inst.cfg index 522a574315..585e77b07f 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_TPU_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_TPU_Draft_Print.inst.cfg @@ -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 diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_TPU_Fast_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_TPU_Fast_Print.inst.cfg index 85b643be83..0edd73415c 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_TPU_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_TPU_Fast_Print.inst.cfg @@ -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 diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_TPU_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_TPU_Normal_Quality.inst.cfg index 8d4d0a2be8..83cfa8b4f7 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_TPU_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_TPU_Normal_Quality.inst.cfg @@ -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 diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.25_PC_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.25_PC_Normal_Quality.inst.cfg index 9528a81950..4d6e63f717 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.25_PC_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.25_PC_Normal_Quality.inst.cfg @@ -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 diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.25_PP_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.25_PP_Normal_Quality.inst.cfg index ce92209489..665bcdb56e 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.25_PP_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.25_PP_Normal_Quality.inst.cfg @@ -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 diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_CPEP_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_CPEP_Draft_Print.inst.cfg index fbdb5dfb08..c434ca1ebe 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_CPEP_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_CPEP_Draft_Print.inst.cfg @@ -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) diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_CPEP_Fast_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_CPEP_Fast_Print.inst.cfg index 02d70b8418..2b1f8dad32 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_CPEP_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_CPEP_Fast_Print.inst.cfg @@ -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) diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_CPEP_High_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_CPEP_High_Quality.inst.cfg index 7f391f689f..cd034f531a 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_CPEP_High_Quality.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_CPEP_High_Quality.inst.cfg @@ -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) diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_CPEP_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_CPEP_Normal_Quality.inst.cfg index 3148b99c74..1ba548fc58 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_CPEP_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_CPEP_Normal_Quality.inst.cfg @@ -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) diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_PC_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_PC_Draft_Print.inst.cfg index 915c5d624e..b962c495ac 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_PC_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_PC_Draft_Print.inst.cfg @@ -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 diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_PC_Fast_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_PC_Fast_Print.inst.cfg index c934e66e1d..39b6950cd4 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_PC_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_PC_Fast_Print.inst.cfg @@ -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 diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_PC_High_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_PC_High_Quality.inst.cfg index 1b2fe478b2..813f8e47b9 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_PC_High_Quality.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_PC_High_Quality.inst.cfg @@ -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 diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_PC_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_PC_Normal_Quality.inst.cfg index 7049f8601d..f257b35f2e 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_PC_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_PC_Normal_Quality.inst.cfg @@ -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 diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_PP_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_PP_Draft_Print.inst.cfg index 6ebb81c560..4135680fb3 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_PP_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_PP_Draft_Print.inst.cfg @@ -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 diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_PP_Fast_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_PP_Fast_Print.inst.cfg index 9d4a379bd6..c1b687c61a 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_PP_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_PP_Fast_Print.inst.cfg @@ -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 diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_PP_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_PP_Normal_Quality.inst.cfg index 959d3199d0..7900ed2944 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_PP_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_PP_Normal_Quality.inst.cfg @@ -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 diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Draft_Print.inst.cfg index f2f557b8b8..05b8d39dcd 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Draft_Print.inst.cfg @@ -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 diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Fast_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Fast_Print.inst.cfg index 78592d5de2..e0836510d7 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Fast_Print.inst.cfg @@ -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 diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Normal_Quality.inst.cfg index 1a81413d39..48227c0a1a 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Normal_Quality.inst.cfg @@ -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 diff --git a/resources/variants/ultimaker3_aa0.8.inst.cfg b/resources/variants/ultimaker3_aa0.8.inst.cfg index 7d8207f90e..6aed4b1922 100644 --- a/resources/variants/ultimaker3_aa0.8.inst.cfg +++ b/resources/variants/ultimaker3_aa0.8.inst.cfg @@ -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 diff --git a/resources/variants/ultimaker3_bb0.8.inst.cfg b/resources/variants/ultimaker3_bb0.8.inst.cfg index 55bdf8a2a7..b6759644fc 100644 --- a/resources/variants/ultimaker3_bb0.8.inst.cfg +++ b/resources/variants/ultimaker3_bb0.8.inst.cfg @@ -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 diff --git a/resources/variants/ultimaker3_bb04.inst.cfg b/resources/variants/ultimaker3_bb04.inst.cfg index 12792dd11a..f9f2e2a50b 100644 --- a/resources/variants/ultimaker3_bb04.inst.cfg +++ b/resources/variants/ultimaker3_bb04.inst.cfg @@ -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 diff --git a/resources/variants/ultimaker3_extended_aa0.8.inst.cfg b/resources/variants/ultimaker3_extended_aa0.8.inst.cfg index c8fb8b5259..14c32fc302 100644 --- a/resources/variants/ultimaker3_extended_aa0.8.inst.cfg +++ b/resources/variants/ultimaker3_extended_aa0.8.inst.cfg @@ -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 diff --git a/resources/variants/ultimaker3_extended_bb0.8.inst.cfg b/resources/variants/ultimaker3_extended_bb0.8.inst.cfg index 36ab2e190a..ab0b2a6d0a 100644 --- a/resources/variants/ultimaker3_extended_bb0.8.inst.cfg +++ b/resources/variants/ultimaker3_extended_bb0.8.inst.cfg @@ -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 diff --git a/resources/variants/ultimaker3_extended_bb04.inst.cfg b/resources/variants/ultimaker3_extended_bb04.inst.cfg index 454fdde217..ce0a4868e2 100644 --- a/resources/variants/ultimaker3_extended_bb04.inst.cfg +++ b/resources/variants/ultimaker3_extended_bb04.inst.cfg @@ -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 diff --git a/resources/variants/ultimaker_s3_aa0.8.inst.cfg b/resources/variants/ultimaker_s3_aa0.8.inst.cfg index 796fd5107d..d439893b5e 100644 --- a/resources/variants/ultimaker_s3_aa0.8.inst.cfg +++ b/resources/variants/ultimaker_s3_aa0.8.inst.cfg @@ -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 diff --git a/resources/variants/ultimaker_s3_bb0.8.inst.cfg b/resources/variants/ultimaker_s3_bb0.8.inst.cfg index 2a38731668..6be0a1317a 100644 --- a/resources/variants/ultimaker_s3_bb0.8.inst.cfg +++ b/resources/variants/ultimaker_s3_bb0.8.inst.cfg @@ -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 diff --git a/resources/variants/ultimaker_s3_bb04.inst.cfg b/resources/variants/ultimaker_s3_bb04.inst.cfg index f6049e8584..1a235e3c08 100644 --- a/resources/variants/ultimaker_s3_bb04.inst.cfg +++ b/resources/variants/ultimaker_s3_bb04.inst.cfg @@ -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) diff --git a/resources/variants/ultimaker_s5_aa0.8.inst.cfg b/resources/variants/ultimaker_s5_aa0.8.inst.cfg index 3da25d39a7..0a1f125074 100644 --- a/resources/variants/ultimaker_s5_aa0.8.inst.cfg +++ b/resources/variants/ultimaker_s5_aa0.8.inst.cfg @@ -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 diff --git a/resources/variants/ultimaker_s5_bb0.8.inst.cfg b/resources/variants/ultimaker_s5_bb0.8.inst.cfg index 6c6ac6a5c7..357274a887 100644 --- a/resources/variants/ultimaker_s5_bb0.8.inst.cfg +++ b/resources/variants/ultimaker_s5_bb0.8.inst.cfg @@ -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 diff --git a/resources/variants/ultimaker_s5_bb04.inst.cfg b/resources/variants/ultimaker_s5_bb04.inst.cfg index 08fd5eef90..695a0f7ab7 100644 --- a/resources/variants/ultimaker_s5_bb04.inst.cfg +++ b/resources/variants/ultimaker_s5_bb04.inst.cfg @@ -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)