mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-30 06:11:09 -07:00
Partial revert: Don't remove 'Print Thin Walls'.
It still makes sense, even in a libArachne/Variable Line Width sense. CURA-7148
This commit is contained in:
parent
77c39247f9
commit
db33f67666
58 changed files with 64 additions and 4 deletions
|
|
@ -86,6 +86,7 @@
|
|||
"infill_wipe_dist": { "value": 0 },
|
||||
"wall_0_wipe_dist": { "value": 0.2 },
|
||||
|
||||
"fill_outline_gaps": { "value": false },
|
||||
"filter_out_tiny_gaps": { "value": true },
|
||||
|
||||
"retraction_speed": {
|
||||
|
|
|
|||
|
|
@ -191,6 +191,7 @@
|
|||
"infill_wipe_dist": { "value": 0.0 },
|
||||
"wall_0_wipe_dist": { "value": 0.0 },
|
||||
|
||||
"fill_outline_gaps": { "value": false },
|
||||
"filter_out_tiny_gaps": { "value": false },
|
||||
|
||||
"retraction_speed": {
|
||||
|
|
|
|||
|
|
@ -258,6 +258,7 @@
|
|||
"layer_height_0": { "resolve": "max(0.2, min(extruderValues('layer_height')))" },
|
||||
"line_width": { "value": "machine_nozzle_size * 1.125" },
|
||||
"wall_line_width": { "value": "machine_nozzle_size" },
|
||||
"fill_outline_gaps": { "value": "True" },
|
||||
"meshfix_maximum_resolution": { "value": "0.01" },
|
||||
"meshfix_maximum_deviation": { "value": "layer_height / 2" },
|
||||
"infill_before_walls": { "value": "False" },
|
||||
|
|
|
|||
|
|
@ -95,6 +95,8 @@
|
|||
"skin_overlap": { "value": 10.0 },
|
||||
"infill_wipe_dist": { "value": 0.0 },
|
||||
"wall_0_wipe_dist": { "value": 0.0 },
|
||||
|
||||
"fill_outline_gaps": { "value": false },
|
||||
"filter_out_tiny_gaps": { "value": false },
|
||||
|
||||
"retraction_speed": {
|
||||
|
|
|
|||
|
|
@ -45,6 +45,9 @@
|
|||
"machine_gcode_flavor": {
|
||||
"default_value": "RepRap (RepRap)"
|
||||
},
|
||||
"fill_outline_gaps": {
|
||||
"value": true
|
||||
},
|
||||
"retraction_speed": {
|
||||
"default_value": 85,
|
||||
"maximum_value_warning": 130
|
||||
|
|
|
|||
|
|
@ -195,6 +195,7 @@
|
|||
"infill_wipe_dist": { "value": 0.0 },
|
||||
"wall_0_wipe_dist": { "value": 0.0 },
|
||||
|
||||
"fill_outline_gaps": { "value": false },
|
||||
"filter_out_tiny_gaps": { "value": false },
|
||||
|
||||
"retraction_speed": {
|
||||
|
|
|
|||
|
|
@ -1385,7 +1385,7 @@
|
|||
"maximum_value": "wall_line_width_0",
|
||||
"type": "float",
|
||||
"limit_to_extruder": "wall_0_extruder_nr",
|
||||
"enabled": true
|
||||
"enabled": "fill_outline_gaps"
|
||||
},
|
||||
"min_bead_width":
|
||||
{
|
||||
|
|
@ -1398,7 +1398,7 @@
|
|||
"maximum_value_warning": "wall_line_width_0",
|
||||
"type": "float",
|
||||
"limit_to_extruder": "wall_0_extruder_nr",
|
||||
"enabled": true
|
||||
"enabled": "fill_outline_gaps"
|
||||
},
|
||||
"xy_offset":
|
||||
{
|
||||
|
|
|
|||
|
|
@ -173,6 +173,7 @@
|
|||
"top_bottom_thickness": { "value": "layer_height_0 + layer_height * 3 if layer_height > 0.15 else 0.8" },
|
||||
"optimize_wall_printing_order": { "value": true },
|
||||
"filter_out_tiny_gaps": { "value": false },
|
||||
"fill_outline_gaps": { "value": false },
|
||||
"z_seam_type": { "value": "'sharpest_corner'" },
|
||||
"z_seam_corner": { "value": "'z_seam_corner_weighted'" },
|
||||
|
||||
|
|
|
|||
|
|
@ -92,6 +92,7 @@
|
|||
"outer_inset_first": {"value": true },
|
||||
"alternate_extra_perimeter": {"value": false },
|
||||
"filter_out_tiny_gaps": {"value": true },
|
||||
"fill_outline_gaps": {"value": true },
|
||||
"z_seam_type": {"value": "'shortest'"},
|
||||
"z_seam_x": {"value": "300"},
|
||||
"z_seam_y": {"value": "325"},
|
||||
|
|
|
|||
|
|
@ -112,6 +112,7 @@
|
|||
"minimum_support_area": { "value": 2 },
|
||||
"minimum_interface_area": { "value": 10 },
|
||||
|
||||
"fill_outline_gaps": { "value": false },
|
||||
"filter_out_tiny_gaps": { "value": false },
|
||||
|
||||
"adhesion_type": { "value": "'skirt'" },
|
||||
|
|
|
|||
|
|
@ -129,6 +129,7 @@
|
|||
"minimum_support_area": { "value": 2 },
|
||||
"minimum_interface_area": { "value": 10 },
|
||||
|
||||
"fill_outline_gaps": { "value": false },
|
||||
"filter_out_tiny_gaps": { "value": false },
|
||||
|
||||
"adhesion_type": { "value": "'skirt'" },
|
||||
|
|
|
|||
|
|
@ -130,6 +130,7 @@
|
|||
"minimum_support_area": { "value": 2 },
|
||||
"minimum_interface_area": { "value": 10 },
|
||||
|
||||
"fill_outline_gaps": { "value": false },
|
||||
"filter_out_tiny_gaps": { "value": false },
|
||||
|
||||
"adhesion_type": { "value": "'skirt'" },
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@
|
|||
"acceleration_travel":{"value":1000},
|
||||
"acceleration_travel_layer_0":{"value":1000.0},
|
||||
"expand_skins_expand_distance":{"value":0.8},
|
||||
"fill_outline_gaps":{"default_value":false},
|
||||
"infill_sparse_density":{"value":15},
|
||||
"meshfix_maximum_resolution":{"value":0.25},
|
||||
"optimize_wall_printing_order":{"value":true},
|
||||
|
|
|
|||
|
|
@ -590,6 +590,9 @@
|
|||
"jerk_roofing": {
|
||||
"value": "10"
|
||||
},
|
||||
"fill_outline_gaps": {
|
||||
"default_value": true
|
||||
},
|
||||
"layer_height": {
|
||||
"default_value": 0.2
|
||||
},
|
||||
|
|
|
|||
|
|
@ -47,6 +47,7 @@
|
|||
"adhesion_type": { "default_value": "skirt" },
|
||||
"skirt_line_count": {"default_value": 2},
|
||||
"skirt_gap": { "default_value": 2},
|
||||
"fill_outline_gaps": { "default_value": true},
|
||||
"infill_sparse_density": { "default_value": 15},
|
||||
"retraction_amount": { "default_value": 2.5},
|
||||
"retraction_speed": { "default_value": 30},
|
||||
|
|
|
|||
|
|
@ -95,6 +95,7 @@
|
|||
"infill_wipe_dist": { "value": 0.0 },
|
||||
"wall_0_wipe_dist": { "value": 0.0 },
|
||||
|
||||
"fill_outline_gaps": { "value": false },
|
||||
"filter_out_tiny_gaps": { "value": false },
|
||||
|
||||
"retraction_speed": {
|
||||
|
|
|
|||
|
|
@ -136,6 +136,7 @@
|
|||
"layer_height_0": { "resolve": "max(0.2, min(extruderValues('layer_height')))" },
|
||||
"line_width": { "value": "machine_nozzle_size * 1.125" },
|
||||
"wall_line_width": { "value": "machine_nozzle_size" },
|
||||
"fill_outline_gaps": { "default_value": true },
|
||||
"meshfix_maximum_resolution": { "default_value": 0.01 },
|
||||
"infill_before_walls": { "default_value": false },
|
||||
"zig_zaggify_infill": { "value": true },
|
||||
|
|
|
|||
|
|
@ -55,6 +55,7 @@
|
|||
"cool_fan_speed": { "value": "100" },
|
||||
"cool_fan_speed_max": { "value": "100" },
|
||||
"cool_min_speed": { "value": "5" },
|
||||
"fill_outline_gaps": { "value": "True" },
|
||||
"infill_overlap": { "value": "0" },
|
||||
"min_infill_area": { "value": "1" },
|
||||
"min_skin_width_for_expansion": { "value": "2" },
|
||||
|
|
|
|||
|
|
@ -55,6 +55,7 @@
|
|||
"cool_fan_speed": { "value": "100" },
|
||||
"cool_fan_speed_max": { "value": "100" },
|
||||
"cool_min_speed": { "value": "5" },
|
||||
"fill_outline_gaps": { "value": "True" },
|
||||
"infill_overlap": { "value": "0" },
|
||||
"min_infill_area": { "value": "1" },
|
||||
"min_skin_width_for_expansion": { "value": "2" },
|
||||
|
|
|
|||
|
|
@ -55,6 +55,7 @@
|
|||
"cool_fan_speed": { "value": "100" },
|
||||
"cool_fan_speed_max": { "value": "100" },
|
||||
"cool_min_speed": { "value": "5" },
|
||||
"fill_outline_gaps": { "value": "True" },
|
||||
"infill_overlap": { "value": "0" },
|
||||
"min_infill_area": { "value": "1" },
|
||||
"min_skin_width_for_expansion": { "value": "2" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue