From 7a671eaa03b15ab194cf019e6c7015a3e5b8bbdf Mon Sep 17 00:00:00 2001 From: Paul Kuiper <46715907+pkuiper-ultimaker@users.noreply.github.com> Date: Tue, 13 Dec 2022 10:17:18 +0100 Subject: [PATCH] Change preffered quality from normal (0.1mm) to fast (0.15mm) (#13974) Change preferred quality from normal (0.1mm) to fast (0.15mm) to increase the default productivity. Added a default layer height of 0.15mm in unsupported modes. This also applies some linter suggestions Co-authored-by: pkuiper-ultimaker Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- resources/definitions/ultimaker.def.json | 10 +--------- resources/definitions/ultimaker3.def.json | 2 +- resources/definitions/ultimaker_s3.def.json | 2 +- resources/definitions/ultimaker_s5.def.json | 2 +- 4 files changed, 4 insertions(+), 12 deletions(-) diff --git a/resources/definitions/ultimaker.def.json b/resources/definitions/ultimaker.def.json index f05ee97441..ce198ea9ad 100644 --- a/resources/definitions/ultimaker.def.json +++ b/resources/definitions/ultimaker.def.json @@ -49,18 +49,10 @@ "value": "20" }, "jerk_print_layer_0": { "value": "max(20, jerk_wall_0)" }, - "jerk_roofing": { "minimum_value_warning": 20 }, - "jerk_support": { "minimum_value_warning": 20 }, - "jerk_support_infill": { "minimum_value_warning": 20 }, - "jerk_support_interface": { "minimum_value_warning": 20 }, - "jerk_topbottom": { "minimum_value_warning": 20 }, "jerk_travel": { "value": "jerk_print" }, "jerk_travel_enabled": { "value": false }, - "jerk_wall": { "minimum_value_warning": 20 }, - "jerk_wall_0": { "minimum_value_warning": 20 }, + "layer_height": { "value": 0.15 }, "layer_height_0": { "value": "max(0.2, layer_height)" }, - "line_width": { "value": "machine_nozzle_size" }, - "machine_max_feedrate_e": { "default_value": 45 }, "material_bed_temperature": { "maximum_value_warning": "125", diff --git a/resources/definitions/ultimaker3.def.json b/resources/definitions/ultimaker3.def.json index 11e99f8460..106f482b48 100644 --- a/resources/definitions/ultimaker3.def.json +++ b/resources/definitions/ultimaker3.def.json @@ -41,7 +41,7 @@ 0 ], "platform_texture": "Ultimaker3backplate.png", - "preferred_quality_type": "normal", + "preferred_quality_type": "fast", "preferred_variant_name": "AA 0.4", "supported_actions": [ "DiscoverUM3Action" ], "supports_network_connection": true, diff --git a/resources/definitions/ultimaker_s3.def.json b/resources/definitions/ultimaker_s3.def.json index ecd9e8e09c..3505c9b0a9 100644 --- a/resources/definitions/ultimaker_s3.def.json +++ b/resources/definitions/ultimaker_s3.def.json @@ -38,7 +38,7 @@ 0 ], "platform_texture": "UltimakerS3backplate.png", - "preferred_quality_type": "normal", + "preferred_quality_type": "fast", "preferred_variant_name": "AA 0.4", "supported_actions": [ "DiscoverUM3Action" ], "supports_material_export": true, diff --git a/resources/definitions/ultimaker_s5.def.json b/resources/definitions/ultimaker_s5.def.json index 7f54455742..2796d5351a 100644 --- a/resources/definitions/ultimaker_s5.def.json +++ b/resources/definitions/ultimaker_s5.def.json @@ -37,7 +37,7 @@ -10 ], "platform_texture": "UltimakerS5backplate.png", - "preferred_quality_type": "normal", + "preferred_quality_type": "fast", "preferred_variant_buildplate_name": "Glass", "preferred_variant_name": "AA 0.4", "supported_actions": [ "DiscoverUM3Action" ],