From 8e2797dde6d2fa601b663ce71d433194970a4df8 Mon Sep 17 00:00:00 2001 From: yw1573 Date: Tue, 28 Jul 2026 10:31:06 +0800 Subject: [PATCH] =?UTF-8?q?style(planning):=20=E9=BB=98=E8=AE=A4=E8=BE=93?= =?UTF-8?q?=E5=87=BA=E6=96=87=E4=BB=B6=E5=90=8D=E6=A8=A1=E6=9D=BF=E7=A9=BA?= =?UTF-8?q?=E6=A0=BC=E6=94=B9=E4=B8=BA=E8=BF=9E=E5=AD=97=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- a1_swap_mod_packer/planning.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/a1_swap_mod_packer/planning.py b/a1_swap_mod_packer/planning.py index 883d988..4e13fab 100644 --- a/a1_swap_mod_packer/planning.py +++ b/a1_swap_mod_packer/planning.py @@ -16,7 +16,7 @@ from .metadata import read_3mf_summary from .models import PlateJob, ThreeMfSummary # 默认输出文件名模板,{plates} 为总盘数,{sources} 为来源标识 -DEFAULT_OUTPUT_PATTERN = "{plates} Plates - {sources}.3mf" +DEFAULT_OUTPUT_PATTERN = "{plates}-Plates-{sources}.3mf" # 摘要解析器类型别名,接受 Path 返回 ThreeMfSummary SummaryResolver = Callable[[Path], ThreeMfSummary]