mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 00:52:04 +00: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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user