Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime van Kessel <nallath@gmail.com>2022-06-17 16:57:40 +0300
committerJaime van Kessel <nallath@gmail.com>2022-06-17 16:57:40 +0300
commit3101f2aea409f139de94e0b808beb3e7d5c60134 (patch)
tree1e747b661dbb01afe5b59a9190d907ca6fd63b69 /resources/definitions
parent3689c097f38f4d4571dfa344df42e49ee795250c (diff)
Remove filter_out_tiny_gaps from definitions
This setting doesn't exist anymore.
Diffstat (limited to 'resources/definitions')
-rw-r--r--resources/definitions/anet3d.def.json1
-rw-r--r--resources/definitions/artillery_base.def.json1
-rwxr-xr-xresources/definitions/biqu_base.def.json1
-rwxr-xr-xresources/definitions/biqu_bx_abl.def.json1
-rw-r--r--resources/definitions/creality_base.def.json1
-rw-r--r--resources/definitions/flyingbear_base.def.json1
-rw-r--r--resources/definitions/goofoo_base.def.json1
-rw-r--r--resources/definitions/hms434.def.json1
-rw-r--r--resources/definitions/kingroon_base.def.json1
-rw-r--r--resources/definitions/koonovo_base.def.json1
-rw-r--r--resources/definitions/koonovo_kn3.def.json1
-rw-r--r--resources/definitions/koonovo_kn5.def.json1
-rw-r--r--resources/definitions/longer_base.def.json1
-rw-r--r--resources/definitions/maker_made_300x.def.json1
-rw-r--r--resources/definitions/mingda_base.def.json1
-rw-r--r--resources/definitions/mixware_hyper_s.def.json3
-rw-r--r--resources/definitions/tronxy_x.def.json4
-rw-r--r--resources/definitions/two_trees_base.def.json1
-rw-r--r--resources/definitions/weedo_x40.def.json1
19 files changed, 1 insertions, 23 deletions
diff --git a/resources/definitions/anet3d.def.json b/resources/definitions/anet3d.def.json
index 54092bcf25..59ad93416c 100644
--- a/resources/definitions/anet3d.def.json
+++ b/resources/definitions/anet3d.def.json
@@ -87,7 +87,6 @@
"wall_0_wipe_dist": { "value": 0.2 },
"fill_outline_gaps": { "value": false },
- "filter_out_tiny_gaps": { "value": true },
"retraction_speed": {
"maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')",
diff --git a/resources/definitions/artillery_base.def.json b/resources/definitions/artillery_base.def.json
index 76e2cb3fef..eabe97ba03 100644
--- a/resources/definitions/artillery_base.def.json
+++ b/resources/definitions/artillery_base.def.json
@@ -192,7 +192,6 @@
"wall_0_wipe_dist": { "value": 0.0 },
"fill_outline_gaps": { "value": false },
- "filter_out_tiny_gaps": { "value": false },
"retraction_speed": {
"maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')",
diff --git a/resources/definitions/biqu_base.def.json b/resources/definitions/biqu_base.def.json
index 748660742d..82ee71dd7a 100755
--- a/resources/definitions/biqu_base.def.json
+++ b/resources/definitions/biqu_base.def.json
@@ -97,7 +97,6 @@
"wall_0_wipe_dist": { "value": 0.0 },
"fill_outline_gaps": { "value": false },
- "filter_out_tiny_gaps": { "value": false },
"retraction_speed": {
"maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')",
diff --git a/resources/definitions/biqu_bx_abl.def.json b/resources/definitions/biqu_bx_abl.def.json
index 3b6b60c2e4..4877e669b6 100755
--- a/resources/definitions/biqu_bx_abl.def.json
+++ b/resources/definitions/biqu_bx_abl.def.json
@@ -27,7 +27,6 @@
"infill_overlap": { "value": 15.0 },
"skin_overlap": { "value": 20.0 },
"fill_outline_gaps": { "value": true },
- "filter_out_tiny_gaps": { "value": true },
"roofing_layer_count": { "value": 2 },
"xy_offset_layer_0": { "value": -0.1 },
"speed_print": { "value": 50 },
diff --git a/resources/definitions/creality_base.def.json b/resources/definitions/creality_base.def.json
index 6aebd0db4e..4d2391f959 100644
--- a/resources/definitions/creality_base.def.json
+++ b/resources/definitions/creality_base.def.json
@@ -196,7 +196,6 @@
"wall_0_wipe_dist": { "value": 0.0 },
"fill_outline_gaps": { "value": false },
- "filter_out_tiny_gaps": { "value": false },
"retraction_speed": {
"maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')",
diff --git a/resources/definitions/flyingbear_base.def.json b/resources/definitions/flyingbear_base.def.json
index b0c839ea89..89da5ecf70 100644
--- a/resources/definitions/flyingbear_base.def.json
+++ b/resources/definitions/flyingbear_base.def.json
@@ -175,7 +175,6 @@
"wall_0_wipe_dist": { "value": 0.0 },
"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'" },
diff --git a/resources/definitions/goofoo_base.def.json b/resources/definitions/goofoo_base.def.json
index 67a5a4f4cc..05f34bf8fe 100644
--- a/resources/definitions/goofoo_base.def.json
+++ b/resources/definitions/goofoo_base.def.json
@@ -97,7 +97,6 @@
"wall_0_wipe_dist": { "value": 0.0 },
"fill_outline_gaps": { "value": false },
- "filter_out_tiny_gaps": { "value": false },
"retraction_speed": {
"maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')",
diff --git a/resources/definitions/hms434.def.json b/resources/definitions/hms434.def.json
index 20acb6e3cf..80466d45bd 100644
--- a/resources/definitions/hms434.def.json
+++ b/resources/definitions/hms434.def.json
@@ -91,7 +91,6 @@
"wall_0_inset": {"value": "0" },
"inset_direction": {"value": "'outside_in'" },
"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"},
diff --git a/resources/definitions/kingroon_base.def.json b/resources/definitions/kingroon_base.def.json
index 83c8da9f0f..a8dd8725e2 100644
--- a/resources/definitions/kingroon_base.def.json
+++ b/resources/definitions/kingroon_base.def.json
@@ -207,7 +207,6 @@
"wall_0_wipe_dist": { "value": 0.0 },
"fill_outline_gaps": { "value": false },
- "filter_out_tiny_gaps": { "value": false },
"retraction_speed": {
"maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')",
diff --git a/resources/definitions/koonovo_base.def.json b/resources/definitions/koonovo_base.def.json
index b0791dd251..bb984d6650 100644
--- a/resources/definitions/koonovo_base.def.json
+++ b/resources/definitions/koonovo_base.def.json
@@ -113,7 +113,6 @@
"minimum_interface_area": { "value": 10 },
"fill_outline_gaps": { "value": false },
- "filter_out_tiny_gaps": { "value": false },
"adhesion_type": { "value": "'skirt'" },
"brim_replaces_support": { "value": false },
diff --git a/resources/definitions/koonovo_kn3.def.json b/resources/definitions/koonovo_kn3.def.json
index 0750eec47a..dc0c40837d 100644
--- a/resources/definitions/koonovo_kn3.def.json
+++ b/resources/definitions/koonovo_kn3.def.json
@@ -130,7 +130,6 @@
"minimum_interface_area": { "value": 10 },
"fill_outline_gaps": { "value": false },
- "filter_out_tiny_gaps": { "value": false },
"adhesion_type": { "value": "'skirt'" },
"brim_replaces_support": { "value": false },
diff --git a/resources/definitions/koonovo_kn5.def.json b/resources/definitions/koonovo_kn5.def.json
index 16d34caf15..9870c85eb6 100644
--- a/resources/definitions/koonovo_kn5.def.json
+++ b/resources/definitions/koonovo_kn5.def.json
@@ -131,7 +131,6 @@
"minimum_interface_area": { "value": 10 },
"fill_outline_gaps": { "value": false },
- "filter_out_tiny_gaps": { "value": false },
"adhesion_type": { "value": "'skirt'" },
"brim_replaces_support": { "value": false },
diff --git a/resources/definitions/longer_base.def.json b/resources/definitions/longer_base.def.json
index 09ac8c3692..2a2e6f5867 100644
--- a/resources/definitions/longer_base.def.json
+++ b/resources/definitions/longer_base.def.json
@@ -97,7 +97,6 @@
"wall_0_wipe_dist": { "value": 0.0 },
"fill_outline_gaps": { "value": false },
- "filter_out_tiny_gaps": { "value": false },
"retraction_amount": { "default_value": 5 },
"retraction_speed": {
diff --git a/resources/definitions/maker_made_300x.def.json b/resources/definitions/maker_made_300x.def.json
index efe5b18ec8..70479856e3 100644
--- a/resources/definitions/maker_made_300x.def.json
+++ b/resources/definitions/maker_made_300x.def.json
@@ -51,7 +51,6 @@
"optimize_wall_printing_order": {"value": false },
"inset_direction": {"value": "'inside_out'" },
"alternate_extra_perimeter": {"value": false },
- "filter_out_tiny_gaps": {"value": true },
"fill_outline_gaps": {"value": true },
"xy_offset": {"value": 0},
"skin_no_small_gaps_heuristic": {"value": true },
diff --git a/resources/definitions/mingda_base.def.json b/resources/definitions/mingda_base.def.json
index 699942c813..f59a26fc1a 100644
--- a/resources/definitions/mingda_base.def.json
+++ b/resources/definitions/mingda_base.def.json
@@ -194,7 +194,6 @@
"wall_0_wipe_dist": { "value": 0.0 },
"fill_outline_gaps": { "value": false },
- "filter_out_tiny_gaps": { "value": false },
"retraction_speed": {
"maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')",
diff --git a/resources/definitions/mixware_hyper_s.def.json b/resources/definitions/mixware_hyper_s.def.json
index 0e82f1d4a3..12e55444cf 100644
--- a/resources/definitions/mixware_hyper_s.def.json
+++ b/resources/definitions/mixware_hyper_s.def.json
@@ -150,9 +150,6 @@
"fill_outline_gaps": {
"default_value": false
},
- "filter_out_tiny_gaps": {
- "default_value": false
- },
"retraction_hop": {
"default_value": 0.2
},
diff --git a/resources/definitions/tronxy_x.def.json b/resources/definitions/tronxy_x.def.json
index 98832a636c..9665ca0f4f 100644
--- a/resources/definitions/tronxy_x.def.json
+++ b/resources/definitions/tronxy_x.def.json
@@ -84,7 +84,6 @@
"wall_0_wipe_dist": { "value": 0.0 },
"fill_outline_gaps": { "value": true },
- "filter_out_tiny_gaps": { "value": true },
"retraction_speed": {
"maximum_value_warning": "machine_max_feedrate_e",
@@ -99,8 +98,7 @@
"maximum_value_warning": "machine_max_feedrate_e",
"maximum_value": 200
},
-
- "retraction_hop_enabled": { "value": "True" },
+
"retraction_hop": { "value": 0.2 },
"retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" },
"retraction_combing_max_distance": { "value": 30 },
diff --git a/resources/definitions/two_trees_base.def.json b/resources/definitions/two_trees_base.def.json
index 2da670cdf6..b672a2f4cd 100644
--- a/resources/definitions/two_trees_base.def.json
+++ b/resources/definitions/two_trees_base.def.json
@@ -64,7 +64,6 @@
"wall_0_wipe_dist": { "value": 0.0 },
"fill_outline_gaps": { "value": false },
- "filter_out_tiny_gaps": { "value": false },
"retraction_hop_enabled": { "value": "False" },
"retraction_hop": { "value": 0.2 },
diff --git a/resources/definitions/weedo_x40.def.json b/resources/definitions/weedo_x40.def.json
index 6dc45612b1..9fb5cad2d8 100644
--- a/resources/definitions/weedo_x40.def.json
+++ b/resources/definitions/weedo_x40.def.json
@@ -211,7 +211,6 @@
"cool_fan_speed_max": { "value": "100" },
"cool_min_speed": { "value": "7" },
"fill_outline_gaps": { "value": false },
- "filter_out_tiny_gaps": { "value": false },
"infill_line_width": { "value": "round(line_width * 0.42 / 0.35, 2)" },
"infill_overlap": { "value": 30.0 },
"infill_pattern": { "value": "'lines' if infill_sparse_density > 50 else 'cubic'" },