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-09-20 14:43:02 +0300
committerJaime van Kessel <nallath@gmail.com>2022-09-20 14:43:02 +0300
commitd64b07d11fe21d11d45845ec908dbde8f695c0b1 (patch)
tree0d5f23100c22c4a66b0ad4ce4318a5bb56dce0af /resources
parent428e78f36f6cfd9df0f9a39aed76f57af6a8e3f1 (diff)
Revert "Pp 230 enable conical support (#13295)"
This reverts commit 47b414a4ae287311b7dba359de6b7eff9452b4cd.
Diffstat (limited to 'resources')
-rw-r--r--resources/definitions/fdmprinter.def.json75
-rw-r--r--resources/definitions/ultimaker.def.json6
2 files changed, 39 insertions, 42 deletions
diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json
index 7c3dbc63b3..2d7712daf7 100644
--- a/resources/definitions/fdmprinter.def.json
+++ b/resources/definitions/fdmprinter.def.json
@@ -4614,42 +4614,6 @@
"settable_per_mesh": false,
"settable_per_extruder": true
},
- "support_conical_enabled": {
- "label": "Enable Conical Support",
- "description": "Make support areas smaller at the bottom than at the overhang.",
- "type": "bool",
- "default_value": false,
- "enabled": "support_enable and support_structure != 'tree'",
- "limit_to_extruder": "support_infill_extruder_nr",
- "settable_per_mesh": true
- },
- "support_conical_angle": {
- "label": "Conical Support Angle",
- "description": "The angle of the tilt of conical support. With 0 degrees being vertical, and 90 degrees being horizontal. Smaller angles cause the support to be more sturdy, but consist of more material. Negative angles cause the base of the support to be wider than the top.",
- "unit": "°",
- "type": "float",
- "minimum_value": "-90",
- "minimum_value_warning": "-45",
- "maximum_value_warning": "45",
- "maximum_value": "90",
- "default_value": 30,
- "enabled": "support_conical_enabled and support_enable and support_structure != 'tree'",
- "limit_to_extruder": "support_infill_extruder_nr",
- "settable_per_mesh": true
- },
- "support_conical_min_width": {
- "label": "Conical Support Minimum Width",
- "description": "Minimum width to which the base of the conical support area is reduced. Small widths can lead to unstable support structures.",
- "unit": "mm",
- "default_value": 5.0,
- "minimum_value": "0",
- "minimum_value_warning": "machine_nozzle_size * 3",
- "maximum_value_warning": "100.0",
- "type": "float",
- "enabled": "support_conical_enabled and support_enable and support_structure != 'tree' and support_conical_angle > 0",
- "limit_to_extruder": "support_infill_extruder_nr",
- "settable_per_mesh": true
- },
"support_type":
{
"label": "Support Placement",
@@ -7034,6 +6998,45 @@
"settable_per_mesh": false,
"settable_per_extruder": true
},
+ "support_conical_enabled":
+ {
+ "label": "Enable Conical Support",
+ "description": "Make support areas smaller at the bottom than at the overhang.",
+ "type": "bool",
+ "default_value": false,
+ "enabled": "support_enable and support_structure != 'tree'",
+ "limit_to_extruder": "support_infill_extruder_nr",
+ "settable_per_mesh": true
+ },
+ "support_conical_angle":
+ {
+ "label": "Conical Support Angle",
+ "description": "The angle of the tilt of conical support. With 0 degrees being vertical, and 90 degrees being horizontal. Smaller angles cause the support to be more sturdy, but consist of more material. Negative angles cause the base of the support to be wider than the top.",
+ "unit": "°",
+ "type": "float",
+ "minimum_value": "-90",
+ "minimum_value_warning": "-45",
+ "maximum_value_warning": "45",
+ "maximum_value": "90",
+ "default_value": 30,
+ "enabled": "support_conical_enabled and support_enable and support_structure != 'tree'",
+ "limit_to_extruder": "support_infill_extruder_nr",
+ "settable_per_mesh": true
+ },
+ "support_conical_min_width":
+ {
+ "label": "Conical Support Minimum Width",
+ "description": "Minimum width to which the base of the conical support area is reduced. Small widths can lead to unstable support structures.",
+ "unit": "mm",
+ "default_value": 5.0,
+ "minimum_value": "0",
+ "minimum_value_warning": "machine_nozzle_size * 3",
+ "maximum_value_warning": "100.0",
+ "type": "float",
+ "enabled": "support_conical_enabled and support_enable and support_structure != 'tree' and support_conical_angle > 0",
+ "limit_to_extruder": "support_infill_extruder_nr",
+ "settable_per_mesh": true
+ },
"magic_fuzzy_skin_enabled":
{
"label": "Fuzzy Skin",
diff --git a/resources/definitions/ultimaker.def.json b/resources/definitions/ultimaker.def.json
index aab796e0a8..c63169fc3a 100644
--- a/resources/definitions/ultimaker.def.json
+++ b/resources/definitions/ultimaker.def.json
@@ -293,12 +293,6 @@
"support_z_distance": {
"value": "0"
},
- "support_conical_enabled": {
- "value": true
- },
- "support_conical_min_width": {
- "value": 10
- },
"top_bottom_pattern": {
"value": "'zigzag'"
}