From 020fc556ec2026c4487f2365765b3963ced0571c Mon Sep 17 00:00:00 2001 From: mistangl Date: Mon, 19 May 2025 13:05:14 +0200 Subject: [PATCH] =?UTF-8?q?Test=20der=20Schalter=20--new=20f=C3=BCr=20draw?= =?UTF-8?q?.py=20dazu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/launch.json | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 7d3d55d..c47d675 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -23,6 +23,22 @@ "program": "${file}", "console": "integratedTerminal" }, + { + "name": "getpositions with HundM.dxf", + "type": "debugpy", + "request": "launch", + "program": "${file}", + "console": "integratedTerminal", + "args": [ + "--filename", + "HundM.dxf", + "--sensors", + "--dists", + "--rack", + "--console", + "--write" + ] + }, { "name": "getpositions with easy.dxf", "type": "debugpy", @@ -68,7 +84,19 @@ ] }, { - "name": "draw cable dxf from easy.json", + "name": "draw cable dxf from easy.json to a new dxf", + "type": "debugpy", + "request": "launch", + "program": "${file}", + "console": "integratedTerminal", + "args": [ + "--json", + "easy.json", + "--new" + ] + }, + { + "name": "draw cable dxf from easy.json to new layer", "type": "debugpy", "request": "launch", "program": "${file}", @@ -80,6 +108,7 @@ "easy.dxf" ] }, + { "name": "routing for easy_positions.json", "type": "debugpy",