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 <pkuiper-ultimaker@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Paul Kuiper 2022-12-13 10:17:18 +01:00 committed by GitHub
parent b77f4647fb
commit 7a671eaa03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 12 deletions

View file

@ -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",

View file

@ -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,

View file

@ -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,

View file

@ -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" ],