mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 07:11:12 -06:00
[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:
parent
a9c572f0a9
commit
2e4e1a2e0f
3 changed files with 3 additions and 3 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue