Browse Source

Added setting for initial layer support distance
CURA-5527

Aleksei S 6 years ago
parent
commit
914b3a648b
2 changed files with 16 additions and 0 deletions
  1. 15 0
      resources/definitions/fdmprinter.def.json
  2. 1 0
      resources/setting_visibility/expert.cfg

+ 15 - 0
resources/definitions/fdmprinter.def.json

@@ -3825,6 +3825,21 @@
                             "limit_to_extruder": "support_infill_extruder_nr",
                             "settable_per_mesh": false,
                             "settable_per_extruder": true
+                        },
+                        "support_initial_layer_line_distance":
+                        {
+                            "label": "Initial Layer Support Line Distance",
+                            "description": "Distance between the printed initial layer support structure lines. This setting is calculated by the support density.",
+                            "unit": "mm",
+                            "type": "float",
+                            "minimum_value": "0",
+                            "minimum_value_warning": "support_line_width",
+                            "default_value": 2.66,
+                            "enabled": "support_enable or support_tree_enable",
+                            "value": "support_line_distance",
+                            "limit_to_extruder": "support_infill_extruder_nr",
+                            "settable_per_mesh": false,
+                            "settable_per_extruder": true
                         }
                     }
                 },

+ 1 - 0
resources/setting_visibility/expert.cfg

@@ -227,6 +227,7 @@ zig_zaggify_support
 support_connect_zigzags
 support_infill_rate
 support_line_distance
+support_initial_layer_line_distance
 support_z_distance
 support_top_distance
 support_bottom_distance