Fix issues pointed out by linter

CURA-12167
This commit is contained in:
Erwan MATHIEU 2024-10-03 13:28:51 +02:00
parent a2e0701492
commit 78be499aeb

View File

@ -136,11 +136,7 @@
"enabled": false, "enabled": false,
"value": false "value": false
}, },
"jerk_travel_enabled": "jerk_travel_enabled": { "enabled": false },
{
"enabled": false,
"value": false
},
"layer_height_0": { "value": "layer_height if adhesion_type == 'raft' else layer_height * 1.25" }, "layer_height_0": { "value": "layer_height if adhesion_type == 'raft' else layer_height * 1.25" },
"line_width": { "value": 0.42 }, "line_width": { "value": 0.42 },
"machine_center_is_zero": { "default_value": true }, "machine_center_is_zero": { "default_value": true },
@ -368,7 +364,6 @@
"support_top_distance": { "value": "support_z_distance" }, "support_top_distance": { "value": "support_z_distance" },
"support_use_towers": { "value": false }, "support_use_towers": { "value": false },
"support_xy_distance": { "value": 0.3 }, "support_xy_distance": { "value": 0.3 },
"support_xy_distance_overhang": { "value": 0.2 },
"support_xy_overrides_z": { "value": "'xy_overrides_z'" }, "support_xy_overrides_z": { "value": "'xy_overrides_z'" },
"support_z_distance": { "value": "layer_height if support_structure == 'tree' else 0.25" }, "support_z_distance": { "value": "layer_height if support_structure == 'tree' else 0.25" },
"top_bottom_thickness": { "value": "5 * layer_height" }, "top_bottom_thickness": { "value": "5 * layer_height" },