From ec3c48d95e33964fe2d7204574ffa1009dfb684a Mon Sep 17 00:00:00 2001 From: SoftFever Date: Fri, 20 Sep 2024 00:09:00 +0800 Subject: [PATCH] fix profile error --- resources/profiles/Co Print/process/fdm_process_common.json | 2 +- .../profiles/Co Print/process/fdm_process_coprint_common.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/profiles/Co Print/process/fdm_process_common.json b/resources/profiles/Co Print/process/fdm_process_common.json index 5db997bb70..841ddc2ea6 100644 --- a/resources/profiles/Co Print/process/fdm_process_common.json +++ b/resources/profiles/Co Print/process/fdm_process_common.json @@ -74,7 +74,7 @@ "xy_contour_compensation": "0", "resolution": "0.012", "wall_generator": "classic", - "wall_sequence": "inner-outer wall", + "wall_sequence": "inner wall/outer wall", "print_flow_ratio": "1", "top_shell_layers": "4", "internal_bridge_flow": "0.9031", diff --git a/resources/profiles/Co Print/process/fdm_process_coprint_common.json b/resources/profiles/Co Print/process/fdm_process_coprint_common.json index 9606c7ec52..c9df5e9979 100644 --- a/resources/profiles/Co Print/process/fdm_process_coprint_common.json +++ b/resources/profiles/Co Print/process/fdm_process_coprint_common.json @@ -82,7 +82,7 @@ "xy_contour_compensation": "0", "resolution": "0.012", "wall_generator": "classic", - "wall_sequence": "inner-outer wall", + "wall_sequence": "inner wall/outer wall", "print_flow_ratio": "1", "internal_bridge_flow": "0.9031", "gap_fill_target": "everywhere",