mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 14:34:01 -06:00
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:
parent
b77f4647fb
commit
7a671eaa03
4 changed files with 4 additions and 12 deletions
|
@ -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",
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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" ],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue