mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-05 19:46:35 +08: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
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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…
x
Reference in New Issue
Block a user