Fix invalid value for symmetric_infill_y_axis (#9983)

This commit is contained in:
Noisyfox
2025-06-23 16:53:35 +08:00
committed by GitHub
parent 51d844af2c
commit 3696d43590

View File

@@ -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"
}