From 2e4e1a2e0f83f6c22e6d692e07c5a961bf232732 Mon Sep 17 00:00:00 2001 From: Thomas Date: Mon, 15 Jan 2024 15:15:40 +0100 Subject: [PATCH] [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" --- .../Anycubic/process/0.15mm Optimal @Anycubic Kobra2.json | 2 +- .../Anycubic/process/0.20mm Standard @Anycubic Kobra2.json | 2 +- .../Anycubic/process/0.30mm Draft @Anycubic Kobra2.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic Kobra2.json b/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic Kobra2.json index 5ec4bb391e..9c75644713 100644 --- a/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic Kobra2.json +++ b/resources/profiles/Anycubic/process/0.15mm Optimal @Anycubic Kobra2.json @@ -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", diff --git a/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic Kobra2.json b/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic Kobra2.json index b756a74fe8..7be6a36476 100644 --- a/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic Kobra2.json +++ b/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic Kobra2.json @@ -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", diff --git a/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic Kobra2.json b/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic Kobra2.json index 5663d6a3c2..59f44fea87 100644 --- a/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic Kobra2.json +++ b/resources/profiles/Anycubic/process/0.30mm Draft @Anycubic Kobra2.json @@ -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",