mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
Merge branch 'main' into main
This commit is contained in:
commit
ada29f3b85
230 changed files with 11633 additions and 1469 deletions
|
@ -4580,6 +4580,7 @@
|
|||
},
|
||||
"enabled": "support_enable",
|
||||
"default_value": "normal",
|
||||
"resolve": "extruderValue(support_extruder_nr, 'support_structure')",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": false
|
||||
},
|
||||
|
|
|
@ -111,7 +111,7 @@
|
|||
"skin_angles": { "value": "[] if infill_pattern not in ['cross', 'cross_3d'] else [20, 110]" },
|
||||
"skin_edge_support_thickness": { "value": "4 * layer_height if infill_sparse_density < 30 else 0" },
|
||||
"skin_material_flow": { "value": "0.95 * material_flow" },
|
||||
"skin_material_flow_layer_0": { "value": "0.9 * material_flow_layer_0" },
|
||||
"skin_material_flow_layer_0": { "value": "95" },
|
||||
"skin_monotonic": { "value": "roofing_layer_count == 0" },
|
||||
"skin_overlap": { "value": "20" },
|
||||
"speed_equalize_flow_width_factor": { "value": "110.0" },
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
0
|
||||
],
|
||||
"platform_texture": "UltimakerS3backplate.png",
|
||||
"preferred_quality_type": "fast",
|
||||
"preferred_quality_type": "draft",
|
||||
"preferred_variant_name": "AA 0.4",
|
||||
"supported_actions": [ "DiscoverUM3Action" ],
|
||||
"supports_material_export": true,
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
-10
|
||||
],
|
||||
"platform_texture": "UltimakerS5backplate.png",
|
||||
"preferred_quality_type": "fast",
|
||||
"preferred_quality_type": "draft",
|
||||
"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