This commit is contained in:
zcr
2026-03-17 13:06:30 +08:00
parent 81b0f41b6b
commit 0025b997a2

View File

@@ -484,7 +484,7 @@ def combine_svgs(view1_path, view2_path, view3_path, output_svg, output_image):
def step_to_svg(step_path, out_dir,
res: int = 1400, defl: float = 1.5,
res: int = 512, defl: float = 1.5,
ang: float = 65.0, stroke: float = 1.3,
scale: float = 1.0, no_combine: bool = False,
combined_svg: str = None, combined_png: str = None):