Remove redundant overrides

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Jaime van Kessel 2023-11-29 13:46:32 +01:00 committed by GitHub
parent d6c16b8ac7
commit dff3f1a406
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 9 additions and 9 deletions

View file

@ -131,7 +131,7 @@
"support_interface_density": { "value": 33.333 },
"support_interface_height": { "value": "layer_height * 3" },
"support_interface_pattern": { "value": "'zigzag'" },
"support_interface_skip_height": { "value": 0.2 },
"support_pattern": { "value": "'zigzag'" },
"support_wall_count": { "value": 0 },
"support_xy_distance": { "value": "wall_line_width_0 * 2" },

View file

@ -132,7 +132,7 @@
"support_interface_density": { "value": 33.333 },
"support_interface_height": { "value": "layer_height * 3" },
"support_interface_pattern": { "value": "'zigzag'" },
"support_interface_skip_height": { "value": 0.2 },
"support_pattern": { "value": "'zigzag'" },
"support_wall_count": { "value": 0 },
"support_xy_distance": { "value": "wall_line_width_0 * 2" },

View file

@ -119,7 +119,7 @@
"support_interface_density": { "value": 33.333 },
"support_interface_height": { "value": "layer_height * 3" },
"support_interface_pattern": { "value": "'zigzag'" },
"support_interface_skip_height": { "value": 0.2 },
"support_pattern": { "value": "'zigzag'" },
"support_wall_count": { "value": 0 },
"support_xy_distance": { "value": "wall_line_width_0 * 2" },

View file

@ -41,7 +41,7 @@
"infill_line_width": { "value": "line_width + 0.1" },
"infill_overlap": { "value": 30 },
"infill_pattern": { "value": "'lines' if infill_sparse_density > 50 else 'cubic'" },
"infill_sparse_density": { "value": 20 },
"infill_wipe_dist": { "value": 0.0 },
"layer_height_0": { "value": 0.2 },
"machine_buildplate_type": { "value": "'glass'" },

View file

@ -20,7 +20,7 @@
"cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" },
"cool_min_layer_time": { "value": 10 },
"gantry_height": { "value": 40 },
"jerk_enabled": { "value": false },
"jerk_print": { "value": 8 },
"jerk_travel": { "value": "jerk_print" },
"jerk_travel_layer_0": { "value": "jerk_travel" },

View file

@ -47,9 +47,9 @@
"infill_enable_travel_optimization": { "value": "True" },
"infill_line_width": { "value": "round(line_width * 1.1, 2)" },
"infill_pattern": { "value": "'gyroid'" },
"initial_layer_line_width_factor": { "value": "100" },
"layer_height_0": { "value": "layer_height" },
"line_width": { "value": "machine_nozzle_size" },
"machine_buildplate_type": { "value": "'glass'" },
"machine_center_is_zero": { "default_value": false },
"machine_depth": { "default_value": 220 },

View file

@ -46,9 +46,9 @@
"infill_enable_travel_optimization": { "value": "True" },
"infill_line_width": { "value": "round(line_width * 1.1, 2)" },
"infill_pattern": { "value": "'gyroid'" },
"initial_layer_line_width_factor": { "value": "100" },
"layer_height_0": { "value": "layer_height" },
"line_width": { "value": "machine_nozzle_size" },
"machine_buildplate_type": { "value": "'glass'" },
"machine_center_is_zero": { "default_value": false },
"machine_depth": { "default_value": 200 },