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",