From cc3a3fcd761f71bff3488ea2aeada9e50f63bc7d Mon Sep 17 00:00:00 2001 From: Jack_up <36533859+GiacomoGuaresi@users.noreply.github.com> Date: Sat, 28 Jun 2025 04:51:24 +0200 Subject: [PATCH] added skin_infill_line_width and skeleton_infill_line_width to fix Ginger Additive profiles (#9994) * fix: added skin_infill_line_width and skeleton_infill_line_width to print profiles as nozzle_size is greater than 0.4 * fix: update version to 0.0.0.1 in multiple process profiles --- .../profiles/Ginger Additive/process/0.60mm Standard.json | 4 +++- .../profiles/Ginger Additive/process/1.50mm Standard.json | 4 +++- .../profiles/Ginger Additive/process/1.80mm Vasemode.json | 4 +++- .../profiles/Ginger Additive/process/2.50mm Standard.json | 4 +++- .../profiles/Ginger Additive/process/4.00mm Standard.json | 4 +++- 5 files changed, 15 insertions(+), 5 deletions(-) diff --git a/resources/profiles/Ginger Additive/process/0.60mm Standard.json b/resources/profiles/Ginger Additive/process/0.60mm Standard.json index 0b08cb66bb..97fc0d11f1 100644 --- a/resources/profiles/Ginger Additive/process/0.60mm Standard.json +++ b/resources/profiles/Ginger Additive/process/0.60mm Standard.json @@ -67,11 +67,13 @@ "travel_acceleration": "2500", "travel_jerk": "7", "travel_speed": "250", - "version": "0.0.0.0", + "version": "0.0.0.1", "wipe_on_loops": "1", "wipe_speed": "30", "xy_contour_compensation": "0", "xy_hole_compensation": "0", "instantiation": "true", + "skin_infill_line_width": "1.2", + "skeleton_infill_line_width": "1.2", "compatible_printers": ["Ginger G1 1.2 nozzle"] } diff --git a/resources/profiles/Ginger Additive/process/1.50mm Standard.json b/resources/profiles/Ginger Additive/process/1.50mm Standard.json index 9657edc661..09f6147be2 100644 --- a/resources/profiles/Ginger Additive/process/1.50mm Standard.json +++ b/resources/profiles/Ginger Additive/process/1.50mm Standard.json @@ -56,7 +56,7 @@ "travel_acceleration": "2500", "travel_jerk": "7", "travel_speed": "250", - "version": "0.0.0.0", + "version": "0.0.0.1", "wall_generator": "arachne", "wall_loops": "1", "wipe_on_loops": "1", @@ -64,5 +64,7 @@ "xy_contour_compensation": "0", "xy_hole_compensation": "0", "instantiation": "true", + "skin_infill_line_width": "3.0", + "skeleton_infill_line_width": "3.0", "compatible_printers": ["Ginger G1 3.0 nozzle"] } diff --git a/resources/profiles/Ginger Additive/process/1.80mm Vasemode.json b/resources/profiles/Ginger Additive/process/1.80mm Vasemode.json index d081db4351..0405ba1923 100644 --- a/resources/profiles/Ginger Additive/process/1.80mm Vasemode.json +++ b/resources/profiles/Ginger Additive/process/1.80mm Vasemode.json @@ -63,12 +63,14 @@ "travel_acceleration": "2500", "travel_jerk": "7", "travel_speed": "250", - "version": "0.0.0.0", + "version": "0.0.0.1", "wall_loops": "1", "wipe_on_loops": "1", "wipe_speed": "40", "xy_contour_compensation": "0", "xy_hole_compensation": "0", "instantiation": "true", + "skin_infill_line_width": "3.0", + "skeleton_infill_line_width": "3.0", "compatible_printers": ["Ginger G1 3.0 nozzle"] } diff --git a/resources/profiles/Ginger Additive/process/2.50mm Standard.json b/resources/profiles/Ginger Additive/process/2.50mm Standard.json index f43aca97b2..b31a1d1607 100644 --- a/resources/profiles/Ginger Additive/process/2.50mm Standard.json +++ b/resources/profiles/Ginger Additive/process/2.50mm Standard.json @@ -63,7 +63,7 @@ "travel_acceleration": "2500", "travel_jerk": "7", "travel_speed": "250", - "version": "0.0.0.0", + "version": "0.0.0.1", "wall_generator": "arachne", "wall_loops": "1", "wipe_on_loops": "1", @@ -71,5 +71,7 @@ "xy_contour_compensation": "0", "xy_hole_compensation": "0", "instantiation": "true", + "skin_infill_line_width": "5.0", + "skeleton_infill_line_width": "5.0", "compatible_printers": ["Ginger G1 5.0 nozzle"] } diff --git a/resources/profiles/Ginger Additive/process/4.00mm Standard.json b/resources/profiles/Ginger Additive/process/4.00mm Standard.json index fe057dc3f1..58b3e95371 100644 --- a/resources/profiles/Ginger Additive/process/4.00mm Standard.json +++ b/resources/profiles/Ginger Additive/process/4.00mm Standard.json @@ -61,7 +61,7 @@ "travel_acceleration": "2500", "travel_jerk": "7", "travel_speed": "250", - "version": "0.0.0.0", + "version": "0.0.0.1", "wall_generator": "arachne", "wall_loops": "1", "wipe_on_loops": "1", @@ -69,5 +69,7 @@ "xy_contour_compensation": "0", "xy_hole_compensation": "0", "instantiation": "true", + "skin_infill_line_width": "8.0", + "skeleton_infill_line_width": "8.0", "compatible_printers": ["Ginger G1 8.0 nozzle"] }