diff --git a/.github/workflows/installers.yml b/.github/workflows/installers.yml index 34157a7079..4fe227756c 100644 --- a/.github/workflows/installers.yml +++ b/.github/workflows/installers.yml @@ -168,14 +168,22 @@ jobs: with: name: ${{ steps.filename.outputs.LINUX }}-AppImage path: installers + + - name: Download linux installer jobs asc artifacts + uses: actions/download-artifact@v2 + with: + name: ${{ steps.filename.outputs.LINUX }}-asc + path: installers - name: Rename Linux installer to nightlies run: | mv installers/${{ steps.filename.outputs.LINUX }}.AppImage installers/${{ steps.filename.outputs.NIGHTLY_NAME }}-linux-X64.AppImage + mv installers/${{ steps.filename.outputs.LINUX }}.AppImage.asc installers/${{ steps.filename.outputs.NIGHTLY_NAME }}-linux-X64.AppImage.asc - name: Update nightly release for Linux run: | gh release upload nightly installers/${{ steps.filename.outputs.NIGHTLY_NAME }}-linux-X64.AppImage --clobber + gh release upload nightly installers/${{ steps.filename.outputs.NIGHTLY_NAME }}-linux-X64.AppImage.asc --clobber env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 8b2f30e3ac..719a07250c 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -257,6 +257,14 @@ jobs: dist/${{ steps.filename.outputs.INSTALLER_FILENAME }}.AppImage retention-days: 5 + - name: Upload the asc + uses: actions/upload-artifact@v3 + with: + name: ${{ steps.filename.outputs.INSTALLER_FILENAME }}-asc + path: | + dist/${{ steps.filename.outputs.INSTALLER_FILENAME }}.AppImage.asc + retention-days: 5 + - name: Write the run info shell: python run: | diff --git a/cura/UI/ObjectsModel.py b/cura/UI/ObjectsModel.py index 884d516f08..4f64270247 100644 --- a/cura/UI/ObjectsModel.py +++ b/cura/UI/ObjectsModel.py @@ -69,7 +69,7 @@ class ObjectsModel(ListModel): self._group_name_template = catalog.i18nc("@label", "Group #{group_nr}") self._group_name_prefix = self._group_name_template.split("#")[0] - self._naming_regex = re.compile("^(.+)\(([0-9]+)\)$") + self._naming_regex = re.compile(r"^(.+)\(([0-9]+)\)$") def setActiveBuildPlate(self, nr: int) -> None: if self._build_plate_number != nr: diff --git a/packaging/AppImage-builder/create_appimage.py b/packaging/AppImage-builder/create_appimage.py index 819ec0b766..da146fa8ab 100644 --- a/packaging/AppImage-builder/create_appimage.py +++ b/packaging/AppImage-builder/create_appimage.py @@ -38,7 +38,7 @@ def build_appimage(dist_path, version, appimage_filename): """ generate_appimage_builder_config(dist_path, version, appimage_filename) create_appimage() - sign_appimage(dist_path, appimage_filename) + sign_appimage(appimage_filename) def generate_appimage_builder_config(dist_path, version, appimage_filename): @@ -85,7 +85,7 @@ def create_appimage(): raise RuntimeError(f"The AppImageTool command returned non-zero: {result}") -def sign_appimage(dist_path, appimage_filename): +def sign_appimage(appimage_filename): command = ["gpg", "--yes", "--armor", "--detach-sig", appimage_filename] result = subprocess.call(command) if result != 0: diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index d0d02363de..ec07872e19 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -4534,7 +4534,7 @@ "type": "extruder", "default_value": "0", "value": "support_extruder_nr", - "enabled": "(support_enable or support_meshes_present) and extruders_enabled_count > 1", + "enabled": "(support_enable or support_meshes_present) and extruders_enabled_count > 1 and support_interface_enable", "resolve": "max(extruderValues('support_interface_extruder_nr'))", "settable_per_mesh": false, "settable_per_extruder": false, @@ -4547,7 +4547,7 @@ "type": "extruder", "default_value": "0", "value": "support_interface_extruder_nr", - "enabled": "(support_enable or support_meshes_present) and extruders_enabled_count > 1", + "enabled": "(support_enable or support_meshes_present) and extruders_enabled_count > 1 and support_roof_enable", "resolve": "max(extruderValues('support_roof_extruder_nr'))", "settable_per_mesh": false, "settable_per_extruder": false @@ -4559,7 +4559,7 @@ "type": "extruder", "default_value": "0", "value": "support_interface_extruder_nr", - "enabled": "(support_enable or support_meshes_present) and extruders_enabled_count > 1", + "enabled": "(support_enable or support_meshes_present) and extruders_enabled_count > 1 and support_bottom_enable", "resolve": "max(extruderValues('support_bottom_extruder_nr'))", "settable_per_mesh": false, "settable_per_extruder": false diff --git a/resources/intent/ultimaker_s3/um_s3_aa0.4_um-abs_0.06mm_visual.inst.cfg b/resources/intent/ultimaker_s3/um_s3_aa0.4_um-abs_0.06mm_visual.inst.cfg deleted file mode 100644 index fb88768bb6..0000000000 --- a/resources/intent/ultimaker_s3/um_s3_aa0.4_um-abs_0.06mm_visual.inst.cfg +++ /dev/null @@ -1,17 +0,0 @@ -[general] -definition = ultimaker_s3 -name = Visual -version = 4 - -[metadata] -intent_category = visual -material = ultimaker_abs -quality_type = high -setting_version = 22 -type = intent -variant = AA 0.4 - -[values] -speed_infill = 50 -top_bottom_thickness = 1.05 - diff --git a/resources/intent/ultimaker_s3/um_s3_aa0.4_um-abs_0.15mm_engineering.inst.cfg b/resources/intent/ultimaker_s3/um_s3_aa0.4_um-abs_0.15mm_engineering.inst.cfg deleted file mode 100644 index e06ccbc3c6..0000000000 --- a/resources/intent/ultimaker_s3/um_s3_aa0.4_um-abs_0.15mm_engineering.inst.cfg +++ /dev/null @@ -1,28 +0,0 @@ -[general] -definition = ultimaker_s3 -name = Accurate -version = 4 - -[metadata] -intent_category = engineering -material = ultimaker_abs -quality_type = fast -setting_version = 22 -type = intent -variant = AA 0.4 - -[values] -_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 1 -infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles' -infill_sparse_density = 20 -jerk_print = 30 -speed_infill = =speed_print -speed_print = 35 -speed_roofing = =speed_topbottom -speed_topbottom = =speed_print -speed_wall = =speed_print -speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall -top_bottom_thickness = =wall_thickness -wall_thickness = =line_width * 3 - diff --git a/resources/intent/ultimaker_s3/um_s3_aa0.4_um-abs_0.15mm_visual.inst.cfg b/resources/intent/ultimaker_s3/um_s3_aa0.4_um-abs_0.15mm_visual.inst.cfg deleted file mode 100644 index 9d2ad2a8ca..0000000000 --- a/resources/intent/ultimaker_s3/um_s3_aa0.4_um-abs_0.15mm_visual.inst.cfg +++ /dev/null @@ -1,24 +0,0 @@ -[general] -definition = ultimaker_s3 -name = Visual -version = 4 - -[metadata] -intent_category = visual -material = ultimaker_abs -quality_type = fast -setting_version = 22 -type = intent -variant = AA 0.4 - -[values] -_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 1 -acceleration_print = 2500 -acceleration_wall_0 = 1000 -inset_direction = inside_out -jerk_wall_0 = 20 -speed_print = 50 -speed_roofing = =math.ceil(speed_wall*(35/50)) -speed_wall_0 = =math.ceil(speed_wall*(25/50)) -top_bottom_thickness = =max(1.2 , layer_height * 6) - diff --git a/resources/intent/ultimaker_s3/um_s3_aa0.4_um-abs_0.1mm_engineering.inst.cfg b/resources/intent/ultimaker_s3/um_s3_aa0.4_um-abs_0.1mm_engineering.inst.cfg deleted file mode 100644 index 967051c6b6..0000000000 --- a/resources/intent/ultimaker_s3/um_s3_aa0.4_um-abs_0.1mm_engineering.inst.cfg +++ /dev/null @@ -1,24 +0,0 @@ -[general] -definition = ultimaker_s3 -name = Accurate -version = 4 - -[metadata] -intent_category = engineering -material = ultimaker_abs -quality_type = normal -setting_version = 22 -type = intent -variant = AA 0.4 - -[values] -jerk_print = 30 -speed_infill = =speed_print -speed_print = 30 -speed_topbottom = =speed_print -speed_wall = =speed_print -speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall -top_bottom_thickness = =wall_thickness -wall_thickness = =line_width * 3 - diff --git a/resources/intent/ultimaker_s3/um_s3_aa0.4_um-abs_0.1mm_visual.inst.cfg b/resources/intent/ultimaker_s3/um_s3_aa0.4_um-abs_0.1mm_visual.inst.cfg deleted file mode 100644 index c08c5e37c1..0000000000 --- a/resources/intent/ultimaker_s3/um_s3_aa0.4_um-abs_0.1mm_visual.inst.cfg +++ /dev/null @@ -1,17 +0,0 @@ -[general] -definition = ultimaker_s3 -name = Visual -version = 4 - -[metadata] -intent_category = visual -material = ultimaker_abs -quality_type = normal -setting_version = 22 -type = intent -variant = AA 0.4 - -[values] -speed_infill = 50 -top_bottom_thickness = 1.05 - diff --git a/resources/intent/ultimaker_s3/um_s3_aa0.4_um-abs_0.2mm_engineering.inst.cfg b/resources/intent/ultimaker_s3/um_s3_aa0.4_um-abs_0.2mm_engineering.inst.cfg deleted file mode 100644 index e5c66d6b88..0000000000 --- a/resources/intent/ultimaker_s3/um_s3_aa0.4_um-abs_0.2mm_engineering.inst.cfg +++ /dev/null @@ -1,28 +0,0 @@ -[general] -definition = ultimaker_s3 -name = Accurate -version = 4 - -[metadata] -intent_category = engineering -material = ultimaker_abs -quality_type = draft -setting_version = 22 -type = intent -variant = AA 0.4 - -[values] -_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 1 -infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles' -infill_sparse_density = 20 -jerk_print = 30 -speed_infill = =speed_print -speed_print = 35 -speed_roofing = =speed_topbottom -speed_topbottom = =speed_print -speed_wall = =speed_print -speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall -top_bottom_thickness = =wall_thickness -wall_thickness = =line_width * 3 - diff --git a/resources/intent/ultimaker_s3/um_s3_aa0.4_um-abs_0.2mm_quick.inst.cfg b/resources/intent/ultimaker_s3/um_s3_aa0.4_um-abs_0.2mm_quick.inst.cfg deleted file mode 100644 index d51b925c24..0000000000 --- a/resources/intent/ultimaker_s3/um_s3_aa0.4_um-abs_0.2mm_quick.inst.cfg +++ /dev/null @@ -1,27 +0,0 @@ -[general] -definition = ultimaker_s3 -name = Quick -version = 4 - -[metadata] -intent_category = quick -material = ultimaker_abs -quality_type = draft -setting_version = 22 -type = intent -variant = AA 0.4 - -[values] -_plugin__curaenginegradualflow__0_1_0__gradual_flow_enabled = False -acceleration_wall_0 = 2000 -gradual_infill_step_height = =4 * layer_height -gradual_infill_steps = 3 -infill_sparse_density = 40 -jerk_print = 30 -jerk_wall_0 = 30 -speed_print = 150 -speed_wall = =speed_print -speed_wall_0 = 40 -top_bottom_thickness = =4 * layer_height -wall_thickness = =2 * line_width - diff --git a/resources/intent/ultimaker_s3/um_s3_aa0.4_um-abs_0.2mm_visual.inst.cfg b/resources/intent/ultimaker_s3/um_s3_aa0.4_um-abs_0.2mm_visual.inst.cfg deleted file mode 100644 index 8cb3b60f94..0000000000 --- a/resources/intent/ultimaker_s3/um_s3_aa0.4_um-abs_0.2mm_visual.inst.cfg +++ /dev/null @@ -1,24 +0,0 @@ -[general] -definition = ultimaker_s3 -name = Visual -version = 4 - -[metadata] -intent_category = visual -material = ultimaker_abs -quality_type = draft -setting_version = 22 -type = intent -variant = AA 0.4 - -[values] -_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 1 -acceleration_print = 2500 -acceleration_wall_0 = 1000 -inset_direction = inside_out -jerk_wall_0 = 20 -speed_print = 50 -speed_roofing = =math.ceil(speed_wall*(35/50)) -speed_wall_0 = =math.ceil(speed_wall*(25/50)) -top_bottom_thickness = =max(1.2 , layer_height * 6) - diff --git a/resources/intent/ultimaker_s3/um_s3_aa0.4_um-petg_0.15mm_engineering.inst.cfg b/resources/intent/ultimaker_s3/um_s3_aa0.4_um-petg_0.15mm_engineering.inst.cfg deleted file mode 100644 index 0b2c1c3a96..0000000000 --- a/resources/intent/ultimaker_s3/um_s3_aa0.4_um-petg_0.15mm_engineering.inst.cfg +++ /dev/null @@ -1,28 +0,0 @@ -[general] -definition = ultimaker_s3 -name = Accurate -version = 4 - -[metadata] -intent_category = engineering -material = ultimaker_petg -quality_type = fast -setting_version = 22 -type = intent -variant = AA 0.4 - -[values] -_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 1 -infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles' -infill_sparse_density = 20 -jerk_print = 30 -speed_infill = =speed_print -speed_print = 35 -speed_roofing = =speed_topbottom -speed_topbottom = =speed_print -speed_wall = =speed_print -speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall -top_bottom_thickness = =wall_thickness -wall_thickness = =line_width * 3 - diff --git a/resources/intent/ultimaker_s3/um_s3_aa0.4_um-petg_0.1mm_engineering.inst.cfg b/resources/intent/ultimaker_s3/um_s3_aa0.4_um-petg_0.1mm_engineering.inst.cfg deleted file mode 100644 index 9bf56f69a2..0000000000 --- a/resources/intent/ultimaker_s3/um_s3_aa0.4_um-petg_0.1mm_engineering.inst.cfg +++ /dev/null @@ -1,24 +0,0 @@ -[general] -definition = ultimaker_s3 -name = Accurate -version = 4 - -[metadata] -intent_category = engineering -material = ultimaker_petg -quality_type = normal -setting_version = 22 -type = intent -variant = AA 0.4 - -[values] -jerk_print = 30 -speed_infill = =speed_print -speed_print = 30 -speed_topbottom = =speed_print -speed_wall = =speed_print -speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall -top_bottom_thickness = =wall_thickness -wall_thickness = =line_width * 3 - diff --git a/resources/intent/ultimaker_s3/um_s3_aa0.4_um-petg_0.2mm_engineering.inst.cfg b/resources/intent/ultimaker_s3/um_s3_aa0.4_um-petg_0.2mm_engineering.inst.cfg deleted file mode 100644 index 698fa97fc8..0000000000 --- a/resources/intent/ultimaker_s3/um_s3_aa0.4_um-petg_0.2mm_engineering.inst.cfg +++ /dev/null @@ -1,28 +0,0 @@ -[general] -definition = ultimaker_s3 -name = Accurate -version = 4 - -[metadata] -intent_category = engineering -material = ultimaker_petg -quality_type = draft -setting_version = 22 -type = intent -variant = AA 0.4 - -[values] -_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 1 -infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles' -infill_sparse_density = 20 -jerk_print = 30 -speed_infill = =speed_print -speed_print = 35 -speed_roofing = =speed_topbottom -speed_topbottom = =speed_print -speed_wall = =speed_print -speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall -top_bottom_thickness = =wall_thickness -wall_thickness = =line_width * 3 - diff --git a/resources/intent/ultimaker_s3/um_s3_aa0.4_um-petg_0.2mm_quick.inst.cfg b/resources/intent/ultimaker_s3/um_s3_aa0.4_um-petg_0.2mm_quick.inst.cfg deleted file mode 100644 index fddbf1a350..0000000000 --- a/resources/intent/ultimaker_s3/um_s3_aa0.4_um-petg_0.2mm_quick.inst.cfg +++ /dev/null @@ -1,27 +0,0 @@ -[general] -definition = ultimaker_s3 -name = Quick -version = 4 - -[metadata] -intent_category = quick -material = ultimaker_petg -quality_type = draft -setting_version = 22 -type = intent -variant = AA 0.4 - -[values] -_plugin__curaenginegradualflow__0_1_0__gradual_flow_enabled = False -acceleration_wall_0 = 2000 -gradual_infill_step_height = =4 * layer_height -gradual_infill_steps = 3 -infill_sparse_density = 40 -jerk_print = 30 -jerk_wall_0 = 30 -speed_print = 150 -speed_wall = =speed_print -speed_wall_0 = 40 -top_bottom_thickness = =4 * layer_height -wall_thickness = =2 * line_width - diff --git a/resources/intent/ultimaker_s3/um_s3_aa0.4_um-petg_0.2mm_visual.inst.cfg b/resources/intent/ultimaker_s3/um_s3_aa0.4_um-petg_0.2mm_visual.inst.cfg deleted file mode 100644 index e0df1f7d0f..0000000000 --- a/resources/intent/ultimaker_s3/um_s3_aa0.4_um-petg_0.2mm_visual.inst.cfg +++ /dev/null @@ -1,24 +0,0 @@ -[general] -definition = ultimaker_s3 -name = Visual -version = 4 - -[metadata] -intent_category = visual -material = ultimaker_petg -quality_type = draft -setting_version = 22 -type = intent -variant = AA 0.4 - -[values] -_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 1 -acceleration_print = 2500 -acceleration_wall_0 = 1000 -inset_direction = inside_out -jerk_wall_0 = 20 -speed_print = 50 -speed_roofing = =math.ceil(speed_wall*(35/50)) -speed_wall_0 = =math.ceil(speed_wall*(25/50)) -top_bottom_thickness = =max(1.2 , layer_height * 6) - diff --git a/resources/intent/ultimaker_s3/um_s3_aa0.8_um-abs_0.2mm_engineering.inst.cfg b/resources/intent/ultimaker_s3/um_s3_aa0.8_um-abs_0.2mm_engineering.inst.cfg deleted file mode 100644 index 60413405bb..0000000000 --- a/resources/intent/ultimaker_s3/um_s3_aa0.8_um-abs_0.2mm_engineering.inst.cfg +++ /dev/null @@ -1,28 +0,0 @@ -[general] -definition = ultimaker_s3 -name = Accurate -version = 4 - -[metadata] -intent_category = engineering -material = ultimaker_abs -quality_type = draft -setting_version = 22 -type = intent -variant = AA 0.8 - -[values] -_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 1 -infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles' -infill_sparse_density = 20 -jerk_print = 30 -speed_infill = =speed_print -speed_print = 35 -speed_roofing = =speed_topbottom -speed_topbottom = =speed_print -speed_wall = =speed_print -speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall -top_bottom_thickness = =wall_thickness -wall_thickness = =line_width * 3 - diff --git a/resources/intent/ultimaker_s3/um_s3_aa0.8_um-abs_0.2mm_quick.inst.cfg b/resources/intent/ultimaker_s3/um_s3_aa0.8_um-abs_0.2mm_quick.inst.cfg deleted file mode 100644 index 8557038cdf..0000000000 --- a/resources/intent/ultimaker_s3/um_s3_aa0.8_um-abs_0.2mm_quick.inst.cfg +++ /dev/null @@ -1,26 +0,0 @@ -[general] -definition = ultimaker_s3 -name = Quick -version = 4 - -[metadata] -intent_category = quick -material = ultimaker_abs -quality_type = draft -setting_version = 22 -type = intent -variant = AA 0.8 - -[values] -_plugin__curaenginegradualflow__0_1_0__gradual_flow_enabled = False -acceleration_wall_0 = 2000 -gradual_infill_step_height = =4 * layer_height -gradual_infill_steps = 3 -infill_sparse_density = 40 -jerk_print = 30 -jerk_wall_0 = 30 -speed_wall = =speed_print -speed_wall_0 = 40 -top_bottom_thickness = =4 * layer_height -wall_thickness = =wall_line_width_0 - diff --git a/resources/intent/ultimaker_s3/um_s3_aa0.8_um-abs_0.2mm_visual.inst.cfg b/resources/intent/ultimaker_s3/um_s3_aa0.8_um-abs_0.2mm_visual.inst.cfg deleted file mode 100644 index 5ca0c38d68..0000000000 --- a/resources/intent/ultimaker_s3/um_s3_aa0.8_um-abs_0.2mm_visual.inst.cfg +++ /dev/null @@ -1,24 +0,0 @@ -[general] -definition = ultimaker_s3 -name = Visual -version = 4 - -[metadata] -intent_category = visual -material = ultimaker_abs -quality_type = draft -setting_version = 22 -type = intent -variant = AA 0.8 - -[values] -_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 1 -acceleration_print = 2500 -acceleration_wall_0 = 1000 -inset_direction = inside_out -jerk_wall_0 = 20 -speed_print = 50 -speed_roofing = =math.ceil(speed_wall*(35/50)) -speed_wall_0 = =math.ceil(speed_wall*(25/50)) -top_bottom_thickness = =max(1.2 , layer_height * 6) - diff --git a/resources/intent/ultimaker_s3/um_s3_aa0.8_um-petg_0.2mm_engineering.inst.cfg b/resources/intent/ultimaker_s3/um_s3_aa0.8_um-petg_0.2mm_engineering.inst.cfg deleted file mode 100644 index 5db19be11f..0000000000 --- a/resources/intent/ultimaker_s3/um_s3_aa0.8_um-petg_0.2mm_engineering.inst.cfg +++ /dev/null @@ -1,28 +0,0 @@ -[general] -definition = ultimaker_s3 -name = Accurate -version = 4 - -[metadata] -intent_category = engineering -material = ultimaker_petg -quality_type = draft -setting_version = 22 -type = intent -variant = AA 0.8 - -[values] -_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 1 -infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles' -infill_sparse_density = 20 -jerk_print = 30 -speed_infill = =speed_print -speed_print = 35 -speed_roofing = =speed_topbottom -speed_topbottom = =speed_print -speed_wall = =speed_print -speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall -top_bottom_thickness = =wall_thickness -wall_thickness = =line_width * 3 - diff --git a/resources/intent/ultimaker_s3/um_s3_aa0.8_um-petg_0.2mm_quick.inst.cfg b/resources/intent/ultimaker_s3/um_s3_aa0.8_um-petg_0.2mm_quick.inst.cfg deleted file mode 100644 index 0d34733f07..0000000000 --- a/resources/intent/ultimaker_s3/um_s3_aa0.8_um-petg_0.2mm_quick.inst.cfg +++ /dev/null @@ -1,26 +0,0 @@ -[general] -definition = ultimaker_s3 -name = Quick -version = 4 - -[metadata] -intent_category = quick -material = ultimaker_petg -quality_type = draft -setting_version = 22 -type = intent -variant = AA 0.8 - -[values] -_plugin__curaenginegradualflow__0_1_0__gradual_flow_enabled = False -acceleration_wall_0 = 2000 -gradual_infill_step_height = =4 * layer_height -gradual_infill_steps = 3 -infill_sparse_density = 40 -jerk_print = 30 -jerk_wall_0 = 30 -speed_wall = =speed_print -speed_wall_0 = 40 -top_bottom_thickness = =4 * layer_height -wall_thickness = =wall_line_width_0 - diff --git a/resources/intent/ultimaker_s3/um_s3_aa0.8_um-petg_0.2mm_visual.inst.cfg b/resources/intent/ultimaker_s3/um_s3_aa0.8_um-petg_0.2mm_visual.inst.cfg deleted file mode 100644 index 60da5eb917..0000000000 --- a/resources/intent/ultimaker_s3/um_s3_aa0.8_um-petg_0.2mm_visual.inst.cfg +++ /dev/null @@ -1,24 +0,0 @@ -[general] -definition = ultimaker_s3 -name = Visual -version = 4 - -[metadata] -intent_category = visual -material = ultimaker_petg -quality_type = draft -setting_version = 22 -type = intent -variant = AA 0.8 - -[values] -_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 1 -acceleration_print = 2500 -acceleration_wall_0 = 1000 -inset_direction = inside_out -jerk_wall_0 = 20 -speed_print = 50 -speed_roofing = =math.ceil(speed_wall*(35/50)) -speed_wall_0 = =math.ceil(speed_wall*(25/50)) -top_bottom_thickness = =max(1.2 , layer_height * 6) - diff --git a/resources/intent/ultimaker_s5/um_s5_aa0.4_um-abs_0.06mm_visual.inst.cfg b/resources/intent/ultimaker_s5/um_s5_aa0.4_um-abs_0.06mm_visual.inst.cfg deleted file mode 100644 index 3866a4593a..0000000000 --- a/resources/intent/ultimaker_s5/um_s5_aa0.4_um-abs_0.06mm_visual.inst.cfg +++ /dev/null @@ -1,17 +0,0 @@ -[general] -definition = ultimaker_s5 -name = Visual -version = 4 - -[metadata] -intent_category = visual -material = ultimaker_abs -quality_type = high -setting_version = 22 -type = intent -variant = AA 0.4 - -[values] -speed_infill = 50 -top_bottom_thickness = 1.05 - diff --git a/resources/intent/ultimaker_s5/um_s5_aa0.4_um-abs_0.15mm_engineering.inst.cfg b/resources/intent/ultimaker_s5/um_s5_aa0.4_um-abs_0.15mm_engineering.inst.cfg deleted file mode 100644 index 908186790e..0000000000 --- a/resources/intent/ultimaker_s5/um_s5_aa0.4_um-abs_0.15mm_engineering.inst.cfg +++ /dev/null @@ -1,28 +0,0 @@ -[general] -definition = ultimaker_s5 -name = Accurate -version = 4 - -[metadata] -intent_category = engineering -material = ultimaker_abs -quality_type = fast -setting_version = 22 -type = intent -variant = AA 0.4 - -[values] -_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 1 -infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles' -infill_sparse_density = 20 -jerk_print = 30 -speed_infill = =speed_print -speed_print = 35 -speed_roofing = =speed_topbottom -speed_topbottom = =speed_print -speed_wall = =speed_print -speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall -top_bottom_thickness = =wall_thickness -wall_thickness = =line_width * 3 - diff --git a/resources/intent/ultimaker_s5/um_s5_aa0.4_um-abs_0.15mm_visual.inst.cfg b/resources/intent/ultimaker_s5/um_s5_aa0.4_um-abs_0.15mm_visual.inst.cfg deleted file mode 100644 index e5eac8992c..0000000000 --- a/resources/intent/ultimaker_s5/um_s5_aa0.4_um-abs_0.15mm_visual.inst.cfg +++ /dev/null @@ -1,24 +0,0 @@ -[general] -definition = ultimaker_s5 -name = Visual -version = 4 - -[metadata] -intent_category = visual -material = ultimaker_abs -quality_type = fast -setting_version = 22 -type = intent -variant = AA 0.4 - -[values] -_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 1 -acceleration_print = 2500 -acceleration_wall_0 = 1000 -inset_direction = inside_out -jerk_wall_0 = 20 -speed_print = 50 -speed_roofing = =math.ceil(speed_wall*(35/50)) -speed_wall_0 = =math.ceil(speed_wall*(25/50)) -top_bottom_thickness = =max(1.2 , layer_height * 6) - diff --git a/resources/intent/ultimaker_s5/um_s5_aa0.4_um-abs_0.1mm_engineering.inst.cfg b/resources/intent/ultimaker_s5/um_s5_aa0.4_um-abs_0.1mm_engineering.inst.cfg deleted file mode 100644 index b5834b5757..0000000000 --- a/resources/intent/ultimaker_s5/um_s5_aa0.4_um-abs_0.1mm_engineering.inst.cfg +++ /dev/null @@ -1,24 +0,0 @@ -[general] -definition = ultimaker_s5 -name = Accurate -version = 4 - -[metadata] -intent_category = engineering -material = ultimaker_abs -quality_type = normal -setting_version = 22 -type = intent -variant = AA 0.4 - -[values] -jerk_print = 30 -speed_infill = =speed_print -speed_print = 30 -speed_topbottom = =speed_print -speed_wall = =speed_print -speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall -top_bottom_thickness = =wall_thickness -wall_thickness = =line_width * 3 - diff --git a/resources/intent/ultimaker_s5/um_s5_aa0.4_um-abs_0.1mm_visual.inst.cfg b/resources/intent/ultimaker_s5/um_s5_aa0.4_um-abs_0.1mm_visual.inst.cfg deleted file mode 100644 index 63b0273ba5..0000000000 --- a/resources/intent/ultimaker_s5/um_s5_aa0.4_um-abs_0.1mm_visual.inst.cfg +++ /dev/null @@ -1,17 +0,0 @@ -[general] -definition = ultimaker_s5 -name = Visual -version = 4 - -[metadata] -intent_category = visual -material = ultimaker_abs -quality_type = normal -setting_version = 22 -type = intent -variant = AA 0.4 - -[values] -speed_infill = 50 -top_bottom_thickness = 1.05 - diff --git a/resources/intent/ultimaker_s5/um_s5_aa0.4_um-abs_0.2mm_engineering.inst.cfg b/resources/intent/ultimaker_s5/um_s5_aa0.4_um-abs_0.2mm_engineering.inst.cfg deleted file mode 100644 index c8ead2040c..0000000000 --- a/resources/intent/ultimaker_s5/um_s5_aa0.4_um-abs_0.2mm_engineering.inst.cfg +++ /dev/null @@ -1,28 +0,0 @@ -[general] -definition = ultimaker_s5 -name = Accurate -version = 4 - -[metadata] -intent_category = engineering -material = ultimaker_abs -quality_type = draft -setting_version = 22 -type = intent -variant = AA 0.4 - -[values] -_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 1 -infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles' -infill_sparse_density = 20 -jerk_print = 30 -speed_infill = =speed_print -speed_print = 35 -speed_roofing = =speed_topbottom -speed_topbottom = =speed_print -speed_wall = =speed_print -speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall -top_bottom_thickness = =wall_thickness -wall_thickness = =line_width * 3 - diff --git a/resources/intent/ultimaker_s5/um_s5_aa0.4_um-abs_0.2mm_quick.inst.cfg b/resources/intent/ultimaker_s5/um_s5_aa0.4_um-abs_0.2mm_quick.inst.cfg deleted file mode 100644 index c77fa51e12..0000000000 --- a/resources/intent/ultimaker_s5/um_s5_aa0.4_um-abs_0.2mm_quick.inst.cfg +++ /dev/null @@ -1,27 +0,0 @@ -[general] -definition = ultimaker_s5 -name = Quick -version = 4 - -[metadata] -intent_category = quick -material = ultimaker_abs -quality_type = draft -setting_version = 22 -type = intent -variant = AA 0.4 - -[values] -_plugin__curaenginegradualflow__0_1_0__gradual_flow_enabled = False -acceleration_wall_0 = 2000 -gradual_infill_step_height = =4 * layer_height -gradual_infill_steps = 3 -infill_sparse_density = 40 -jerk_print = 30 -jerk_wall_0 = 30 -speed_print = 150 -speed_wall = =speed_print -speed_wall_0 = 40 -top_bottom_thickness = =4 * layer_height -wall_thickness = =2 * line_width - diff --git a/resources/intent/ultimaker_s5/um_s5_aa0.4_um-abs_0.2mm_visual.inst.cfg b/resources/intent/ultimaker_s5/um_s5_aa0.4_um-abs_0.2mm_visual.inst.cfg deleted file mode 100644 index 63b4386e2f..0000000000 --- a/resources/intent/ultimaker_s5/um_s5_aa0.4_um-abs_0.2mm_visual.inst.cfg +++ /dev/null @@ -1,24 +0,0 @@ -[general] -definition = ultimaker_s5 -name = Visual -version = 4 - -[metadata] -intent_category = visual -material = ultimaker_abs -quality_type = draft -setting_version = 22 -type = intent -variant = AA 0.4 - -[values] -_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 1 -acceleration_print = 2500 -acceleration_wall_0 = 1000 -inset_direction = inside_out -jerk_wall_0 = 20 -speed_print = 50 -speed_roofing = =math.ceil(speed_wall*(35/50)) -speed_wall_0 = =math.ceil(speed_wall*(25/50)) -top_bottom_thickness = =max(1.2 , layer_height * 6) - diff --git a/resources/intent/ultimaker_s5/um_s5_aa0.4_um-petg_0.15mm_engineering.inst.cfg b/resources/intent/ultimaker_s5/um_s5_aa0.4_um-petg_0.15mm_engineering.inst.cfg deleted file mode 100644 index b0057d80ed..0000000000 --- a/resources/intent/ultimaker_s5/um_s5_aa0.4_um-petg_0.15mm_engineering.inst.cfg +++ /dev/null @@ -1,28 +0,0 @@ -[general] -definition = ultimaker_s5 -name = Accurate -version = 4 - -[metadata] -intent_category = engineering -material = ultimaker_petg -quality_type = fast -setting_version = 22 -type = intent -variant = AA 0.4 - -[values] -_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 1 -infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles' -infill_sparse_density = 20 -jerk_print = 30 -speed_infill = =speed_print -speed_print = 35 -speed_roofing = =speed_topbottom -speed_topbottom = =speed_print -speed_wall = =speed_print -speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall -top_bottom_thickness = =wall_thickness -wall_thickness = =line_width * 3 - diff --git a/resources/intent/ultimaker_s5/um_s5_aa0.4_um-petg_0.1mm_engineering.inst.cfg b/resources/intent/ultimaker_s5/um_s5_aa0.4_um-petg_0.1mm_engineering.inst.cfg deleted file mode 100644 index 00c264aa32..0000000000 --- a/resources/intent/ultimaker_s5/um_s5_aa0.4_um-petg_0.1mm_engineering.inst.cfg +++ /dev/null @@ -1,24 +0,0 @@ -[general] -definition = ultimaker_s5 -name = Accurate -version = 4 - -[metadata] -intent_category = engineering -material = ultimaker_petg -quality_type = normal -setting_version = 22 -type = intent -variant = AA 0.4 - -[values] -jerk_print = 30 -speed_infill = =speed_print -speed_print = 30 -speed_topbottom = =speed_print -speed_wall = =speed_print -speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall -top_bottom_thickness = =wall_thickness -wall_thickness = =line_width * 3 - diff --git a/resources/intent/ultimaker_s5/um_s5_aa0.4_um-petg_0.2mm_engineering.inst.cfg b/resources/intent/ultimaker_s5/um_s5_aa0.4_um-petg_0.2mm_engineering.inst.cfg deleted file mode 100644 index da575d938f..0000000000 --- a/resources/intent/ultimaker_s5/um_s5_aa0.4_um-petg_0.2mm_engineering.inst.cfg +++ /dev/null @@ -1,28 +0,0 @@ -[general] -definition = ultimaker_s5 -name = Accurate -version = 4 - -[metadata] -intent_category = engineering -material = ultimaker_petg -quality_type = draft -setting_version = 22 -type = intent -variant = AA 0.4 - -[values] -_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 1 -infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles' -infill_sparse_density = 20 -jerk_print = 30 -speed_infill = =speed_print -speed_print = 35 -speed_roofing = =speed_topbottom -speed_topbottom = =speed_print -speed_wall = =speed_print -speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall -top_bottom_thickness = =wall_thickness -wall_thickness = =line_width * 3 - diff --git a/resources/intent/ultimaker_s5/um_s5_aa0.4_um-petg_0.2mm_quick.inst.cfg b/resources/intent/ultimaker_s5/um_s5_aa0.4_um-petg_0.2mm_quick.inst.cfg deleted file mode 100644 index c4b84e2053..0000000000 --- a/resources/intent/ultimaker_s5/um_s5_aa0.4_um-petg_0.2mm_quick.inst.cfg +++ /dev/null @@ -1,27 +0,0 @@ -[general] -definition = ultimaker_s5 -name = Quick -version = 4 - -[metadata] -intent_category = quick -material = ultimaker_petg -quality_type = draft -setting_version = 22 -type = intent -variant = AA 0.4 - -[values] -_plugin__curaenginegradualflow__0_1_0__gradual_flow_enabled = False -acceleration_wall_0 = 2000 -gradual_infill_step_height = =4 * layer_height -gradual_infill_steps = 3 -infill_sparse_density = 40 -jerk_print = 30 -jerk_wall_0 = 30 -speed_print = 150 -speed_wall = =speed_print -speed_wall_0 = 40 -top_bottom_thickness = =4 * layer_height -wall_thickness = =2 * line_width - diff --git a/resources/intent/ultimaker_s5/um_s5_aa0.4_um-petg_0.2mm_visual.inst.cfg b/resources/intent/ultimaker_s5/um_s5_aa0.4_um-petg_0.2mm_visual.inst.cfg deleted file mode 100644 index ea10424026..0000000000 --- a/resources/intent/ultimaker_s5/um_s5_aa0.4_um-petg_0.2mm_visual.inst.cfg +++ /dev/null @@ -1,24 +0,0 @@ -[general] -definition = ultimaker_s5 -name = Visual -version = 4 - -[metadata] -intent_category = visual -material = ultimaker_petg -quality_type = draft -setting_version = 22 -type = intent -variant = AA 0.4 - -[values] -_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 1 -acceleration_print = 2500 -acceleration_wall_0 = 1000 -inset_direction = inside_out -jerk_wall_0 = 20 -speed_print = 50 -speed_roofing = =math.ceil(speed_wall*(35/50)) -speed_wall_0 = =math.ceil(speed_wall*(25/50)) -top_bottom_thickness = =max(1.2 , layer_height * 6) - diff --git a/resources/intent/ultimaker_s5/um_s5_aa0.8_um-abs_0.2mm_engineering.inst.cfg b/resources/intent/ultimaker_s5/um_s5_aa0.8_um-abs_0.2mm_engineering.inst.cfg deleted file mode 100644 index 8281aefcf0..0000000000 --- a/resources/intent/ultimaker_s5/um_s5_aa0.8_um-abs_0.2mm_engineering.inst.cfg +++ /dev/null @@ -1,28 +0,0 @@ -[general] -definition = ultimaker_s5 -name = Accurate -version = 4 - -[metadata] -intent_category = engineering -material = ultimaker_abs -quality_type = draft -setting_version = 22 -type = intent -variant = AA 0.8 - -[values] -_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 1 -infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles' -infill_sparse_density = 20 -jerk_print = 30 -speed_infill = =speed_print -speed_print = 35 -speed_roofing = =speed_topbottom -speed_topbottom = =speed_print -speed_wall = =speed_print -speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall -top_bottom_thickness = =wall_thickness -wall_thickness = =line_width * 3 - diff --git a/resources/intent/ultimaker_s5/um_s5_aa0.8_um-abs_0.2mm_quick.inst.cfg b/resources/intent/ultimaker_s5/um_s5_aa0.8_um-abs_0.2mm_quick.inst.cfg deleted file mode 100644 index 15804a0821..0000000000 --- a/resources/intent/ultimaker_s5/um_s5_aa0.8_um-abs_0.2mm_quick.inst.cfg +++ /dev/null @@ -1,26 +0,0 @@ -[general] -definition = ultimaker_s5 -name = Quick -version = 4 - -[metadata] -intent_category = quick -material = ultimaker_abs -quality_type = draft -setting_version = 22 -type = intent -variant = AA 0.8 - -[values] -_plugin__curaenginegradualflow__0_1_0__gradual_flow_enabled = False -acceleration_wall_0 = 2000 -gradual_infill_step_height = =4 * layer_height -gradual_infill_steps = 3 -infill_sparse_density = 40 -jerk_print = 30 -jerk_wall_0 = 30 -speed_wall = =speed_print -speed_wall_0 = 40 -top_bottom_thickness = =4 * layer_height -wall_thickness = =wall_line_width_0 - diff --git a/resources/intent/ultimaker_s5/um_s5_aa0.8_um-abs_0.2mm_visual.inst.cfg b/resources/intent/ultimaker_s5/um_s5_aa0.8_um-abs_0.2mm_visual.inst.cfg deleted file mode 100644 index e454a17773..0000000000 --- a/resources/intent/ultimaker_s5/um_s5_aa0.8_um-abs_0.2mm_visual.inst.cfg +++ /dev/null @@ -1,24 +0,0 @@ -[general] -definition = ultimaker_s5 -name = Visual -version = 4 - -[metadata] -intent_category = visual -material = ultimaker_abs -quality_type = draft -setting_version = 22 -type = intent -variant = AA 0.8 - -[values] -_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 1 -acceleration_print = 2500 -acceleration_wall_0 = 1000 -inset_direction = inside_out -jerk_wall_0 = 20 -speed_print = 50 -speed_roofing = =math.ceil(speed_wall*(35/50)) -speed_wall_0 = =math.ceil(speed_wall*(25/50)) -top_bottom_thickness = =max(1.2 , layer_height * 6) - diff --git a/resources/intent/ultimaker_s5/um_s5_aa0.8_um-petg_0.2mm_engineering.inst.cfg b/resources/intent/ultimaker_s5/um_s5_aa0.8_um-petg_0.2mm_engineering.inst.cfg deleted file mode 100644 index ed5a152040..0000000000 --- a/resources/intent/ultimaker_s5/um_s5_aa0.8_um-petg_0.2mm_engineering.inst.cfg +++ /dev/null @@ -1,28 +0,0 @@ -[general] -definition = ultimaker_s5 -name = Accurate -version = 4 - -[metadata] -intent_category = engineering -material = ultimaker_petg -quality_type = draft -setting_version = 22 -type = intent -variant = AA 0.8 - -[values] -_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 1 -infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles' -infill_sparse_density = 20 -jerk_print = 30 -speed_infill = =speed_print -speed_print = 35 -speed_roofing = =speed_topbottom -speed_topbottom = =speed_print -speed_wall = =speed_print -speed_wall_0 = =speed_wall -speed_wall_x = =speed_wall -top_bottom_thickness = =wall_thickness -wall_thickness = =line_width * 3 - diff --git a/resources/intent/ultimaker_s5/um_s5_aa0.8_um-petg_0.2mm_quick.inst.cfg b/resources/intent/ultimaker_s5/um_s5_aa0.8_um-petg_0.2mm_quick.inst.cfg deleted file mode 100644 index d723ee511f..0000000000 --- a/resources/intent/ultimaker_s5/um_s5_aa0.8_um-petg_0.2mm_quick.inst.cfg +++ /dev/null @@ -1,26 +0,0 @@ -[general] -definition = ultimaker_s5 -name = Quick -version = 4 - -[metadata] -intent_category = quick -material = ultimaker_petg -quality_type = draft -setting_version = 22 -type = intent -variant = AA 0.8 - -[values] -_plugin__curaenginegradualflow__0_1_0__gradual_flow_enabled = False -acceleration_wall_0 = 2000 -gradual_infill_step_height = =4 * layer_height -gradual_infill_steps = 3 -infill_sparse_density = 40 -jerk_print = 30 -jerk_wall_0 = 30 -speed_wall = =speed_print -speed_wall_0 = 40 -top_bottom_thickness = =4 * layer_height -wall_thickness = =wall_line_width_0 - diff --git a/resources/intent/ultimaker_s5/um_s5_aa0.8_um-petg_0.2mm_visual.inst.cfg b/resources/intent/ultimaker_s5/um_s5_aa0.8_um-petg_0.2mm_visual.inst.cfg deleted file mode 100644 index dac4c2b723..0000000000 --- a/resources/intent/ultimaker_s5/um_s5_aa0.8_um-petg_0.2mm_visual.inst.cfg +++ /dev/null @@ -1,24 +0,0 @@ -[general] -definition = ultimaker_s5 -name = Visual -version = 4 - -[metadata] -intent_category = visual -material = ultimaker_petg -quality_type = draft -setting_version = 22 -type = intent -variant = AA 0.8 - -[values] -_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 1 -acceleration_print = 2500 -acceleration_wall_0 = 1000 -inset_direction = inside_out -jerk_wall_0 = 20 -speed_print = 50 -speed_roofing = =math.ceil(speed_wall*(35/50)) -speed_wall_0 = =math.ceil(speed_wall*(25/50)) -top_bottom_thickness = =max(1.2 , layer_height * 6) - diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.25_um-abs_0.1mm.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.25_um-abs_0.1mm.inst.cfg deleted file mode 100644 index ada1c2cefb..0000000000 --- a/resources/quality/ultimaker_s3/um_s3_aa0.25_um-abs_0.1mm.inst.cfg +++ /dev/null @@ -1,21 +0,0 @@ -[general] -definition = ultimaker_s3 -name = Fine -version = 4 - -[metadata] -material = ultimaker_abs -quality_type = normal -setting_version = 22 -type = quality -variant = AA 0.25 -weight = 0 - -[values] -material_print_temperature = =default_material_print_temperature - 20 -speed_topbottom = =math.ceil(speed_print * 30 / 55) -support_bottom_distance = =support_z_distance -support_interface_enable = True -support_top_distance = =support_z_distance -support_z_distance = =math.ceil(0.3/layer_height)*layer_height - diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.25_um-petg_0.1mm.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.25_um-petg_0.1mm.inst.cfg deleted file mode 100644 index fe8efb08d8..0000000000 --- a/resources/quality/ultimaker_s3/um_s3_aa0.25_um-petg_0.1mm.inst.cfg +++ /dev/null @@ -1,23 +0,0 @@ -[general] -definition = ultimaker_s3 -name = Fine -version = 4 - -[metadata] -material = ultimaker_petg -quality_type = normal -setting_version = 22 -type = quality -variant = AA 0.25 -weight = 0 - -[values] -material_print_temperature = =default_material_print_temperature - 15 -speed_infill = =math.ceil(speed_print * 40 / 55) -speed_topbottom = =math.ceil(speed_print * 30 / 55) -support_bottom_distance = =support_z_distance -support_interface_enable = True -support_top_distance = =support_z_distance -support_z_distance = =math.ceil(0.3/layer_height)*layer_height -top_bottom_thickness = 0.8 - diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_um-abs_0.06mm.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_um-abs_0.06mm.inst.cfg deleted file mode 100644 index 312afa0421..0000000000 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_um-abs_0.06mm.inst.cfg +++ /dev/null @@ -1,29 +0,0 @@ -[general] -definition = ultimaker_s3 -name = Extra Fine -version = 4 - -[metadata] -material = ultimaker_abs -quality_type = high -setting_version = 22 -type = quality -variant = AA 0.4 -weight = 1 - -[values] -machine_nozzle_cool_down_speed = 0.8 -machine_nozzle_heat_up_speed = 1.5 -material_final_print_temperature = =material_print_temperature - 20 -material_print_temperature = =default_material_print_temperature - 10 -prime_tower_enable = False -raft_airgap = 0.15 -speed_infill = =math.ceil(speed_print * 40 / 50) -speed_print = 50 -speed_topbottom = =math.ceil(speed_print * 30 / 50) -speed_wall = =math.ceil(speed_print * 30 / 50) -support_bottom_distance = =support_z_distance -support_interface_enable = True -support_top_distance = =support_z_distance -support_z_distance = =math.ceil(0.3/layer_height)*layer_height - diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_um-abs_0.15mm.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_um-abs_0.15mm.inst.cfg deleted file mode 100644 index 452c16dd53..0000000000 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_um-abs_0.15mm.inst.cfg +++ /dev/null @@ -1,75 +0,0 @@ -[general] -definition = ultimaker_s3 -name = Normal -version = 4 - -[metadata] -material = ultimaker_abs -quality_type = fast -setting_version = 22 -type = quality -variant = AA 0.4 -weight = -1 - -[values] -_plugin__curaenginegradualflow__0_1_0__gradual_flow_discretisation_step_size = 0.2 -_plugin__curaenginegradualflow__0_1_0__gradual_flow_enabled = True -_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 2 -acceleration_infill = =acceleration_print -acceleration_ironing = 1000 -acceleration_layer_0 = =acceleration_wall_0 -acceleration_print = 3500 -acceleration_roofing = =acceleration_wall_0 -acceleration_topbottom = =acceleration_wall -acceleration_wall = =acceleration_infill -acceleration_wall_0 = 1500 -acceleration_wall_x = =acceleration_wall -bridge_skin_speed = =bridge_wall_speed -bridge_sparse_infill_max_density = 50 -bridge_wall_speed = 30 -cool_min_layer_time = 4 -infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'grid' -infill_sparse_density = 15 -jerk_infill = =jerk_print -jerk_layer_0 = =jerk_wall_0 -jerk_print = =max(30, speed_print/2) -jerk_roofing = =jerk_wall_0 -jerk_topbottom = =jerk_wall -jerk_wall = =jerk_infill -jerk_wall_0 = =max(30, speed_wall_0/2) -machine_nozzle_cool_down_speed = 1.3 -machine_nozzle_heat_up_speed = 1.9 -material_extrusion_cool_down_speed = 0.8 -material_max_flowrate = 20 -meshfix_maximum_resolution = 0.7 -optimize_wall_printing_order = False -prime_tower_enable = False -raft_airgap = 0.15 -retraction_amount = 6.5 -retraction_prime_speed = 15 -retraction_speed = 45 -skin_no_small_gaps_heuristic = True -small_skin_on_surface = False -small_skin_width = 4 -speed_infill = =speed_print -speed_ironing = 20 -speed_layer_0 = =speed_roofing -speed_prime_tower = =speed_wall_0 -speed_print = 100 -speed_roofing = =math.ceil(speed_wall*(45/100)) -speed_support_interface = =speed_wall_0 -speed_topbottom = =speed_print -speed_wall = =speed_infill -speed_wall_0 = =math.ceil(speed_wall*(35/100)) -speed_wall_x = =speed_wall -support_bottom_distance = =support_z_distance -support_interface_enable = True -support_structure = tree -support_top_distance = =support_z_distance -support_z_distance = =math.ceil(0.3/layer_height)*layer_height -top_bottom_thickness = =max(1.2 , layer_height * 6) -wall_0_wipe_dist = 0.8 -z_seam_relative = True -z_seam_type = back -zig_zaggify_infill = True - diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_um-abs_0.1mm.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_um-abs_0.1mm.inst.cfg deleted file mode 100644 index b53e8275a2..0000000000 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_um-abs_0.1mm.inst.cfg +++ /dev/null @@ -1,29 +0,0 @@ -[general] -definition = ultimaker_s3 -name = Fine -version = 4 - -[metadata] -material = ultimaker_abs -quality_type = normal -setting_version = 22 -type = quality -variant = AA 0.4 -weight = 0 - -[values] -machine_nozzle_cool_down_speed = 0.85 -machine_nozzle_heat_up_speed = 1.5 -material_final_print_temperature = =material_print_temperature - 20 -material_print_temperature = =default_material_print_temperature - 5 -prime_tower_enable = False -raft_airgap = 0.15 -speed_infill = =math.ceil(speed_print * 40 / 55) -speed_print = 55 -speed_topbottom = =math.ceil(speed_print * 30 / 55) -speed_wall = =math.ceil(speed_print * 30 / 55) -support_bottom_distance = =support_z_distance -support_interface_enable = True -support_top_distance = =support_z_distance -support_z_distance = =math.ceil(0.3/layer_height)*layer_height - diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_um-abs_0.2mm.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_um-abs_0.2mm.inst.cfg deleted file mode 100644 index 3bbf42903b..0000000000 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_um-abs_0.2mm.inst.cfg +++ /dev/null @@ -1,76 +0,0 @@ -[general] -definition = ultimaker_s3 -name = Fast -version = 4 - -[metadata] -material = ultimaker_abs -quality_type = draft -setting_version = 22 -type = quality -variant = AA 0.4 -weight = -2 - -[values] -_plugin__curaenginegradualflow__0_1_0__gradual_flow_discretisation_step_size = 0.2 -_plugin__curaenginegradualflow__0_1_0__gradual_flow_enabled = True -_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 2 -acceleration_infill = =acceleration_print -acceleration_ironing = 1000 -acceleration_layer_0 = =acceleration_wall_0 -acceleration_print = 3500 -acceleration_roofing = =acceleration_wall_0 -acceleration_topbottom = =acceleration_wall -acceleration_wall = =acceleration_infill -acceleration_wall_0 = 1500 -acceleration_wall_x = =acceleration_wall -bridge_skin_speed = =bridge_wall_speed -bridge_sparse_infill_max_density = 50 -bridge_wall_speed = 30 -cool_min_layer_time = 4 -infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'grid' -infill_sparse_density = 15 -jerk_infill = =jerk_print -jerk_layer_0 = =jerk_wall_0 -jerk_print = =max(30, speed_print/2) -jerk_roofing = =jerk_wall_0 -jerk_topbottom = =jerk_wall -jerk_wall = =jerk_infill -jerk_wall_0 = =max(30, speed_wall_0/2) -machine_nozzle_cool_down_speed = 1.3 -machine_nozzle_heat_up_speed = 1.9 -material_extrusion_cool_down_speed = 0.8 -material_max_flowrate = 20 -material_print_temperature = =default_material_print_temperature + 5 -meshfix_maximum_resolution = 0.7 -optimize_wall_printing_order = False -prime_tower_enable = False -raft_airgap = 0.15 -retraction_amount = 6.5 -retraction_prime_speed = 15 -retraction_speed = 45 -skin_no_small_gaps_heuristic = True -small_skin_on_surface = False -small_skin_width = 4 -speed_infill = =speed_print -speed_ironing = 20 -speed_layer_0 = =speed_roofing -speed_prime_tower = =speed_wall_0 -speed_print = 100 -speed_roofing = =math.ceil(speed_wall*(45/100)) -speed_support_interface = =speed_wall_0 -speed_topbottom = =speed_print -speed_wall = =speed_infill -speed_wall_0 = =math.ceil(speed_wall*(35/100)) -speed_wall_x = =speed_wall -support_bottom_distance = =support_z_distance -support_interface_enable = True -support_structure = tree -support_top_distance = =support_z_distance -support_z_distance = =math.ceil(0.3/layer_height)*layer_height -top_bottom_thickness = =max(1.2 , layer_height * 6) -wall_0_wipe_dist = 0.8 -z_seam_relative = True -z_seam_type = back -zig_zaggify_infill = True - diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_um-abs_0.3mm.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_um-abs_0.3mm.inst.cfg deleted file mode 100644 index 0a5a935f72..0000000000 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_um-abs_0.3mm.inst.cfg +++ /dev/null @@ -1,77 +0,0 @@ -[general] -definition = ultimaker_s3 -name = Extra Fast -version = 4 - -[metadata] -material = ultimaker_abs -quality_type = verydraft -setting_version = 22 -type = quality -variant = AA 0.4 -weight = -3 - -[values] -_plugin__curaenginegradualflow__0_1_0__gradual_flow_discretisation_step_size = 0.2 -_plugin__curaenginegradualflow__0_1_0__gradual_flow_enabled = True -_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 2 -acceleration_infill = =acceleration_print -acceleration_ironing = 1000 -acceleration_layer_0 = =acceleration_wall_0 -acceleration_print = 3500 -acceleration_roofing = =acceleration_wall_0 -acceleration_topbottom = =acceleration_wall -acceleration_wall = =acceleration_infill -acceleration_wall_0 = 1500 -acceleration_wall_x = =acceleration_wall -bridge_skin_speed = =bridge_wall_speed -bridge_sparse_infill_max_density = 50 -bridge_wall_speed = 30 -cool_min_layer_time = 4 -infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'grid' -infill_sparse_density = 15 -jerk_infill = =jerk_print -jerk_layer_0 = =jerk_wall_0 -jerk_print = =max(30, speed_print/2) -jerk_roofing = =jerk_wall_0 -jerk_topbottom = =jerk_wall -jerk_wall = =jerk_infill -jerk_wall_0 = =max(30, speed_wall_0/2) -machine_nozzle_cool_down_speed = 1.3 -machine_nozzle_heat_up_speed = 1.9 -material_extrusion_cool_down_speed = 0.8 -material_max_flowrate = 20 -material_print_temperature = =default_material_print_temperature + 7 -meshfix_maximum_resolution = 0.7 -optimize_wall_printing_order = False -prime_tower_enable = False -raft_airgap = 0.15 -retraction_amount = 6.5 -retraction_prime_speed = 15 -retraction_speed = 45 -skin_no_small_gaps_heuristic = True -small_skin_on_surface = False -small_skin_width = 4 -speed_infill = =speed_print -speed_ironing = 20 -speed_layer_0 = =speed_roofing -speed_prime_tower = =speed_wall_0 -speed_print = 100 -speed_roofing = =math.ceil(speed_wall*(45/100)) -speed_support_interface = =speed_wall_0 -speed_topbottom = =speed_print -speed_wall = =speed_infill -speed_wall_0 = =math.ceil(speed_wall*(35/100)) -speed_wall_x = =speed_wall -support_bottom_distance = =support_z_distance -support_interface_enable = True -support_structure = tree -support_top_distance = =support_z_distance -support_z_distance = =math.ceil(0.3/layer_height)*layer_height -top_bottom_thickness = =max(1.2 , layer_height * 6) -wall_0_wipe_dist = 0.8 -wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25) -z_seam_relative = True -z_seam_type = back -zig_zaggify_infill = True - diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_um-petg_0.06mm.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_um-petg_0.06mm.inst.cfg deleted file mode 100644 index 1b7919bd02..0000000000 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_um-petg_0.06mm.inst.cfg +++ /dev/null @@ -1,27 +0,0 @@ -[general] -definition = ultimaker_s3 -name = Extra Fine -version = 4 - -[metadata] -material = ultimaker_petg -quality_type = high -setting_version = 22 -type = quality -variant = AA 0.4 -weight = 1 - -[values] -infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles' -machine_nozzle_cool_down_speed = 0.85 -machine_nozzle_heat_up_speed = 1.5 -material_print_temperature = =default_material_print_temperature - 10 -speed_infill = =math.ceil(speed_print * 40 / 50) -speed_print = 50 -speed_topbottom = =math.ceil(speed_print * 30 / 50) -speed_wall = =math.ceil(speed_print * 30 / 50) -support_bottom_distance = =support_z_distance -support_interface_enable = True -support_top_distance = =support_z_distance -support_z_distance = =math.ceil(0.3/layer_height)*layer_height - diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_um-petg_0.15mm.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_um-petg_0.15mm.inst.cfg deleted file mode 100644 index 5d0e2ddba9..0000000000 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_um-petg_0.15mm.inst.cfg +++ /dev/null @@ -1,74 +0,0 @@ -[general] -definition = ultimaker_s3 -name = Normal -version = 4 - -[metadata] -material = ultimaker_petg -quality_type = fast -setting_version = 22 -type = quality -variant = AA 0.4 -weight = -1 - -[values] -_plugin__curaenginegradualflow__0_1_0__gradual_flow_discretisation_step_size = 0.2 -_plugin__curaenginegradualflow__0_1_0__gradual_flow_enabled = True -_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 2 -acceleration_infill = =acceleration_print -acceleration_ironing = 1000 -acceleration_layer_0 = =acceleration_wall_0 -acceleration_print = 3500 -acceleration_roofing = =acceleration_wall_0 -acceleration_topbottom = =acceleration_wall -acceleration_wall = =acceleration_infill -acceleration_wall_0 = 1500 -acceleration_wall_x = =acceleration_wall -bridge_skin_speed = =bridge_wall_speed -bridge_sparse_infill_max_density = 50 -bridge_wall_speed = 30 -cool_min_layer_time = 4 -infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'grid' -infill_sparse_density = 15 -jerk_infill = =jerk_print -jerk_layer_0 = =jerk_wall_0 -jerk_print = =max(30, speed_print/2) -jerk_roofing = =jerk_wall_0 -jerk_topbottom = =jerk_wall -jerk_wall = =jerk_infill -jerk_wall_0 = =max(30, speed_wall_0/2) -machine_nozzle_cool_down_speed = 1.4 -machine_nozzle_heat_up_speed = 1.7 -material_extrusion_cool_down_speed = 0.7 -material_max_flowrate = 20 -meshfix_maximum_resolution = 0.7 -optimize_wall_printing_order = False -prime_tower_enable = False -retraction_amount = 8 -retraction_prime_speed = 15 -retraction_speed = 45 -skin_no_small_gaps_heuristic = True -small_skin_on_surface = False -small_skin_width = 4 -speed_infill = =speed_print -speed_ironing = 20 -speed_layer_0 = =speed_roofing -speed_prime_tower = =speed_wall_0 -speed_print = 100 -speed_roofing = =math.ceil(speed_wall*(45/100)) -speed_support_interface = =speed_wall_0 -speed_topbottom = =speed_print -speed_wall = =speed_infill -speed_wall_0 = =math.ceil(speed_wall*(35/100)) -speed_wall_x = =speed_wall -support_bottom_distance = =support_z_distance -support_interface_enable = True -support_structure = tree -support_top_distance = =support_z_distance -support_z_distance = =math.ceil(0.3/layer_height)*layer_height -top_bottom_thickness = =max(1.2 , layer_height * 6) -wall_0_wipe_dist = 0.8 -z_seam_relative = True -z_seam_type = back -zig_zaggify_infill = True - diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_um-petg_0.1mm.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_um-petg_0.1mm.inst.cfg deleted file mode 100644 index afa05aa2cf..0000000000 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_um-petg_0.1mm.inst.cfg +++ /dev/null @@ -1,27 +0,0 @@ -[general] -definition = ultimaker_s3 -name = Fine -version = 4 - -[metadata] -material = ultimaker_petg -quality_type = normal -setting_version = 22 -type = quality -variant = AA 0.4 -weight = 0 - -[values] -infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles' -machine_nozzle_cool_down_speed = 0.85 -machine_nozzle_heat_up_speed = 1.5 -material_print_temperature = =default_material_print_temperature - 5 -speed_infill = =math.ceil(speed_print * 45 / 55) -speed_print = 55 -speed_topbottom = =math.ceil(speed_print * 30 / 55) -speed_wall = =math.ceil(speed_print * 30 / 55) -support_bottom_distance = =support_z_distance -support_interface_enable = True -support_top_distance = =support_z_distance -support_z_distance = =math.ceil(0.3/layer_height)*layer_height - diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_um-petg_0.2mm.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_um-petg_0.2mm.inst.cfg deleted file mode 100644 index 2b438f4f6b..0000000000 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_um-petg_0.2mm.inst.cfg +++ /dev/null @@ -1,75 +0,0 @@ -[general] -definition = ultimaker_s3 -name = Fast -version = 4 - -[metadata] -material = ultimaker_petg -quality_type = draft -setting_version = 22 -type = quality -variant = AA 0.4 -weight = -2 - -[values] -_plugin__curaenginegradualflow__0_1_0__gradual_flow_discretisation_step_size = 0.2 -_plugin__curaenginegradualflow__0_1_0__gradual_flow_enabled = True -_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 2 -acceleration_infill = =acceleration_print -acceleration_ironing = 1000 -acceleration_layer_0 = =acceleration_wall_0 -acceleration_print = 3500 -acceleration_roofing = =acceleration_wall_0 -acceleration_topbottom = =acceleration_wall -acceleration_wall = =acceleration_infill -acceleration_wall_0 = 1500 -acceleration_wall_x = =acceleration_wall -bridge_skin_speed = =bridge_wall_speed -bridge_sparse_infill_max_density = 50 -bridge_wall_speed = 30 -cool_min_layer_time = 4 -infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'grid' -infill_sparse_density = 15 -jerk_infill = =jerk_print -jerk_layer_0 = =jerk_wall_0 -jerk_print = =max(30, speed_print/2) -jerk_roofing = =jerk_wall_0 -jerk_topbottom = =jerk_wall -jerk_wall = =jerk_infill -jerk_wall_0 = =max(30, speed_wall_0/2) -machine_nozzle_cool_down_speed = 1.4 -machine_nozzle_heat_up_speed = 1.7 -material_extrusion_cool_down_speed = 0.7 -material_max_flowrate = 20 -material_print_temperature = =default_material_print_temperature + 5 -meshfix_maximum_resolution = 0.7 -optimize_wall_printing_order = False -prime_tower_enable = False -retraction_amount = 8 -retraction_prime_speed = 15 -retraction_speed = 45 -skin_no_small_gaps_heuristic = True -small_skin_on_surface = False -small_skin_width = 4 -speed_infill = =speed_print -speed_ironing = 20 -speed_layer_0 = =speed_roofing -speed_prime_tower = =speed_wall_0 -speed_print = 100 -speed_roofing = =math.ceil(speed_wall*(45/100)) -speed_support_interface = =speed_wall_0 -speed_topbottom = =speed_print -speed_wall = =speed_infill -speed_wall_0 = =math.ceil(speed_wall*(35/100)) -speed_wall_x = =speed_wall -support_bottom_distance = =support_z_distance -support_interface_enable = True -support_structure = tree -support_top_distance = =support_z_distance -support_z_distance = =math.ceil(0.3/layer_height)*layer_height -top_bottom_thickness = =max(1.2 , layer_height * 6) -wall_0_wipe_dist = 0.8 -z_seam_relative = True -z_seam_type = back -zig_zaggify_infill = True - diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_um-petg_0.3mm.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_um-petg_0.3mm.inst.cfg deleted file mode 100644 index c5ed11169b..0000000000 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_um-petg_0.3mm.inst.cfg +++ /dev/null @@ -1,76 +0,0 @@ -[general] -definition = ultimaker_s3 -name = Extra Fast -version = 4 - -[metadata] -material = ultimaker_petg -quality_type = verydraft -setting_version = 22 -type = quality -variant = AA 0.4 -weight = -3 - -[values] -_plugin__curaenginegradualflow__0_1_0__gradual_flow_discretisation_step_size = 0.2 -_plugin__curaenginegradualflow__0_1_0__gradual_flow_enabled = True -_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 2 -acceleration_infill = =acceleration_print -acceleration_ironing = 1000 -acceleration_layer_0 = =acceleration_wall_0 -acceleration_print = 3500 -acceleration_roofing = =acceleration_wall_0 -acceleration_topbottom = =acceleration_wall -acceleration_wall = =acceleration_infill -acceleration_wall_0 = 1500 -acceleration_wall_x = =acceleration_wall -bridge_skin_speed = =bridge_wall_speed -bridge_sparse_infill_max_density = 50 -bridge_wall_speed = 30 -cool_min_layer_time = 4 -infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'grid' -infill_sparse_density = 15 -jerk_infill = =jerk_print -jerk_layer_0 = =jerk_wall_0 -jerk_print = =max(30, speed_print/2) -jerk_roofing = =jerk_wall_0 -jerk_topbottom = =jerk_wall -jerk_wall = =jerk_infill -jerk_wall_0 = =max(30, speed_wall_0/2) -machine_nozzle_cool_down_speed = 1.4 -machine_nozzle_heat_up_speed = 1.7 -material_extrusion_cool_down_speed = 0.7 -material_max_flowrate = 20 -material_print_temperature = =default_material_print_temperature + 5 -meshfix_maximum_resolution = 0.7 -optimize_wall_printing_order = False -prime_tower_enable = False -retraction_amount = 8 -retraction_prime_speed = 15 -retraction_speed = 45 -skin_no_small_gaps_heuristic = True -small_skin_on_surface = False -small_skin_width = 4 -speed_infill = =speed_print -speed_ironing = 20 -speed_layer_0 = =speed_roofing -speed_prime_tower = =speed_wall_0 -speed_print = 100 -speed_roofing = =math.ceil(speed_wall*(45/100)) -speed_support_interface = =speed_wall_0 -speed_topbottom = =speed_print -speed_wall = =speed_infill -speed_wall_0 = =math.ceil(speed_wall*(35/100)) -speed_wall_x = =speed_wall -support_bottom_distance = =support_z_distance -support_interface_enable = True -support_structure = tree -support_top_distance = =support_z_distance -support_z_distance = =math.ceil(0.3/layer_height)*layer_height -top_bottom_thickness = =max(1.2 , layer_height * 6) -wall_0_wipe_dist = 0.8 -wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25) -z_seam_relative = True -z_seam_type = back -zig_zaggify_infill = True - diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_um-pla_0.15mm.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_um-pla_0.15mm.inst.cfg index 20904fadb4..e6c9360624 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_um-pla_0.15mm.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_um-pla_0.15mm.inst.cfg @@ -60,7 +60,7 @@ speed_roofing = =math.ceil(speed_wall*(45/100)) speed_support_interface = =speed_wall_0 speed_topbottom = =speed_print speed_wall = =speed_infill -speed_wall_0 = =math.ceil(speed_wall*(35/100)) +speed_wall_0 = =math.ceil(speed_wall*(30/100)) speed_wall_x = =speed_wall support_bottom_distance = =support_z_distance support_interface_enable = True diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_um-pla_0.2mm.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_um-pla_0.2mm.inst.cfg index d96227d2c2..43d14439b5 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_um-pla_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_um-pla_0.2mm.inst.cfg @@ -61,7 +61,7 @@ speed_roofing = =math.ceil(speed_wall*(45/100)) speed_support_interface = =speed_wall_0 speed_topbottom = =speed_print speed_wall = =speed_infill -speed_wall_0 = =math.ceil(speed_wall*(35/100)) +speed_wall_0 = =math.ceil(speed_wall*(30/100)) speed_wall_x = =speed_wall support_bottom_distance = =support_z_distance support_interface_enable = True diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_um-pla_0.3mm.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_um-pla_0.3mm.inst.cfg index 6c8c8b9628..c587c259cd 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_um-pla_0.3mm.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_um-pla_0.3mm.inst.cfg @@ -61,7 +61,7 @@ speed_roofing = =math.ceil(speed_wall*(45/100)) speed_support_interface = =speed_wall_0 speed_topbottom = =speed_print speed_wall = =speed_infill -speed_wall_0 = =math.ceil(speed_wall*(35/100)) +speed_wall_0 = =math.ceil(speed_wall*(30/100)) speed_wall_x = =speed_wall support_bottom_distance = =support_z_distance support_interface_enable = True diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_um-tough-pla_0.15mm.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_um-tough-pla_0.15mm.inst.cfg index f40e444af5..8e744b07ee 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_um-tough-pla_0.15mm.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_um-tough-pla_0.15mm.inst.cfg @@ -60,7 +60,7 @@ speed_roofing = =math.ceil(speed_wall*(45/100)) speed_support_interface = =speed_wall_0 speed_topbottom = =speed_print speed_wall = =speed_infill -speed_wall_0 = =math.ceil(speed_wall*(35/100)) +speed_wall_0 = =math.ceil(speed_wall*(30/100)) speed_wall_x = =speed_wall support_bottom_distance = =support_z_distance support_interface_enable = True diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_um-tough-pla_0.2mm.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_um-tough-pla_0.2mm.inst.cfg index bbf23a312a..ef25da0c2f 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_um-tough-pla_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_um-tough-pla_0.2mm.inst.cfg @@ -60,7 +60,7 @@ speed_roofing = =math.ceil(speed_wall*(45/100)) speed_support_interface = =speed_wall_0 speed_topbottom = =speed_print speed_wall = =speed_infill -speed_wall_0 = =math.ceil(speed_wall*(35/100)) +speed_wall_0 = =math.ceil(speed_wall*(30/100)) speed_wall_x = =speed_wall support_bottom_distance = =support_z_distance support_interface_enable = True diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_um-tough-pla_0.3mm.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_um-tough-pla_0.3mm.inst.cfg index d244baf095..b2da6e6244 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.4_um-tough-pla_0.3mm.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_um-tough-pla_0.3mm.inst.cfg @@ -61,7 +61,7 @@ speed_roofing = =math.ceil(speed_wall*(45/100)) speed_support_interface = =speed_wall_0 speed_topbottom = =speed_print speed_wall = =speed_infill -speed_wall_0 = =math.ceil(speed_wall*(35/100)) +speed_wall_0 = =math.ceil(speed_wall*(30/100)) speed_wall_x = =speed_wall support_bottom_distance = =support_z_distance support_interface_enable = True diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_um-abs_0.2mm.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_um-abs_0.2mm.inst.cfg deleted file mode 100644 index 4bd02c1943..0000000000 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_um-abs_0.2mm.inst.cfg +++ /dev/null @@ -1,75 +0,0 @@ -[general] -definition = ultimaker_s3 -name = Fast -version = 4 - -[metadata] -material = ultimaker_abs -quality_type = draft -setting_version = 22 -type = quality -variant = AA 0.8 -weight = -2 - -[values] -_plugin__curaenginegradualflow__0_1_0__gradual_flow_discretisation_step_size = 0.2 -_plugin__curaenginegradualflow__0_1_0__gradual_flow_enabled = True -_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 2 -acceleration_infill = =acceleration_print -acceleration_ironing = 1000 -acceleration_layer_0 = =acceleration_wall_0 -acceleration_print = 3500 -acceleration_roofing = =acceleration_wall_0 -acceleration_topbottom = =acceleration_wall -acceleration_wall = =acceleration_infill -acceleration_wall_0 = 1500 -acceleration_wall_x = =acceleration_wall -bridge_skin_speed = =bridge_wall_speed -bridge_sparse_infill_max_density = 50 -bridge_wall_speed = 30 -cool_min_layer_time = 4 -infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'grid' -infill_sparse_density = 15 -jerk_infill = =jerk_print -jerk_layer_0 = =jerk_wall_0 -jerk_print = =max(30, speed_print/2) -jerk_roofing = =jerk_wall_0 -jerk_topbottom = =jerk_wall -jerk_wall = =jerk_infill -jerk_wall_0 = =max(30, speed_wall_0/2) -machine_nozzle_cool_down_speed = 1.3 -machine_nozzle_heat_up_speed = 1.9 -material_extrusion_cool_down_speed = 0.8 -material_flow = 93 -material_max_flowrate = 22 -material_print_temperature = =default_material_print_temperature + 5 -meshfix_maximum_resolution = 0.7 -optimize_wall_printing_order = False -prime_tower_enable = True -raft_airgap = 0.15 -retraction_amount = 6.5 -retraction_prime_speed = 15 -retraction_speed = 45 -skin_no_small_gaps_heuristic = True -small_skin_on_surface = False -small_skin_width = 4 -speed_infill = =speed_print -speed_ironing = 20 -speed_layer_0 = =speed_roofing -speed_prime_tower = =speed_wall_0 -speed_print = 100 -speed_roofing = =math.ceil(speed_wall*(45/100)) -speed_support_interface = =speed_wall_0 -speed_topbottom = =speed_print -speed_wall = =speed_infill -speed_wall_0 = =math.ceil(speed_wall*(35/100)) -speed_wall_x = =speed_wall -support_angle = 70 -support_interface_enable = False -support_structure = tree -top_bottom_thickness = =max(1.2 , layer_height * 6) -wall_0_wipe_dist = 0.8 -z_seam_relative = True -z_seam_type = back -zig_zaggify_infill = True - diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_um-abs_0.3mm.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_um-abs_0.3mm.inst.cfg deleted file mode 100644 index 1d017a242f..0000000000 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_um-abs_0.3mm.inst.cfg +++ /dev/null @@ -1,75 +0,0 @@ -[general] -definition = ultimaker_s3 -name = Extra Fast -version = 4 - -[metadata] -material = ultimaker_abs -quality_type = verydraft -setting_version = 22 -type = quality -variant = AA 0.8 -weight = -3 - -[values] -_plugin__curaenginegradualflow__0_1_0__gradual_flow_discretisation_step_size = 0.2 -_plugin__curaenginegradualflow__0_1_0__gradual_flow_enabled = True -_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 2 -acceleration_infill = =acceleration_print -acceleration_ironing = 1000 -acceleration_layer_0 = =acceleration_wall_0 -acceleration_print = 3500 -acceleration_roofing = =acceleration_wall_0 -acceleration_topbottom = =acceleration_wall -acceleration_wall = =acceleration_infill -acceleration_wall_0 = 1500 -acceleration_wall_x = =acceleration_wall -bridge_skin_speed = =bridge_wall_speed -bridge_sparse_infill_max_density = 50 -bridge_wall_speed = 30 -cool_min_layer_time = 4 -infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'grid' -infill_sparse_density = 15 -jerk_infill = =jerk_print -jerk_layer_0 = =jerk_wall_0 -jerk_print = =max(30, speed_print/2) -jerk_roofing = =jerk_wall_0 -jerk_topbottom = =jerk_wall -jerk_wall = =jerk_infill -jerk_wall_0 = =max(30, speed_wall_0/2) -machine_nozzle_cool_down_speed = 1.3 -machine_nozzle_heat_up_speed = 1.9 -material_extrusion_cool_down_speed = 0.8 -material_flow = 93 -material_max_flowrate = 22 -material_print_temperature = =default_material_print_temperature + 7 -optimize_wall_printing_order = False -prime_tower_enable = True -raft_airgap = 0.15 -retraction_amount = 6.5 -retraction_prime_speed = 15 -retraction_speed = 45 -skin_no_small_gaps_heuristic = True -small_skin_on_surface = False -small_skin_width = 4 -speed_infill = =speed_print -speed_ironing = 20 -speed_layer_0 = =speed_roofing -speed_prime_tower = =speed_wall_0 -speed_print = 75 -speed_roofing = =math.ceil(speed_wall*(45/100)) -speed_support_interface = =speed_wall_0 -speed_topbottom = =speed_print -speed_wall = =speed_infill -speed_wall_0 = =math.ceil(speed_wall*(35/75)) -speed_wall_x = =speed_wall -support_angle = 70 -support_interface_enable = False -support_structure = tree -top_bottom_thickness = =max(1.2 , layer_height * 6) -wall_0_wipe_dist = 0.8 -wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25) -z_seam_relative = True -z_seam_type = back -zig_zaggify_infill = True - diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_um-abs_0.4mm.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_um-abs_0.4mm.inst.cfg deleted file mode 100644 index e11e08a6c9..0000000000 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_um-abs_0.4mm.inst.cfg +++ /dev/null @@ -1,75 +0,0 @@ -[general] -definition = ultimaker_s3 -name = Sprint -version = 4 - -[metadata] -material = ultimaker_abs -quality_type = superdraft -setting_version = 22 -type = quality -variant = AA 0.8 -weight = -4 - -[values] -_plugin__curaenginegradualflow__0_1_0__gradual_flow_discretisation_step_size = 0.2 -_plugin__curaenginegradualflow__0_1_0__gradual_flow_enabled = True -_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 2 -acceleration_infill = =acceleration_print -acceleration_ironing = 1000 -acceleration_layer_0 = =acceleration_wall_0 -acceleration_print = 3500 -acceleration_roofing = =acceleration_wall_0 -acceleration_topbottom = =acceleration_wall -acceleration_wall = =acceleration_infill -acceleration_wall_0 = 1500 -acceleration_wall_x = =acceleration_wall -bridge_skin_speed = =bridge_wall_speed -bridge_sparse_infill_max_density = 50 -bridge_wall_speed = 30 -cool_min_layer_time = 4 -infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'grid' -infill_sparse_density = 15 -jerk_infill = =jerk_print -jerk_layer_0 = =jerk_wall_0 -jerk_print = =max(30, speed_print/2) -jerk_roofing = =jerk_wall_0 -jerk_topbottom = =jerk_wall -jerk_wall = =jerk_infill -jerk_wall_0 = =max(30, speed_wall_0/2) -machine_nozzle_cool_down_speed = 1.3 -machine_nozzle_heat_up_speed = 1.9 -material_extrusion_cool_down_speed = 0.8 -material_flow = 93 -material_max_flowrate = 22 -material_print_temperature = =default_material_print_temperature + 10 -optimize_wall_printing_order = False -prime_tower_enable = True -raft_airgap = 0.15 -retraction_amount = 6.5 -retraction_prime_speed = 15 -retraction_speed = 45 -skin_no_small_gaps_heuristic = True -small_skin_on_surface = False -small_skin_width = 4 -speed_infill = =speed_print -speed_ironing = 20 -speed_layer_0 = =speed_roofing -speed_prime_tower = =speed_wall_0 -speed_print = 50 -speed_roofing = =math.ceil(speed_wall*(45/100)) -speed_support_interface = =speed_wall_0 -speed_topbottom = =speed_print -speed_wall = =speed_infill -speed_wall_0 = =math.ceil(speed_wall*(35/50)) -speed_wall_x = =speed_wall -support_angle = 70 -support_interface_enable = False -support_structure = tree -top_bottom_thickness = =max(1.2 , layer_height * 6) -wall_0_wipe_dist = 0.8 -wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25) -z_seam_relative = True -z_seam_type = back -zig_zaggify_infill = True - diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_um-petg_0.2mm.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_um-petg_0.2mm.inst.cfg deleted file mode 100644 index 04d6feea38..0000000000 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_um-petg_0.2mm.inst.cfg +++ /dev/null @@ -1,74 +0,0 @@ -[general] -definition = ultimaker_s3 -name = Fast -version = 4 - -[metadata] -material = ultimaker_petg -quality_type = draft -setting_version = 22 -type = quality -variant = AA 0.8 -weight = -2 - -[values] -_plugin__curaenginegradualflow__0_1_0__gradual_flow_discretisation_step_size = 0.2 -_plugin__curaenginegradualflow__0_1_0__gradual_flow_enabled = True -_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 2 -acceleration_infill = =acceleration_print -acceleration_ironing = 1000 -acceleration_layer_0 = =acceleration_wall_0 -acceleration_print = 3500 -acceleration_roofing = =acceleration_wall_0 -acceleration_topbottom = =acceleration_wall -acceleration_wall = =acceleration_infill -acceleration_wall_0 = 1500 -acceleration_wall_x = =acceleration_wall -bridge_skin_speed = =bridge_wall_speed -bridge_sparse_infill_max_density = 50 -bridge_wall_speed = 30 -cool_min_layer_time = 4 -infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'grid' -infill_sparse_density = 15 -jerk_infill = =jerk_print -jerk_layer_0 = =jerk_wall_0 -jerk_print = =max(30, speed_print/2) -jerk_roofing = =jerk_wall_0 -jerk_topbottom = =jerk_wall -jerk_wall = =jerk_infill -jerk_wall_0 = =max(30, speed_wall_0/2) -machine_nozzle_cool_down_speed = 1.4 -machine_nozzle_heat_up_speed = 1.7 -material_extrusion_cool_down_speed = 0.7 -material_flow = 93 -material_max_flowrate = 23 -material_print_temperature = =default_material_print_temperature - 5 -meshfix_maximum_resolution = 0.7 -optimize_wall_printing_order = False -prime_tower_enable = True -retraction_amount = 8 -retraction_prime_speed = 15 -retraction_speed = 45 -skin_no_small_gaps_heuristic = True -small_skin_on_surface = False -small_skin_width = 4 -speed_infill = =speed_print -speed_ironing = 20 -speed_layer_0 = =speed_roofing -speed_prime_tower = =speed_wall_0 -speed_print = 100 -speed_roofing = =math.ceil(speed_wall*(45/100)) -speed_support_interface = =speed_wall_0 -speed_topbottom = =speed_print -speed_wall = =speed_infill -speed_wall_0 = =math.ceil(speed_wall*(35/100)) -speed_wall_x = =speed_wall -support_angle = 70 -support_interface_enable = False -support_structure = tree -top_bottom_thickness = =max(1.2 , layer_height * 6) -wall_0_wipe_dist = 0.8 -z_seam_relative = True -z_seam_type = back -zig_zaggify_infill = True - diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_um-petg_0.3mm.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_um-petg_0.3mm.inst.cfg deleted file mode 100644 index 5ad42176e3..0000000000 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_um-petg_0.3mm.inst.cfg +++ /dev/null @@ -1,74 +0,0 @@ -[general] -definition = ultimaker_s3 -name = Extra Fast -version = 4 - -[metadata] -material = ultimaker_petg -quality_type = verydraft -setting_version = 22 -type = quality -variant = AA 0.8 -weight = -3 - -[values] -_plugin__curaenginegradualflow__0_1_0__gradual_flow_discretisation_step_size = 0.2 -_plugin__curaenginegradualflow__0_1_0__gradual_flow_enabled = True -_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 2 -acceleration_infill = =acceleration_print -acceleration_ironing = 1000 -acceleration_layer_0 = =acceleration_wall_0 -acceleration_print = 3500 -acceleration_roofing = =acceleration_wall_0 -acceleration_topbottom = =acceleration_wall -acceleration_wall = =acceleration_infill -acceleration_wall_0 = 1500 -acceleration_wall_x = =acceleration_wall -bridge_skin_speed = =bridge_wall_speed -bridge_sparse_infill_max_density = 50 -bridge_wall_speed = 30 -cool_min_layer_time = 4 -infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'grid' -infill_sparse_density = 15 -jerk_infill = =jerk_print -jerk_layer_0 = =jerk_wall_0 -jerk_print = =max(30, speed_print/2) -jerk_roofing = =jerk_wall_0 -jerk_topbottom = =jerk_wall -jerk_wall = =jerk_infill -jerk_wall_0 = =max(30, speed_wall_0/2) -machine_nozzle_cool_down_speed = 1.4 -machine_nozzle_heat_up_speed = 1.7 -material_extrusion_cool_down_speed = 0.7 -material_flow = 93 -material_max_flowrate = 23 -material_print_temperature = =default_material_print_temperature - 5 -optimize_wall_printing_order = False -prime_tower_enable = True -retraction_amount = 8 -retraction_prime_speed = 15 -retraction_speed = 45 -skin_no_small_gaps_heuristic = True -small_skin_on_surface = False -small_skin_width = 4 -speed_infill = =speed_print -speed_ironing = 20 -speed_layer_0 = =speed_roofing -speed_prime_tower = =speed_wall_0 -speed_print = 75 -speed_roofing = =math.ceil(speed_wall*(45/100)) -speed_support_interface = =speed_wall_0 -speed_topbottom = =speed_print -speed_wall = =speed_infill -speed_wall_0 = =math.ceil(speed_wall*(35/75)) -speed_wall_x = =speed_wall -support_angle = 70 -support_interface_enable = False -support_structure = tree -top_bottom_thickness = =max(1.2 , layer_height * 6) -wall_0_wipe_dist = 0.8 -wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25) -z_seam_relative = True -z_seam_type = back -zig_zaggify_infill = True - diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_um-petg_0.4mm.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_um-petg_0.4mm.inst.cfg deleted file mode 100644 index 0ee56517a4..0000000000 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_um-petg_0.4mm.inst.cfg +++ /dev/null @@ -1,74 +0,0 @@ -[general] -definition = ultimaker_s3 -name = Sprint -version = 4 - -[metadata] -material = ultimaker_petg -quality_type = superdraft -setting_version = 22 -type = quality -variant = AA 0.8 -weight = -4 - -[values] -_plugin__curaenginegradualflow__0_1_0__gradual_flow_discretisation_step_size = 0.2 -_plugin__curaenginegradualflow__0_1_0__gradual_flow_enabled = True -_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 2 -acceleration_infill = =acceleration_print -acceleration_ironing = 1000 -acceleration_layer_0 = =acceleration_wall_0 -acceleration_print = 3500 -acceleration_roofing = =acceleration_wall_0 -acceleration_topbottom = =acceleration_wall -acceleration_wall = =acceleration_infill -acceleration_wall_0 = 1500 -acceleration_wall_x = =acceleration_wall -bridge_skin_speed = =bridge_wall_speed -bridge_sparse_infill_max_density = 50 -bridge_wall_speed = 30 -cool_min_layer_time = 4 -infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'grid' -infill_sparse_density = 15 -jerk_infill = =jerk_print -jerk_layer_0 = =jerk_wall_0 -jerk_print = =max(30, speed_print/2) -jerk_roofing = =jerk_wall_0 -jerk_topbottom = =jerk_wall -jerk_wall = =jerk_infill -jerk_wall_0 = =max(30, speed_wall_0/2) -machine_nozzle_cool_down_speed = 1.4 -machine_nozzle_heat_up_speed = 1.7 -material_extrusion_cool_down_speed = 0.7 -material_flow = 93 -material_max_flowrate = 23 -material_print_temperature = =default_material_print_temperature - 5 -optimize_wall_printing_order = False -prime_tower_enable = True -retraction_amount = 8 -retraction_prime_speed = 15 -retraction_speed = 45 -skin_no_small_gaps_heuristic = True -small_skin_on_surface = False -small_skin_width = 4 -speed_infill = =speed_print -speed_ironing = 20 -speed_layer_0 = =speed_roofing -speed_prime_tower = =speed_wall_0 -speed_print = 50 -speed_roofing = =math.ceil(speed_wall*(45/100)) -speed_support_interface = =speed_wall_0 -speed_topbottom = =speed_print -speed_wall = =speed_infill -speed_wall_0 = =math.ceil(speed_wall*(35/50)) -speed_wall_x = =speed_wall -support_angle = 70 -support_interface_enable = False -support_structure = tree -top_bottom_thickness = =max(1.2 , layer_height * 6) -wall_0_wipe_dist = 0.8 -wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25) -z_seam_relative = True -z_seam_type = back -zig_zaggify_infill = True - diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_um-pla_0.2mm.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_um-pla_0.2mm.inst.cfg index 3912da043d..bc2228b410 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_um-pla_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_um-pla_0.2mm.inst.cfg @@ -62,7 +62,7 @@ speed_roofing = =math.ceil(speed_wall*(45/100)) speed_support_interface = =speed_wall_0 speed_topbottom = =speed_print speed_wall = =speed_infill -speed_wall_0 = =math.ceil(speed_wall*(35/100)) +speed_wall_0 = =math.ceil(speed_wall*(30/100)) speed_wall_x = =speed_wall support_angle = 70 support_interface_enable = False diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_um-pla_0.3mm.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_um-pla_0.3mm.inst.cfg index af4ea31733..dd11f01825 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_um-pla_0.3mm.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_um-pla_0.3mm.inst.cfg @@ -61,7 +61,7 @@ speed_roofing = =math.ceil(speed_wall*(45/100)) speed_support_interface = =speed_wall_0 speed_topbottom = =speed_print speed_wall = =speed_infill -speed_wall_0 = =math.ceil(speed_wall*(35/65)) +speed_wall_0 = =math.ceil(speed_wall*(30/65)) speed_wall_x = =speed_wall support_angle = 70 support_interface_enable = False diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_um-pla_0.4mm.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_um-pla_0.4mm.inst.cfg index dec66826d0..143245b59b 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_um-pla_0.4mm.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_um-pla_0.4mm.inst.cfg @@ -61,7 +61,7 @@ speed_roofing = =math.ceil(speed_wall*(45/100)) speed_support_interface = =speed_wall_0 speed_topbottom = =speed_print speed_wall = =speed_infill -speed_wall_0 = =math.ceil(speed_wall*(35/45)) +speed_wall_0 = =math.ceil(speed_wall*(30/45)) speed_wall_x = =speed_wall support_angle = 70 support_interface_enable = False diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_um-tough-pla_0.2mm.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_um-tough-pla_0.2mm.inst.cfg index 9536cbe9b2..dff75787fd 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_um-tough-pla_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_um-tough-pla_0.2mm.inst.cfg @@ -62,7 +62,7 @@ speed_roofing = =math.ceil(speed_wall*(45/100)) speed_support_interface = =speed_wall_0 speed_topbottom = =speed_print speed_wall = =speed_infill -speed_wall_0 = =math.ceil(speed_wall*(35/100)) +speed_wall_0 = =math.ceil(speed_wall*(30/100)) speed_wall_x = =speed_wall support_angle = 70 support_interface_enable = False diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_um-tough-pla_0.3mm.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_um-tough-pla_0.3mm.inst.cfg index 11e583ed34..371c2b26a8 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_um-tough-pla_0.3mm.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_um-tough-pla_0.3mm.inst.cfg @@ -61,7 +61,7 @@ speed_roofing = =math.ceil(speed_wall*(45/100)) speed_support_interface = =speed_wall_0 speed_topbottom = =speed_print speed_wall = =speed_infill -speed_wall_0 = =math.ceil(speed_wall*(35/65)) +speed_wall_0 = =math.ceil(speed_wall*(30/65)) speed_wall_x = =speed_wall support_angle = 70 support_interface_enable = False diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_um-tough-pla_0.4mm.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_um-tough-pla_0.4mm.inst.cfg index 1ae342962e..e2f52a4b8a 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_um-tough-pla_0.4mm.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_um-tough-pla_0.4mm.inst.cfg @@ -61,7 +61,7 @@ speed_roofing = =math.ceil(speed_wall*(45/100)) speed_support_interface = =speed_wall_0 speed_topbottom = =speed_print speed_wall = =speed_infill -speed_wall_0 = =math.ceil(speed_wall*(35/45)) +speed_wall_0 = =math.ceil(speed_wall*(30/45)) speed_wall_x = =speed_wall support_angle = 70 support_interface_enable = False diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.25_um-abs_0.1mm.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.25_um-abs_0.1mm.inst.cfg deleted file mode 100644 index 1b6c680650..0000000000 --- a/resources/quality/ultimaker_s5/um_s5_aa0.25_um-abs_0.1mm.inst.cfg +++ /dev/null @@ -1,21 +0,0 @@ -[general] -definition = ultimaker_s5 -name = Fine -version = 4 - -[metadata] -material = ultimaker_abs -quality_type = normal -setting_version = 22 -type = quality -variant = AA 0.25 -weight = 0 - -[values] -material_print_temperature = =default_material_print_temperature - 20 -speed_topbottom = =math.ceil(speed_print * 30 / 55) -support_bottom_distance = =support_z_distance -support_interface_enable = True -support_top_distance = =support_z_distance -support_z_distance = =math.ceil(0.3/layer_height)*layer_height - diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.25_um-petg_0.1mm.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.25_um-petg_0.1mm.inst.cfg deleted file mode 100644 index c5cadca4bd..0000000000 --- a/resources/quality/ultimaker_s5/um_s5_aa0.25_um-petg_0.1mm.inst.cfg +++ /dev/null @@ -1,23 +0,0 @@ -[general] -definition = ultimaker_s5 -name = Fine -version = 4 - -[metadata] -material = ultimaker_petg -quality_type = normal -setting_version = 22 -type = quality -variant = AA 0.25 -weight = 0 - -[values] -material_print_temperature = =default_material_print_temperature - 15 -speed_infill = =math.ceil(speed_print * 40 / 55) -speed_topbottom = =math.ceil(speed_print * 30 / 55) -support_bottom_distance = =support_z_distance -support_interface_enable = True -support_top_distance = =support_z_distance -support_z_distance = =math.ceil(0.3/layer_height)*layer_height -top_bottom_thickness = 0.8 - diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_um-abs_0.06mm.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_um-abs_0.06mm.inst.cfg deleted file mode 100644 index a69ff33f76..0000000000 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_um-abs_0.06mm.inst.cfg +++ /dev/null @@ -1,29 +0,0 @@ -[general] -definition = ultimaker_s5 -name = Extra Fine -version = 4 - -[metadata] -material = ultimaker_abs -quality_type = high -setting_version = 22 -type = quality -variant = AA 0.4 -weight = 1 - -[values] -machine_nozzle_cool_down_speed = 0.8 -machine_nozzle_heat_up_speed = 1.5 -material_final_print_temperature = =material_print_temperature - 20 -material_print_temperature = =default_material_print_temperature - 10 -prime_tower_enable = False -raft_airgap = 0.15 -speed_infill = =math.ceil(speed_print * 40 / 50) -speed_print = 50 -speed_topbottom = =math.ceil(speed_print * 30 / 50) -speed_wall = =math.ceil(speed_print * 30 / 50) -support_bottom_distance = =support_z_distance -support_interface_enable = True -support_top_distance = =support_z_distance -support_z_distance = =math.ceil(0.3/layer_height)*layer_height - diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_um-abs_0.15mm.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_um-abs_0.15mm.inst.cfg deleted file mode 100644 index 92dc932549..0000000000 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_um-abs_0.15mm.inst.cfg +++ /dev/null @@ -1,75 +0,0 @@ -[general] -definition = ultimaker_s5 -name = Normal -version = 4 - -[metadata] -material = ultimaker_abs -quality_type = fast -setting_version = 22 -type = quality -variant = AA 0.4 -weight = -1 - -[values] -_plugin__curaenginegradualflow__0_1_0__gradual_flow_discretisation_step_size = 0.2 -_plugin__curaenginegradualflow__0_1_0__gradual_flow_enabled = True -_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 2 -acceleration_infill = =acceleration_print -acceleration_ironing = 1000 -acceleration_layer_0 = =acceleration_wall_0 -acceleration_print = 3500 -acceleration_roofing = =acceleration_wall_0 -acceleration_topbottom = =acceleration_wall -acceleration_wall = =acceleration_infill -acceleration_wall_0 = 1500 -acceleration_wall_x = =acceleration_wall -bridge_skin_speed = =bridge_wall_speed -bridge_sparse_infill_max_density = 50 -bridge_wall_speed = 30 -cool_min_layer_time = 4 -infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'grid' -infill_sparse_density = 15 -jerk_infill = =jerk_print -jerk_layer_0 = =jerk_wall_0 -jerk_print = =max(30, speed_print/2) -jerk_roofing = =jerk_wall_0 -jerk_topbottom = =jerk_wall -jerk_wall = =jerk_infill -jerk_wall_0 = =max(30, speed_wall_0/2) -machine_nozzle_cool_down_speed = 1.3 -machine_nozzle_heat_up_speed = 1.9 -material_extrusion_cool_down_speed = 0.8 -material_max_flowrate = 20 -meshfix_maximum_resolution = 0.7 -optimize_wall_printing_order = False -prime_tower_enable = False -raft_airgap = 0.15 -retraction_amount = 6.5 -retraction_prime_speed = 15 -retraction_speed = 45 -skin_no_small_gaps_heuristic = True -small_skin_on_surface = False -small_skin_width = 4 -speed_infill = =speed_print -speed_ironing = 20 -speed_layer_0 = =speed_roofing -speed_prime_tower = =speed_wall_0 -speed_print = 100 -speed_roofing = =math.ceil(speed_wall*(45/100)) -speed_support_interface = =speed_wall_0 -speed_topbottom = =speed_print -speed_wall = =speed_infill -speed_wall_0 = =math.ceil(speed_wall*(35/100)) -speed_wall_x = =speed_wall -support_bottom_distance = =support_z_distance -support_interface_enable = True -support_structure = tree -support_top_distance = =support_z_distance -support_z_distance = =math.ceil(0.3/layer_height)*layer_height -top_bottom_thickness = =max(1.2 , layer_height * 6) -wall_0_wipe_dist = 0.8 -z_seam_relative = True -z_seam_type = back -zig_zaggify_infill = True - diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_um-abs_0.1mm.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_um-abs_0.1mm.inst.cfg deleted file mode 100644 index ca659622cb..0000000000 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_um-abs_0.1mm.inst.cfg +++ /dev/null @@ -1,29 +0,0 @@ -[general] -definition = ultimaker_s5 -name = Fine -version = 4 - -[metadata] -material = ultimaker_abs -quality_type = normal -setting_version = 22 -type = quality -variant = AA 0.4 -weight = 0 - -[values] -machine_nozzle_cool_down_speed = 0.85 -machine_nozzle_heat_up_speed = 1.5 -material_final_print_temperature = =material_print_temperature - 20 -material_print_temperature = =default_material_print_temperature - 5 -prime_tower_enable = False -raft_airgap = 0.15 -speed_infill = =math.ceil(speed_print * 40 / 55) -speed_print = 55 -speed_topbottom = =math.ceil(speed_print * 30 / 55) -speed_wall = =math.ceil(speed_print * 30 / 55) -support_bottom_distance = =support_z_distance -support_interface_enable = True -support_top_distance = =support_z_distance -support_z_distance = =math.ceil(0.3/layer_height)*layer_height - diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_um-abs_0.2mm.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_um-abs_0.2mm.inst.cfg deleted file mode 100644 index 4f85f2a0fd..0000000000 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_um-abs_0.2mm.inst.cfg +++ /dev/null @@ -1,76 +0,0 @@ -[general] -definition = ultimaker_s5 -name = Fast -version = 4 - -[metadata] -material = ultimaker_abs -quality_type = draft -setting_version = 22 -type = quality -variant = AA 0.4 -weight = -2 - -[values] -_plugin__curaenginegradualflow__0_1_0__gradual_flow_discretisation_step_size = 0.2 -_plugin__curaenginegradualflow__0_1_0__gradual_flow_enabled = True -_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 2 -acceleration_infill = =acceleration_print -acceleration_ironing = 1000 -acceleration_layer_0 = =acceleration_wall_0 -acceleration_print = 3500 -acceleration_roofing = =acceleration_wall_0 -acceleration_topbottom = =acceleration_wall -acceleration_wall = =acceleration_infill -acceleration_wall_0 = 1500 -acceleration_wall_x = =acceleration_wall -bridge_skin_speed = =bridge_wall_speed -bridge_sparse_infill_max_density = 50 -bridge_wall_speed = 30 -cool_min_layer_time = 4 -infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'grid' -infill_sparse_density = 15 -jerk_infill = =jerk_print -jerk_layer_0 = =jerk_wall_0 -jerk_print = =max(30, speed_print/2) -jerk_roofing = =jerk_wall_0 -jerk_topbottom = =jerk_wall -jerk_wall = =jerk_infill -jerk_wall_0 = =max(30, speed_wall_0/2) -machine_nozzle_cool_down_speed = 1.3 -machine_nozzle_heat_up_speed = 1.9 -material_extrusion_cool_down_speed = 0.8 -material_max_flowrate = 20 -material_print_temperature = =default_material_print_temperature + 5 -meshfix_maximum_resolution = 0.7 -optimize_wall_printing_order = False -prime_tower_enable = False -raft_airgap = 0.15 -retraction_amount = 6.5 -retraction_prime_speed = 15 -retraction_speed = 45 -skin_no_small_gaps_heuristic = True -small_skin_on_surface = False -small_skin_width = 4 -speed_infill = =speed_print -speed_ironing = 20 -speed_layer_0 = =speed_roofing -speed_prime_tower = =speed_wall_0 -speed_print = 100 -speed_roofing = =math.ceil(speed_wall*(45/100)) -speed_support_interface = =speed_wall_0 -speed_topbottom = =speed_print -speed_wall = =speed_infill -speed_wall_0 = =math.ceil(speed_wall*(35/100)) -speed_wall_x = =speed_wall -support_bottom_distance = =support_z_distance -support_interface_enable = True -support_structure = tree -support_top_distance = =support_z_distance -support_z_distance = =math.ceil(0.3/layer_height)*layer_height -top_bottom_thickness = =max(1.2 , layer_height * 6) -wall_0_wipe_dist = 0.8 -z_seam_relative = True -z_seam_type = back -zig_zaggify_infill = True - diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_um-abs_0.3mm.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_um-abs_0.3mm.inst.cfg deleted file mode 100644 index 6fecbdecb2..0000000000 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_um-abs_0.3mm.inst.cfg +++ /dev/null @@ -1,77 +0,0 @@ -[general] -definition = ultimaker_s5 -name = Extra Fast -version = 4 - -[metadata] -material = ultimaker_abs -quality_type = verydraft -setting_version = 22 -type = quality -variant = AA 0.4 -weight = -3 - -[values] -_plugin__curaenginegradualflow__0_1_0__gradual_flow_discretisation_step_size = 0.2 -_plugin__curaenginegradualflow__0_1_0__gradual_flow_enabled = True -_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 2 -acceleration_infill = =acceleration_print -acceleration_ironing = 1000 -acceleration_layer_0 = =acceleration_wall_0 -acceleration_print = 3500 -acceleration_roofing = =acceleration_wall_0 -acceleration_topbottom = =acceleration_wall -acceleration_wall = =acceleration_infill -acceleration_wall_0 = 1500 -acceleration_wall_x = =acceleration_wall -bridge_skin_speed = =bridge_wall_speed -bridge_sparse_infill_max_density = 50 -bridge_wall_speed = 30 -cool_min_layer_time = 4 -infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'grid' -infill_sparse_density = 15 -jerk_infill = =jerk_print -jerk_layer_0 = =jerk_wall_0 -jerk_print = =max(30, speed_print/2) -jerk_roofing = =jerk_wall_0 -jerk_topbottom = =jerk_wall -jerk_wall = =jerk_infill -jerk_wall_0 = =max(30, speed_wall_0/2) -machine_nozzle_cool_down_speed = 1.3 -machine_nozzle_heat_up_speed = 1.9 -material_extrusion_cool_down_speed = 0.8 -material_max_flowrate = 20 -material_print_temperature = =default_material_print_temperature + 7 -meshfix_maximum_resolution = 0.7 -optimize_wall_printing_order = False -prime_tower_enable = False -raft_airgap = 0.15 -retraction_amount = 6.5 -retraction_prime_speed = 15 -retraction_speed = 45 -skin_no_small_gaps_heuristic = True -small_skin_on_surface = False -small_skin_width = 4 -speed_infill = =speed_print -speed_ironing = 20 -speed_layer_0 = =speed_roofing -speed_prime_tower = =speed_wall_0 -speed_print = 100 -speed_roofing = =math.ceil(speed_wall*(45/100)) -speed_support_interface = =speed_wall_0 -speed_topbottom = =speed_print -speed_wall = =speed_infill -speed_wall_0 = =math.ceil(speed_wall*(35/100)) -speed_wall_x = =speed_wall -support_bottom_distance = =support_z_distance -support_interface_enable = True -support_structure = tree -support_top_distance = =support_z_distance -support_z_distance = =math.ceil(0.3/layer_height)*layer_height -top_bottom_thickness = =max(1.2 , layer_height * 6) -wall_0_wipe_dist = 0.8 -wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25) -z_seam_relative = True -z_seam_type = back -zig_zaggify_infill = True - diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_um-petg_0.06mm.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_um-petg_0.06mm.inst.cfg deleted file mode 100644 index 9545d34977..0000000000 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_um-petg_0.06mm.inst.cfg +++ /dev/null @@ -1,27 +0,0 @@ -[general] -definition = ultimaker_s5 -name = Extra Fine -version = 4 - -[metadata] -material = ultimaker_petg -quality_type = high -setting_version = 22 -type = quality -variant = AA 0.4 -weight = 1 - -[values] -infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles' -machine_nozzle_cool_down_speed = 0.85 -machine_nozzle_heat_up_speed = 1.5 -material_print_temperature = =default_material_print_temperature - 10 -speed_infill = =math.ceil(speed_print * 40 / 50) -speed_print = 50 -speed_topbottom = =math.ceil(speed_print * 30 / 50) -speed_wall = =math.ceil(speed_print * 30 / 50) -support_bottom_distance = =support_z_distance -support_interface_enable = True -support_top_distance = =support_z_distance -support_z_distance = =math.ceil(0.3/layer_height)*layer_height - diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_um-petg_0.15mm.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_um-petg_0.15mm.inst.cfg deleted file mode 100644 index 8ed59d8c82..0000000000 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_um-petg_0.15mm.inst.cfg +++ /dev/null @@ -1,74 +0,0 @@ -[general] -definition = ultimaker_s5 -name = Normal -version = 4 - -[metadata] -material = ultimaker_petg -quality_type = fast -setting_version = 22 -type = quality -variant = AA 0.4 -weight = -1 - -[values] -_plugin__curaenginegradualflow__0_1_0__gradual_flow_discretisation_step_size = 0.2 -_plugin__curaenginegradualflow__0_1_0__gradual_flow_enabled = True -_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 2 -acceleration_infill = =acceleration_print -acceleration_ironing = 1000 -acceleration_layer_0 = =acceleration_wall_0 -acceleration_print = 3500 -acceleration_roofing = =acceleration_wall_0 -acceleration_topbottom = =acceleration_wall -acceleration_wall = =acceleration_infill -acceleration_wall_0 = 1500 -acceleration_wall_x = =acceleration_wall -bridge_skin_speed = =bridge_wall_speed -bridge_sparse_infill_max_density = 50 -bridge_wall_speed = 30 -cool_min_layer_time = 4 -infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'grid' -infill_sparse_density = 15 -jerk_infill = =jerk_print -jerk_layer_0 = =jerk_wall_0 -jerk_print = =max(30, speed_print/2) -jerk_roofing = =jerk_wall_0 -jerk_topbottom = =jerk_wall -jerk_wall = =jerk_infill -jerk_wall_0 = =max(30, speed_wall_0/2) -machine_nozzle_cool_down_speed = 1.4 -machine_nozzle_heat_up_speed = 1.7 -material_extrusion_cool_down_speed = 0.7 -material_max_flowrate = 20 -meshfix_maximum_resolution = 0.7 -optimize_wall_printing_order = False -prime_tower_enable = False -retraction_amount = 8 -retraction_prime_speed = 15 -retraction_speed = 45 -skin_no_small_gaps_heuristic = True -small_skin_on_surface = False -small_skin_width = 4 -speed_infill = =speed_print -speed_ironing = 20 -speed_layer_0 = =speed_roofing -speed_prime_tower = =speed_wall_0 -speed_print = 100 -speed_roofing = =math.ceil(speed_wall*(45/100)) -speed_support_interface = =speed_wall_0 -speed_topbottom = =speed_print -speed_wall = =speed_infill -speed_wall_0 = =math.ceil(speed_wall*(35/100)) -speed_wall_x = =speed_wall -support_bottom_distance = =support_z_distance -support_interface_enable = True -support_structure = tree -support_top_distance = =support_z_distance -support_z_distance = =math.ceil(0.3/layer_height)*layer_height -top_bottom_thickness = =max(1.2 , layer_height * 6) -wall_0_wipe_dist = 0.8 -z_seam_relative = True -z_seam_type = back -zig_zaggify_infill = True - diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_um-petg_0.1mm.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_um-petg_0.1mm.inst.cfg deleted file mode 100644 index 4a20bd76b3..0000000000 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_um-petg_0.1mm.inst.cfg +++ /dev/null @@ -1,27 +0,0 @@ -[general] -definition = ultimaker_s5 -name = Fine -version = 4 - -[metadata] -material = ultimaker_petg -quality_type = normal -setting_version = 22 -type = quality -variant = AA 0.4 -weight = 0 - -[values] -infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles' -machine_nozzle_cool_down_speed = 0.85 -machine_nozzle_heat_up_speed = 1.5 -material_print_temperature = =default_material_print_temperature - 5 -speed_infill = =math.ceil(speed_print * 45 / 55) -speed_print = 55 -speed_topbottom = =math.ceil(speed_print * 30 / 55) -speed_wall = =math.ceil(speed_print * 30 / 55) -support_bottom_distance = =support_z_distance -support_interface_enable = True -support_top_distance = =support_z_distance -support_z_distance = =math.ceil(0.3/layer_height)*layer_height - diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_um-petg_0.2mm.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_um-petg_0.2mm.inst.cfg deleted file mode 100644 index 0ca5fed74f..0000000000 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_um-petg_0.2mm.inst.cfg +++ /dev/null @@ -1,75 +0,0 @@ -[general] -definition = ultimaker_s5 -name = Fast -version = 4 - -[metadata] -material = ultimaker_petg -quality_type = draft -setting_version = 22 -type = quality -variant = AA 0.4 -weight = -2 - -[values] -_plugin__curaenginegradualflow__0_1_0__gradual_flow_discretisation_step_size = 0.2 -_plugin__curaenginegradualflow__0_1_0__gradual_flow_enabled = True -_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 2 -acceleration_infill = =acceleration_print -acceleration_ironing = 1000 -acceleration_layer_0 = =acceleration_wall_0 -acceleration_print = 3500 -acceleration_roofing = =acceleration_wall_0 -acceleration_topbottom = =acceleration_wall -acceleration_wall = =acceleration_infill -acceleration_wall_0 = 1500 -acceleration_wall_x = =acceleration_wall -bridge_skin_speed = =bridge_wall_speed -bridge_sparse_infill_max_density = 50 -bridge_wall_speed = 30 -cool_min_layer_time = 4 -infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'grid' -infill_sparse_density = 15 -jerk_infill = =jerk_print -jerk_layer_0 = =jerk_wall_0 -jerk_print = =max(30, speed_print/2) -jerk_roofing = =jerk_wall_0 -jerk_topbottom = =jerk_wall -jerk_wall = =jerk_infill -jerk_wall_0 = =max(30, speed_wall_0/2) -machine_nozzle_cool_down_speed = 1.4 -machine_nozzle_heat_up_speed = 1.7 -material_extrusion_cool_down_speed = 0.7 -material_max_flowrate = 20 -material_print_temperature = =default_material_print_temperature + 5 -meshfix_maximum_resolution = 0.7 -optimize_wall_printing_order = False -prime_tower_enable = False -retraction_amount = 8 -retraction_prime_speed = 15 -retraction_speed = 45 -skin_no_small_gaps_heuristic = True -small_skin_on_surface = False -small_skin_width = 4 -speed_infill = =speed_print -speed_ironing = 20 -speed_layer_0 = =speed_roofing -speed_prime_tower = =speed_wall_0 -speed_print = 100 -speed_roofing = =math.ceil(speed_wall*(45/100)) -speed_support_interface = =speed_wall_0 -speed_topbottom = =speed_print -speed_wall = =speed_infill -speed_wall_0 = =math.ceil(speed_wall*(35/100)) -speed_wall_x = =speed_wall -support_bottom_distance = =support_z_distance -support_interface_enable = True -support_structure = tree -support_top_distance = =support_z_distance -support_z_distance = =math.ceil(0.3/layer_height)*layer_height -top_bottom_thickness = =max(1.2 , layer_height * 6) -wall_0_wipe_dist = 0.8 -z_seam_relative = True -z_seam_type = back -zig_zaggify_infill = True - diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_um-petg_0.3mm.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_um-petg_0.3mm.inst.cfg deleted file mode 100644 index 6219f2e24a..0000000000 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_um-petg_0.3mm.inst.cfg +++ /dev/null @@ -1,76 +0,0 @@ -[general] -definition = ultimaker_s5 -name = Extra Fast -version = 4 - -[metadata] -material = ultimaker_petg -quality_type = verydraft -setting_version = 22 -type = quality -variant = AA 0.4 -weight = -3 - -[values] -_plugin__curaenginegradualflow__0_1_0__gradual_flow_discretisation_step_size = 0.2 -_plugin__curaenginegradualflow__0_1_0__gradual_flow_enabled = True -_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 2 -acceleration_infill = =acceleration_print -acceleration_ironing = 1000 -acceleration_layer_0 = =acceleration_wall_0 -acceleration_print = 3500 -acceleration_roofing = =acceleration_wall_0 -acceleration_topbottom = =acceleration_wall -acceleration_wall = =acceleration_infill -acceleration_wall_0 = 1500 -acceleration_wall_x = =acceleration_wall -bridge_skin_speed = =bridge_wall_speed -bridge_sparse_infill_max_density = 50 -bridge_wall_speed = 30 -cool_min_layer_time = 4 -infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'grid' -infill_sparse_density = 15 -jerk_infill = =jerk_print -jerk_layer_0 = =jerk_wall_0 -jerk_print = =max(30, speed_print/2) -jerk_roofing = =jerk_wall_0 -jerk_topbottom = =jerk_wall -jerk_wall = =jerk_infill -jerk_wall_0 = =max(30, speed_wall_0/2) -machine_nozzle_cool_down_speed = 1.4 -machine_nozzle_heat_up_speed = 1.7 -material_extrusion_cool_down_speed = 0.7 -material_max_flowrate = 20 -material_print_temperature = =default_material_print_temperature + 5 -meshfix_maximum_resolution = 0.7 -optimize_wall_printing_order = False -prime_tower_enable = False -retraction_amount = 8 -retraction_prime_speed = 15 -retraction_speed = 45 -skin_no_small_gaps_heuristic = True -small_skin_on_surface = False -small_skin_width = 4 -speed_infill = =speed_print -speed_ironing = 20 -speed_layer_0 = =speed_roofing -speed_prime_tower = =speed_wall_0 -speed_print = 100 -speed_roofing = =math.ceil(speed_wall*(45/100)) -speed_support_interface = =speed_wall_0 -speed_topbottom = =speed_print -speed_wall = =speed_infill -speed_wall_0 = =math.ceil(speed_wall*(35/100)) -speed_wall_x = =speed_wall -support_bottom_distance = =support_z_distance -support_interface_enable = True -support_structure = tree -support_top_distance = =support_z_distance -support_z_distance = =math.ceil(0.3/layer_height)*layer_height -top_bottom_thickness = =max(1.2 , layer_height * 6) -wall_0_wipe_dist = 0.8 -wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25) -z_seam_relative = True -z_seam_type = back -zig_zaggify_infill = True - diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_um-pla_0.15mm.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_um-pla_0.15mm.inst.cfg index 064255db23..c61ae62a68 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_um-pla_0.15mm.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_um-pla_0.15mm.inst.cfg @@ -60,7 +60,7 @@ speed_roofing = =math.ceil(speed_wall*(45/100)) speed_support_interface = =speed_wall_0 speed_topbottom = =speed_print speed_wall = =speed_infill -speed_wall_0 = =math.ceil(speed_wall*(35/100)) +speed_wall_0 = =math.ceil(speed_wall*(30/100)) speed_wall_x = =speed_wall support_bottom_distance = =support_z_distance support_interface_enable = True diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_um-pla_0.2mm.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_um-pla_0.2mm.inst.cfg index 11f8a67a46..87a7afa07a 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_um-pla_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_um-pla_0.2mm.inst.cfg @@ -61,7 +61,7 @@ speed_roofing = =math.ceil(speed_wall*(45/100)) speed_support_interface = =speed_wall_0 speed_topbottom = =speed_print speed_wall = =speed_infill -speed_wall_0 = =math.ceil(speed_wall*(35/100)) +speed_wall_0 = =math.ceil(speed_wall*(30/100)) speed_wall_x = =speed_wall support_bottom_distance = =support_z_distance support_interface_enable = True diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_um-pla_0.3mm.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_um-pla_0.3mm.inst.cfg index 6679c632fe..121198ed43 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_um-pla_0.3mm.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_um-pla_0.3mm.inst.cfg @@ -61,7 +61,7 @@ speed_roofing = =math.ceil(speed_wall*(45/100)) speed_support_interface = =speed_wall_0 speed_topbottom = =speed_print speed_wall = =speed_infill -speed_wall_0 = =math.ceil(speed_wall*(35/100)) +speed_wall_0 = =math.ceil(speed_wall*(30/100)) speed_wall_x = =speed_wall support_bottom_distance = =support_z_distance support_interface_enable = True diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_um-tough-pla_0.15mm.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_um-tough-pla_0.15mm.inst.cfg index f8c8ab3281..5cc26cc212 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_um-tough-pla_0.15mm.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_um-tough-pla_0.15mm.inst.cfg @@ -60,7 +60,7 @@ speed_roofing = =math.ceil(speed_wall*(45/100)) speed_support_interface = =speed_wall_0 speed_topbottom = =speed_print speed_wall = =speed_infill -speed_wall_0 = =math.ceil(speed_wall*(35/100)) +speed_wall_0 = =math.ceil(speed_wall*(30/100)) speed_wall_x = =speed_wall support_bottom_distance = =support_z_distance support_interface_enable = True diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_um-tough-pla_0.2mm.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_um-tough-pla_0.2mm.inst.cfg index baf4c714df..7d8beb0bd1 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_um-tough-pla_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_um-tough-pla_0.2mm.inst.cfg @@ -60,7 +60,7 @@ speed_roofing = =math.ceil(speed_wall*(45/100)) speed_support_interface = =speed_wall_0 speed_topbottom = =speed_print speed_wall = =speed_infill -speed_wall_0 = =math.ceil(speed_wall*(35/100)) +speed_wall_0 = =math.ceil(speed_wall*(30/100)) speed_wall_x = =speed_wall support_bottom_distance = =support_z_distance support_interface_enable = True diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_um-tough-pla_0.3mm.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_um-tough-pla_0.3mm.inst.cfg index ceb488bd08..55316b6dea 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_um-tough-pla_0.3mm.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_um-tough-pla_0.3mm.inst.cfg @@ -61,7 +61,7 @@ speed_roofing = =math.ceil(speed_wall*(45/100)) speed_support_interface = =speed_wall_0 speed_topbottom = =speed_print speed_wall = =speed_infill -speed_wall_0 = =math.ceil(speed_wall*(35/100)) +speed_wall_0 = =math.ceil(speed_wall*(30/100)) speed_wall_x = =speed_wall support_bottom_distance = =support_z_distance support_interface_enable = True diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_um-abs_0.2mm.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_um-abs_0.2mm.inst.cfg deleted file mode 100644 index d1b37d16d6..0000000000 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_um-abs_0.2mm.inst.cfg +++ /dev/null @@ -1,75 +0,0 @@ -[general] -definition = ultimaker_s5 -name = Fast -version = 4 - -[metadata] -material = ultimaker_abs -quality_type = draft -setting_version = 22 -type = quality -variant = AA 0.8 -weight = -2 - -[values] -_plugin__curaenginegradualflow__0_1_0__gradual_flow_discretisation_step_size = 0.2 -_plugin__curaenginegradualflow__0_1_0__gradual_flow_enabled = True -_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 2 -acceleration_infill = =acceleration_print -acceleration_ironing = 1000 -acceleration_layer_0 = =acceleration_wall_0 -acceleration_print = 3500 -acceleration_roofing = =acceleration_wall_0 -acceleration_topbottom = =acceleration_wall -acceleration_wall = =acceleration_infill -acceleration_wall_0 = 1500 -acceleration_wall_x = =acceleration_wall -bridge_skin_speed = =bridge_wall_speed -bridge_sparse_infill_max_density = 50 -bridge_wall_speed = 30 -cool_min_layer_time = 4 -infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'grid' -infill_sparse_density = 15 -jerk_infill = =jerk_print -jerk_layer_0 = =jerk_wall_0 -jerk_print = =max(30, speed_print/2) -jerk_roofing = =jerk_wall_0 -jerk_topbottom = =jerk_wall -jerk_wall = =jerk_infill -jerk_wall_0 = =max(30, speed_wall_0/2) -machine_nozzle_cool_down_speed = 1.3 -machine_nozzle_heat_up_speed = 1.9 -material_extrusion_cool_down_speed = 0.8 -material_flow = 93 -material_max_flowrate = 22 -material_print_temperature = =default_material_print_temperature + 5 -meshfix_maximum_resolution = 0.7 -optimize_wall_printing_order = False -prime_tower_enable = True -raft_airgap = 0.15 -retraction_amount = 6.5 -retraction_prime_speed = 15 -retraction_speed = 45 -skin_no_small_gaps_heuristic = True -small_skin_on_surface = False -small_skin_width = 4 -speed_infill = =speed_print -speed_ironing = 20 -speed_layer_0 = =speed_roofing -speed_prime_tower = =speed_wall_0 -speed_print = 100 -speed_roofing = =math.ceil(speed_wall*(45/100)) -speed_support_interface = =speed_wall_0 -speed_topbottom = =speed_print -speed_wall = =speed_infill -speed_wall_0 = =math.ceil(speed_wall*(35/100)) -speed_wall_x = =speed_wall -support_angle = 70 -support_interface_enable = False -support_structure = tree -top_bottom_thickness = =max(1.2 , layer_height * 6) -wall_0_wipe_dist = 0.8 -z_seam_relative = True -z_seam_type = back -zig_zaggify_infill = True - diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_um-abs_0.3mm.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_um-abs_0.3mm.inst.cfg deleted file mode 100644 index 8d1d9b8695..0000000000 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_um-abs_0.3mm.inst.cfg +++ /dev/null @@ -1,75 +0,0 @@ -[general] -definition = ultimaker_s5 -name = Extra Fast -version = 4 - -[metadata] -material = ultimaker_abs -quality_type = verydraft -setting_version = 22 -type = quality -variant = AA 0.8 -weight = -3 - -[values] -_plugin__curaenginegradualflow__0_1_0__gradual_flow_discretisation_step_size = 0.2 -_plugin__curaenginegradualflow__0_1_0__gradual_flow_enabled = True -_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 2 -acceleration_infill = =acceleration_print -acceleration_ironing = 1000 -acceleration_layer_0 = =acceleration_wall_0 -acceleration_print = 3500 -acceleration_roofing = =acceleration_wall_0 -acceleration_topbottom = =acceleration_wall -acceleration_wall = =acceleration_infill -acceleration_wall_0 = 1500 -acceleration_wall_x = =acceleration_wall -bridge_skin_speed = =bridge_wall_speed -bridge_sparse_infill_max_density = 50 -bridge_wall_speed = 30 -cool_min_layer_time = 4 -infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'grid' -infill_sparse_density = 15 -jerk_infill = =jerk_print -jerk_layer_0 = =jerk_wall_0 -jerk_print = =max(30, speed_print/2) -jerk_roofing = =jerk_wall_0 -jerk_topbottom = =jerk_wall -jerk_wall = =jerk_infill -jerk_wall_0 = =max(30, speed_wall_0/2) -machine_nozzle_cool_down_speed = 1.3 -machine_nozzle_heat_up_speed = 1.9 -material_extrusion_cool_down_speed = 0.8 -material_flow = 93 -material_max_flowrate = 22 -material_print_temperature = =default_material_print_temperature + 7 -optimize_wall_printing_order = False -prime_tower_enable = True -raft_airgap = 0.15 -retraction_amount = 6.5 -retraction_prime_speed = 15 -retraction_speed = 45 -skin_no_small_gaps_heuristic = True -small_skin_on_surface = False -small_skin_width = 4 -speed_infill = =speed_print -speed_ironing = 20 -speed_layer_0 = =speed_roofing -speed_prime_tower = =speed_wall_0 -speed_print = 75 -speed_roofing = =math.ceil(speed_wall*(45/100)) -speed_support_interface = =speed_wall_0 -speed_topbottom = =speed_print -speed_wall = =speed_infill -speed_wall_0 = =math.ceil(speed_wall*(35/75)) -speed_wall_x = =speed_wall -support_angle = 70 -support_interface_enable = False -support_structure = tree -top_bottom_thickness = =max(1.2 , layer_height * 6) -wall_0_wipe_dist = 0.8 -wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25) -z_seam_relative = True -z_seam_type = back -zig_zaggify_infill = True - diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_um-abs_0.4mm.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_um-abs_0.4mm.inst.cfg deleted file mode 100644 index 39527ff8b0..0000000000 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_um-abs_0.4mm.inst.cfg +++ /dev/null @@ -1,75 +0,0 @@ -[general] -definition = ultimaker_s5 -name = Sprint -version = 4 - -[metadata] -material = ultimaker_abs -quality_type = superdraft -setting_version = 22 -type = quality -variant = AA 0.8 -weight = -4 - -[values] -_plugin__curaenginegradualflow__0_1_0__gradual_flow_discretisation_step_size = 0.2 -_plugin__curaenginegradualflow__0_1_0__gradual_flow_enabled = True -_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 2 -acceleration_infill = =acceleration_print -acceleration_ironing = 1000 -acceleration_layer_0 = =acceleration_wall_0 -acceleration_print = 3500 -acceleration_roofing = =acceleration_wall_0 -acceleration_topbottom = =acceleration_wall -acceleration_wall = =acceleration_infill -acceleration_wall_0 = 1500 -acceleration_wall_x = =acceleration_wall -bridge_skin_speed = =bridge_wall_speed -bridge_sparse_infill_max_density = 50 -bridge_wall_speed = 30 -cool_min_layer_time = 4 -infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'grid' -infill_sparse_density = 15 -jerk_infill = =jerk_print -jerk_layer_0 = =jerk_wall_0 -jerk_print = =max(30, speed_print/2) -jerk_roofing = =jerk_wall_0 -jerk_topbottom = =jerk_wall -jerk_wall = =jerk_infill -jerk_wall_0 = =max(30, speed_wall_0/2) -machine_nozzle_cool_down_speed = 1.3 -machine_nozzle_heat_up_speed = 1.9 -material_extrusion_cool_down_speed = 0.8 -material_flow = 93 -material_max_flowrate = 22 -material_print_temperature = =default_material_print_temperature + 10 -optimize_wall_printing_order = False -prime_tower_enable = True -raft_airgap = 0.15 -retraction_amount = 6.5 -retraction_prime_speed = 15 -retraction_speed = 45 -skin_no_small_gaps_heuristic = True -small_skin_on_surface = False -small_skin_width = 4 -speed_infill = =speed_print -speed_ironing = 20 -speed_layer_0 = =speed_roofing -speed_prime_tower = =speed_wall_0 -speed_print = 50 -speed_roofing = =math.ceil(speed_wall*(45/100)) -speed_support_interface = =speed_wall_0 -speed_topbottom = =speed_print -speed_wall = =speed_infill -speed_wall_0 = =math.ceil(speed_wall*(35/50)) -speed_wall_x = =speed_wall -support_angle = 70 -support_interface_enable = False -support_structure = tree -top_bottom_thickness = =max(1.2 , layer_height * 6) -wall_0_wipe_dist = 0.8 -wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25) -z_seam_relative = True -z_seam_type = back -zig_zaggify_infill = True - diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_um-petg_0.2mm.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_um-petg_0.2mm.inst.cfg deleted file mode 100644 index 55a15c5749..0000000000 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_um-petg_0.2mm.inst.cfg +++ /dev/null @@ -1,74 +0,0 @@ -[general] -definition = ultimaker_s5 -name = Fast -version = 4 - -[metadata] -material = ultimaker_petg -quality_type = draft -setting_version = 22 -type = quality -variant = AA 0.8 -weight = -2 - -[values] -_plugin__curaenginegradualflow__0_1_0__gradual_flow_discretisation_step_size = 0.2 -_plugin__curaenginegradualflow__0_1_0__gradual_flow_enabled = True -_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 2 -acceleration_infill = =acceleration_print -acceleration_ironing = 1000 -acceleration_layer_0 = =acceleration_wall_0 -acceleration_print = 3500 -acceleration_roofing = =acceleration_wall_0 -acceleration_topbottom = =acceleration_wall -acceleration_wall = =acceleration_infill -acceleration_wall_0 = 1500 -acceleration_wall_x = =acceleration_wall -bridge_skin_speed = =bridge_wall_speed -bridge_sparse_infill_max_density = 50 -bridge_wall_speed = 30 -cool_min_layer_time = 4 -infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'grid' -infill_sparse_density = 15 -jerk_infill = =jerk_print -jerk_layer_0 = =jerk_wall_0 -jerk_print = =max(30, speed_print/2) -jerk_roofing = =jerk_wall_0 -jerk_topbottom = =jerk_wall -jerk_wall = =jerk_infill -jerk_wall_0 = =max(30, speed_wall_0/2) -machine_nozzle_cool_down_speed = 1.4 -machine_nozzle_heat_up_speed = 1.7 -material_extrusion_cool_down_speed = 0.7 -material_flow = 93 -material_max_flowrate = 23 -material_print_temperature = =default_material_print_temperature - 5 -meshfix_maximum_resolution = 0.7 -optimize_wall_printing_order = False -prime_tower_enable = True -retraction_amount = 8 -retraction_prime_speed = 15 -retraction_speed = 45 -skin_no_small_gaps_heuristic = True -small_skin_on_surface = False -small_skin_width = 4 -speed_infill = =speed_print -speed_ironing = 20 -speed_layer_0 = =speed_roofing -speed_prime_tower = =speed_wall_0 -speed_print = 100 -speed_roofing = =math.ceil(speed_wall*(45/100)) -speed_support_interface = =speed_wall_0 -speed_topbottom = =speed_print -speed_wall = =speed_infill -speed_wall_0 = =math.ceil(speed_wall*(35/100)) -speed_wall_x = =speed_wall -support_angle = 70 -support_interface_enable = False -support_structure = tree -top_bottom_thickness = =max(1.2 , layer_height * 6) -wall_0_wipe_dist = 0.8 -z_seam_relative = True -z_seam_type = back -zig_zaggify_infill = True - diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_um-petg_0.3mm.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_um-petg_0.3mm.inst.cfg deleted file mode 100644 index 525846bfa7..0000000000 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_um-petg_0.3mm.inst.cfg +++ /dev/null @@ -1,74 +0,0 @@ -[general] -definition = ultimaker_s5 -name = Extra Fast -version = 4 - -[metadata] -material = ultimaker_petg -quality_type = verydraft -setting_version = 22 -type = quality -variant = AA 0.8 -weight = -3 - -[values] -_plugin__curaenginegradualflow__0_1_0__gradual_flow_discretisation_step_size = 0.2 -_plugin__curaenginegradualflow__0_1_0__gradual_flow_enabled = True -_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 2 -acceleration_infill = =acceleration_print -acceleration_ironing = 1000 -acceleration_layer_0 = =acceleration_wall_0 -acceleration_print = 3500 -acceleration_roofing = =acceleration_wall_0 -acceleration_topbottom = =acceleration_wall -acceleration_wall = =acceleration_infill -acceleration_wall_0 = 1500 -acceleration_wall_x = =acceleration_wall -bridge_skin_speed = =bridge_wall_speed -bridge_sparse_infill_max_density = 50 -bridge_wall_speed = 30 -cool_min_layer_time = 4 -infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'grid' -infill_sparse_density = 15 -jerk_infill = =jerk_print -jerk_layer_0 = =jerk_wall_0 -jerk_print = =max(30, speed_print/2) -jerk_roofing = =jerk_wall_0 -jerk_topbottom = =jerk_wall -jerk_wall = =jerk_infill -jerk_wall_0 = =max(30, speed_wall_0/2) -machine_nozzle_cool_down_speed = 1.4 -machine_nozzle_heat_up_speed = 1.7 -material_extrusion_cool_down_speed = 0.7 -material_flow = 93 -material_max_flowrate = 23 -material_print_temperature = =default_material_print_temperature - 5 -optimize_wall_printing_order = False -prime_tower_enable = True -retraction_amount = 8 -retraction_prime_speed = 15 -retraction_speed = 45 -skin_no_small_gaps_heuristic = True -small_skin_on_surface = False -small_skin_width = 4 -speed_infill = =speed_print -speed_ironing = 20 -speed_layer_0 = =speed_roofing -speed_prime_tower = =speed_wall_0 -speed_print = 75 -speed_roofing = =math.ceil(speed_wall*(45/100)) -speed_support_interface = =speed_wall_0 -speed_topbottom = =speed_print -speed_wall = =speed_infill -speed_wall_0 = =math.ceil(speed_wall*(35/75)) -speed_wall_x = =speed_wall -support_angle = 70 -support_interface_enable = False -support_structure = tree -top_bottom_thickness = =max(1.2 , layer_height * 6) -wall_0_wipe_dist = 0.8 -wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25) -z_seam_relative = True -z_seam_type = back -zig_zaggify_infill = True - diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_um-petg_0.4mm.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_um-petg_0.4mm.inst.cfg deleted file mode 100644 index 7a121c281d..0000000000 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_um-petg_0.4mm.inst.cfg +++ /dev/null @@ -1,74 +0,0 @@ -[general] -definition = ultimaker_s5 -name = Sprint -version = 4 - -[metadata] -material = ultimaker_petg -quality_type = superdraft -setting_version = 22 -type = quality -variant = AA 0.8 -weight = -4 - -[values] -_plugin__curaenginegradualflow__0_1_0__gradual_flow_discretisation_step_size = 0.2 -_plugin__curaenginegradualflow__0_1_0__gradual_flow_enabled = True -_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 2 -acceleration_infill = =acceleration_print -acceleration_ironing = 1000 -acceleration_layer_0 = =acceleration_wall_0 -acceleration_print = 3500 -acceleration_roofing = =acceleration_wall_0 -acceleration_topbottom = =acceleration_wall -acceleration_wall = =acceleration_infill -acceleration_wall_0 = 1500 -acceleration_wall_x = =acceleration_wall -bridge_skin_speed = =bridge_wall_speed -bridge_sparse_infill_max_density = 50 -bridge_wall_speed = 30 -cool_min_layer_time = 4 -infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'grid' -infill_sparse_density = 15 -jerk_infill = =jerk_print -jerk_layer_0 = =jerk_wall_0 -jerk_print = =max(30, speed_print/2) -jerk_roofing = =jerk_wall_0 -jerk_topbottom = =jerk_wall -jerk_wall = =jerk_infill -jerk_wall_0 = =max(30, speed_wall_0/2) -machine_nozzle_cool_down_speed = 1.4 -machine_nozzle_heat_up_speed = 1.7 -material_extrusion_cool_down_speed = 0.7 -material_flow = 93 -material_max_flowrate = 23 -material_print_temperature = =default_material_print_temperature - 5 -optimize_wall_printing_order = False -prime_tower_enable = True -retraction_amount = 8 -retraction_prime_speed = 15 -retraction_speed = 45 -skin_no_small_gaps_heuristic = True -small_skin_on_surface = False -small_skin_width = 4 -speed_infill = =speed_print -speed_ironing = 20 -speed_layer_0 = =speed_roofing -speed_prime_tower = =speed_wall_0 -speed_print = 50 -speed_roofing = =math.ceil(speed_wall*(45/100)) -speed_support_interface = =speed_wall_0 -speed_topbottom = =speed_print -speed_wall = =speed_infill -speed_wall_0 = =math.ceil(speed_wall*(35/50)) -speed_wall_x = =speed_wall -support_angle = 70 -support_interface_enable = False -support_structure = tree -top_bottom_thickness = =max(1.2 , layer_height * 6) -wall_0_wipe_dist = 0.8 -wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25) -z_seam_relative = True -z_seam_type = back -zig_zaggify_infill = True - diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_um-pla_0.2mm.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_um-pla_0.2mm.inst.cfg index 39b51e8955..f1f87efa24 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_um-pla_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_um-pla_0.2mm.inst.cfg @@ -62,7 +62,7 @@ speed_roofing = =math.ceil(speed_wall*(45/100)) speed_support_interface = =speed_wall_0 speed_topbottom = =speed_print speed_wall = =speed_infill -speed_wall_0 = =math.ceil(speed_wall*(35/100)) +speed_wall_0 = =math.ceil(speed_wall*(30/100)) speed_wall_x = =speed_wall support_angle = 70 support_interface_enable = False diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_um-pla_0.3mm.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_um-pla_0.3mm.inst.cfg index 5712454716..2a8a223549 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_um-pla_0.3mm.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_um-pla_0.3mm.inst.cfg @@ -61,7 +61,7 @@ speed_roofing = =math.ceil(speed_wall*(45/100)) speed_support_interface = =speed_wall_0 speed_topbottom = =speed_print speed_wall = =speed_infill -speed_wall_0 = =math.ceil(speed_wall*(35/65)) +speed_wall_0 = =math.ceil(speed_wall*(30/65)) speed_wall_x = =speed_wall support_angle = 70 support_interface_enable = False diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_um-pla_0.4mm.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_um-pla_0.4mm.inst.cfg index 981b5a87c5..dd811a3972 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_um-pla_0.4mm.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_um-pla_0.4mm.inst.cfg @@ -61,7 +61,7 @@ speed_roofing = =math.ceil(speed_wall*(45/100)) speed_support_interface = =speed_wall_0 speed_topbottom = =speed_print speed_wall = =speed_infill -speed_wall_0 = =math.ceil(speed_wall*(35/45)) +speed_wall_0 = =math.ceil(speed_wall*(30/45)) speed_wall_x = =speed_wall support_angle = 70 support_interface_enable = False diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_um-tough-pla_0.2mm.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_um-tough-pla_0.2mm.inst.cfg index 1d452a12bb..fd614b4df8 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_um-tough-pla_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_um-tough-pla_0.2mm.inst.cfg @@ -62,7 +62,7 @@ speed_roofing = =math.ceil(speed_wall*(45/100)) speed_support_interface = =speed_wall_0 speed_topbottom = =speed_print speed_wall = =speed_infill -speed_wall_0 = =math.ceil(speed_wall*(35/100)) +speed_wall_0 = =math.ceil(speed_wall*(30/100)) speed_wall_x = =speed_wall support_angle = 70 support_interface_enable = False diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_um-tough-pla_0.3mm.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_um-tough-pla_0.3mm.inst.cfg index 636b691f76..d5db6e5887 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_um-tough-pla_0.3mm.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_um-tough-pla_0.3mm.inst.cfg @@ -61,7 +61,7 @@ speed_roofing = =math.ceil(speed_wall*(45/100)) speed_support_interface = =speed_wall_0 speed_topbottom = =speed_print speed_wall = =speed_infill -speed_wall_0 = =math.ceil(speed_wall*(35/65)) +speed_wall_0 = =math.ceil(speed_wall*(30/65)) speed_wall_x = =speed_wall support_angle = 70 support_interface_enable = False diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_um-tough-pla_0.4mm.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_um-tough-pla_0.4mm.inst.cfg index afc1f6967d..a051367bb1 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.8_um-tough-pla_0.4mm.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_um-tough-pla_0.4mm.inst.cfg @@ -61,7 +61,7 @@ speed_roofing = =math.ceil(speed_wall*(45/100)) speed_support_interface = =speed_wall_0 speed_topbottom = =speed_print speed_wall = =speed_infill -speed_wall_0 = =math.ceil(speed_wall*(35/45)) +speed_wall_0 = =math.ceil(speed_wall*(30/45)) speed_wall_x = =speed_wall support_angle = 70 support_interface_enable = False