Removes missed line width settings

As discussed in CCB, now every line width setting will inherit from the right place
This commit is contained in:
THeijmans 2021-10-21 09:48:55 +02:00
parent 9cc1a24e11
commit 04f37e6283
3 changed files with 0 additions and 6 deletions

View file

@ -100,7 +100,6 @@
"min_feature_size": { "value": "wall_line_width_0 / 4" }, "min_feature_size": { "value": "wall_line_width_0 / 4" },
"min_bead_width": { "value": "wall_line_width_0 / 2" }, "min_bead_width": { "value": "wall_line_width_0 / 2" },
"infill_before_walls": { "value": false }, "infill_before_walls": { "value": false },
"infill_line_width": { "value": "round(line_width * 0.5 / 0.35, 2)" },
"infill_overlap": { "value": "0" }, "infill_overlap": { "value": "0" },
"infill_pattern": { "value": "'triangles'" }, "infill_pattern": { "value": "'triangles'" },
"infill_wipe_dist": { "value": "0" }, "infill_wipe_dist": { "value": "0" },
@ -179,7 +178,6 @@
"top_bottom_thickness": { "value": "1" }, "top_bottom_thickness": { "value": "1" },
"travel_avoid_distance": { "value": "3 if extruders_enabled_count > 1 else machine_nozzle_tip_outer_diameter / 2 * 1.5" }, "travel_avoid_distance": { "value": "3 if extruders_enabled_count > 1 else machine_nozzle_tip_outer_diameter / 2 * 1.5" },
"wall_0_inset": { "value": "0" }, "wall_0_inset": { "value": "0" },
"wall_line_width_x": { "value": "wall_line_width" },
"wall_thickness": { "value": "1" }, "wall_thickness": { "value": "1" },
"zig_zaggify_infill": { "value": "gradual_infill_steps == 0" } "zig_zaggify_infill": { "value": "gradual_infill_steps == 0" }
} }

View file

@ -90,7 +90,6 @@
"cool_fan_speed_max": { "value": "100" }, "cool_fan_speed_max": { "value": "100" },
"cool_min_speed": { "value": "5" }, "cool_min_speed": { "value": "5" },
"infill_before_walls": { "value": false }, "infill_before_walls": { "value": false },
"infill_line_width": { "value": "round(line_width * 0.5 / 0.35, 2)" },
"infill_overlap": { "value": "0" }, "infill_overlap": { "value": "0" },
"infill_pattern": { "value": "'triangles'" }, "infill_pattern": { "value": "'triangles'" },
"infill_wipe_dist": { "value": "0" }, "infill_wipe_dist": { "value": "0" },
@ -165,7 +164,6 @@
"travel_avoid_supports": { "value": "True" }, "travel_avoid_supports": { "value": "True" },
"travel_avoid_distance": { "value": "3 if extruders_enabled_count > 1 else machine_nozzle_tip_outer_diameter / 2 * 1.5" }, "travel_avoid_distance": { "value": "3 if extruders_enabled_count > 1 else machine_nozzle_tip_outer_diameter / 2 * 1.5" },
"wall_0_inset": { "value": "0" }, "wall_0_inset": { "value": "0" },
"wall_line_width_x": { "value": "round(line_width * 0.3 / 0.35, 2)" },
"wall_thickness": { "value": "1" }, "wall_thickness": { "value": "1" },
"meshfix_maximum_resolution": { "value": "(speed_wall_0 + speed_wall_x) / 60" }, "meshfix_maximum_resolution": { "value": "(speed_wall_0 + speed_wall_x) / 60" },
"meshfix_maximum_deviation": { "value": "layer_height / 4" }, "meshfix_maximum_deviation": { "value": "layer_height / 4" },

View file

@ -92,7 +92,6 @@
"cool_fan_speed_max": { "value": "100" }, "cool_fan_speed_max": { "value": "100" },
"cool_min_speed": { "value": "5" }, "cool_min_speed": { "value": "5" },
"infill_before_walls": { "value": false }, "infill_before_walls": { "value": false },
"infill_line_width": { "value": "round(line_width * 0.5 / 0.35, 2)" },
"infill_overlap": { "value": "0" }, "infill_overlap": { "value": "0" },
"infill_pattern": { "value": "'triangles'" }, "infill_pattern": { "value": "'triangles'" },
"infill_wipe_dist": { "value": "0" }, "infill_wipe_dist": { "value": "0" },
@ -169,7 +168,6 @@
"travel_avoid_supports": { "value": "True" }, "travel_avoid_supports": { "value": "True" },
"travel_avoid_distance": { "value": "3 if extruders_enabled_count > 1 else machine_nozzle_tip_outer_diameter / 2 * 1.5" }, "travel_avoid_distance": { "value": "3 if extruders_enabled_count > 1 else machine_nozzle_tip_outer_diameter / 2 * 1.5" },
"wall_0_inset": { "value": "0" }, "wall_0_inset": { "value": "0" },
"wall_line_width_x": { "value": "line_width" },
"wall_thickness": { "value": "1" }, "wall_thickness": { "value": "1" },
"meshfix_maximum_resolution": { "value": "(speed_wall_0 + speed_wall_x) / 60" }, "meshfix_maximum_resolution": { "value": "(speed_wall_0 + speed_wall_x) / 60" },
"meshfix_maximum_deviation": { "value": "layer_height / 4" }, "meshfix_maximum_deviation": { "value": "layer_height / 4" },