From 3696d43590984752ad5c0162bdbf95db701e4cb0 Mon Sep 17 00:00:00 2001 From: Noisyfox Date: Mon, 23 Jun 2025 16:53:35 +0800 Subject: [PATCH] Fix invalid value for `symmetric_infill_y_axis` (#9983) --- resources/profiles/BBL/process/fdm_process_common.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/profiles/BBL/process/fdm_process_common.json b/resources/profiles/BBL/process/fdm_process_common.json index 8a9c65ad17..f4c9efb184 100644 --- a/resources/profiles/BBL/process/fdm_process_common.json +++ b/resources/profiles/BBL/process/fdm_process_common.json @@ -74,5 +74,5 @@ "scarf_angle_threshold": "155", "infill_shift_step": "0.4", "infill_rotate_step": "0", - "symmetric_infill_y_axis": "false" + "symmetric_infill_y_axis": "0" } \ No newline at end of file