From 763a7dd4f37b6a8bb9e94c51b4050e44ae08cb66 Mon Sep 17 00:00:00 2001 From: "p.kuiper" Date: Wed, 8 Dec 2021 10:08:36 +0100 Subject: [PATCH] Included the T-PLA 0.3mm profiles for the S3 and S5 Relates to PP-50 --- ..._aa0.4_TPLA_VeryDraft_Print_Quick.inst.cfg | 44 +++++++++++++++++++ ..._aa0.4_TPLA_VeryDraft_Print_Quick.inst.cfg | 44 +++++++++++++++++++ .../um_s3_aa0.4_TPLA_VeryDraft_Print.inst.cfg | 43 ++++++++++++++++++ .../um_s5_aa0.4_TPLA_VeryDraft_Print.inst.cfg | 43 ++++++++++++++++++ 4 files changed, 174 insertions(+) create mode 100644 resources/intent/ultimaker_s3/um_s3_aa0.4_TPLA_VeryDraft_Print_Quick.inst.cfg create mode 100644 resources/intent/ultimaker_s5/um_s5_aa0.4_TPLA_VeryDraft_Print_Quick.inst.cfg create mode 100644 resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_VeryDraft_Print.inst.cfg create mode 100644 resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_VeryDraft_Print.inst.cfg diff --git a/resources/intent/ultimaker_s3/um_s3_aa0.4_TPLA_VeryDraft_Print_Quick.inst.cfg b/resources/intent/ultimaker_s3/um_s3_aa0.4_TPLA_VeryDraft_Print_Quick.inst.cfg new file mode 100644 index 0000000000..18339f20ca --- /dev/null +++ b/resources/intent/ultimaker_s3/um_s3_aa0.4_TPLA_VeryDraft_Print_Quick.inst.cfg @@ -0,0 +1,44 @@ +[general] +version = 4 +name = Quick +definition = ultimaker_s3 + +[metadata] +setting_version = 19 +type = intent +intent_category = quick +quality_type = verydraft +material = generic_tough_pla +variant = AA 0.4 + +[values] +infill_sparse_density = 10 + +jerk_print = 30 +jerk_infill = =jerk_print +jerk_topbottom = =jerk_print +jerk_wall = =jerk_print +jerk_wall_0 = =jerk_wall +jerk_wall_x = =jerk_wall +jerk_layer_0 = 5 + +acceleration_print = 4000 +acceleration_wall = 2000 +acceleration_wall_0 = 2000 + +speed_print = 50 +speed_infill = =speed_print +speed_topbottom = =speed_print +speed_wall = =speed_print +speed_wall_0 = =speed_wall +speed_wall_x = =speed_wall +speed_layer_0 = 20 + +line_width = =machine_nozzle_size +wall_line_width_x = =line_width +infill_line_width = =line_width +wall_thickness = =line_width * 2 +top_bottom_thickness = =wall_thickness + +fill_perimeter_gaps = nowhere +support_structure = "tree" diff --git a/resources/intent/ultimaker_s5/um_s5_aa0.4_TPLA_VeryDraft_Print_Quick.inst.cfg b/resources/intent/ultimaker_s5/um_s5_aa0.4_TPLA_VeryDraft_Print_Quick.inst.cfg new file mode 100644 index 0000000000..34112cc0c4 --- /dev/null +++ b/resources/intent/ultimaker_s5/um_s5_aa0.4_TPLA_VeryDraft_Print_Quick.inst.cfg @@ -0,0 +1,44 @@ +[general] +version = 4 +name = Quick +definition = ultimaker_s5 + +[metadata] +setting_version = 19 +type = intent +intent_category = quick +quality_type = verydraft +material = generic_tough_pla +variant = AA 0.4 + +[values] +infill_sparse_density = 10 + +jerk_print = 30 +jerk_infill = =jerk_print +jerk_topbottom = =jerk_print +jerk_wall = =jerk_print +jerk_wall_0 = =jerk_wall +jerk_wall_x = =jerk_wall +jerk_layer_0 = 5 + +acceleration_print = 4000 +acceleration_wall = 2000 +acceleration_wall_0 = 2000 + +speed_print = 50 +speed_infill = =speed_print +speed_topbottom = =speed_print +speed_wall = =speed_print +speed_wall_0 = =speed_wall +speed_wall_x = =speed_wall +speed_layer_0 = 20 + +line_width = =machine_nozzle_size +wall_line_width_x = =line_width +infill_line_width = =line_width +wall_thickness = =line_width * 2 +top_bottom_thickness = =wall_thickness + +fill_perimeter_gaps = nowhere +support_structure = "tree" diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_VeryDraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_VeryDraft_Print.inst.cfg new file mode 100644 index 0000000000..1ed1189a22 --- /dev/null +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_VeryDraft_Print.inst.cfg @@ -0,0 +1,43 @@ +[general] +version = 4 +name = Extra Fast +definition = ultimaker_s3 + +[metadata] +setting_version = 19 +type = quality +quality_type = verydraft +weight = -2 +material = generic_tough_pla +variant = AA 0.4 + +[values] +infill_sparse_density = 15 + +jerk_travel = 20 +acceleration_print = 2000 +acceleration_wall = 1500 +acceleration_wall_0 = 1000 +acceleration_topbottom = 1000 +acceleration_travel = 2000 + +speed_print = 50 +speed_wall = 50 + +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed + +material_print_temperature = =default_material_print_temperature - 5 +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +material_standby_temperature = 100 + +prime_tower_enable = False +skin_edge_support_thickness = =0.9 if infill_sparse_density < 30 else 0 +skin_overlap = 20 + +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +wall_thickness = =line_width * 3 +top_bottom_thickness = 1.2 + +raft_airgap = =0.25 diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_VeryDraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_VeryDraft_Print.inst.cfg new file mode 100644 index 0000000000..a48506444c --- /dev/null +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_VeryDraft_Print.inst.cfg @@ -0,0 +1,43 @@ +[general] +version = 4 +name = Extra Fast +definition = ultimaker_s5 + +[metadata] +setting_version = 19 +type = quality +quality_type = verydraft +weight = -2 +material = generic_tough_pla +variant = AA 0.4 + +[values] +infill_sparse_density = 15 + +jerk_travel = 20 +acceleration_print = 2000 +acceleration_wall = 1500 +acceleration_wall_0 = 1000 +acceleration_topbottom = 1000 +acceleration_travel = 2000 + +speed_print = 50 +speed_wall = 50 + +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed + +material_print_temperature = =default_material_print_temperature - 5 +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +material_standby_temperature = 100 + +prime_tower_enable = False +skin_edge_support_thickness = =0.9 if infill_sparse_density < 30 else 0 +skin_overlap = 20 + +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +wall_thickness = =line_width * 3 +top_bottom_thickness = 1.2 + +raft_airgap = =0.25