[Fix] Fixed error in Anycubic Kobra 2 profile using "rectilinear" sparse infill (#3664)

Fixed error in Anycubic Kobra 2 profile "rectilinear" sparce infill doesn't exist, it is "zig-zag"
This commit is contained in:
Thomas 2024-01-15 15:15:40 +01:00 committed by GitHub
parent a9c572f0a9
commit 2e4e1a2e0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@
"line_width": "0.42",
"infill_direction": "45",
"sparse_infill_density": "10%",
"sparse_infill_pattern": "rectilinear",
"sparse_infill_pattern": "zig-zag",
"initial_layer_acceleration": "2000",
"travel_acceleration": "0",
"inner_wall_acceleration": "0",

View File

@ -29,7 +29,7 @@
"line_width": "0.42",
"infill_direction": "45",
"sparse_infill_density": "10%",
"sparse_infill_pattern": "rectilinear",
"sparse_infill_pattern": "zig-zag",
"initial_layer_acceleration": "2000",
"travel_acceleration": "0",
"inner_wall_acceleration": "0",

View File

@ -29,7 +29,7 @@
"line_width": "0.42",
"infill_direction": "45",
"sparse_infill_density": "10%",
"sparse_infill_pattern": "rectilinear",
"sparse_infill_pattern": "zig-zag",
"initial_layer_acceleration": "2000",
"travel_acceleration": "0",
"inner_wall_acceleration": "0",