diff --git a/resources/machines/RigidBot.json b/resources/machines/RigidBot.json index 6c7dd8bd15..99991e5fdb 100644 --- a/resources/machines/RigidBot.json +++ b/resources/machines/RigidBot.json @@ -51,7 +51,7 @@ "speed_topbottom": { "default": 15.0, "visible": true }, "speed_travel": { "default": 150.0, "visible": true }, "speed_layer_0": { "min_value": "0.1", "default": 15.0, "visible": true }, - "infill_overlap": { "default": 0.04, "inherit_function": "0.1 * line_width if infill_sparse_density < 95 else 0" }, + "infill_overlap": { "default": 10.0 }, "cool_fan_enabled": { "default": false, "visible": true }, "cool_fan_speed": { "default": 0.0, "visible": true }, "skirt_line_count": { "default": 3, "active_if": { "setting": "adhesion_type", "value": "None" } }, diff --git a/resources/machines/bq_hephestos_2.json b/resources/machines/bq_hephestos_2.json index ce9a6d064f..cc87057cc5 100644 --- a/resources/machines/bq_hephestos_2.json +++ b/resources/machines/bq_hephestos_2.json @@ -45,7 +45,7 @@ "wall_thickness": { "default": 1.2, "visible": false }, "top_bottom_thickness": { "default": 1.2, "visible": false }, "infill_sparse_density": { "default": 20.0 }, - "infill_overlap": { "default": 0.06, "inherit_function": "0.15 * line_width if infill_sparse_density < 95 else 0", "visible": false }, + "infill_overlap": { "default": 15.0, "visible": false }, "speed_print": { "default": 60.0 }, "speed_travel": { "default": 160.0 }, "speed_layer_0": { "default": 30.0, "visible": true }, diff --git a/resources/machines/bq_witbox_2.json b/resources/machines/bq_witbox_2.json index f1e7759bdd..4eb9b67d99 100644 --- a/resources/machines/bq_witbox_2.json +++ b/resources/machines/bq_witbox_2.json @@ -45,7 +45,7 @@ "wall_thickness": { "default": 1.2, "visible": false }, "top_bottom_thickness": { "default": 1.2, "visible": false }, "infill_sparse_density": { "default": 20.0 }, - "infill_overlap": { "default": 0.06, "inherit_function": "0.15 * line_width if infill_sparse_density < 95 else 0", "visible": false }, + "infill_overlap": { "default": 15.0, "visible": false }, "speed_print": { "default": 60.0 }, "speed_travel": { "default": 160.0 }, "speed_layer_0": { "default": 30.0, "visible": true }, diff --git a/resources/machines/innovo-inventor.json b/resources/machines/innovo-inventor.json index 890be31d1b..7ba8b9a48c 100644 --- a/resources/machines/innovo-inventor.json +++ b/resources/machines/innovo-inventor.json @@ -43,6 +43,6 @@ "speed_topbottom": { "default": 30.0, "visible": true }, "speed_travel": { "default": 150.0, "visible": true }, "speed_layer_0": { "min_value": 0.1, "default": 30.0, "visible": true }, - "infill_overlap": { "default": 0.04, "inherit_function": "0.1 * line_width if infill_sparse_density < 95 else 0" } + "infill_overlap": { "default": 10.0 } } } \ No newline at end of file