From 0702d13263bf501c1db074ce1544e60b95161210 Mon Sep 17 00:00:00 2001 From: "bozo.kopic" Date: Sun, 7 Nov 2021 15:52:44 +0100 Subject: major rewrite --- playground/calculate/.gitignore | 3 --- playground/calculate/params.yaml | 12 ------------ playground/calculate/run.sh | 10 ---------- 3 files changed, 25 deletions(-) delete mode 100644 playground/calculate/.gitignore delete mode 100644 playground/calculate/params.yaml delete mode 100755 playground/calculate/run.sh (limited to 'playground/calculate') diff --git a/playground/calculate/.gitignore b/playground/calculate/.gitignore deleted file mode 100644 index 70dafff..0000000 --- a/playground/calculate/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -/result.yaml -/output.pdf -/output.svg diff --git a/playground/calculate/params.yaml b/playground/calculate/params.yaml deleted file mode 100644 index 605acec..0000000 --- a/playground/calculate/params.yaml +++ /dev/null @@ -1,12 +0,0 @@ ---- -cut_width: 1 -panels: - p1: - width: 50 - height: 50 -items: - i1: - width: 5 - height: 5 - can_rotate: true -... diff --git a/playground/calculate/run.sh b/playground/calculate/run.sh deleted file mode 100755 index b1670e3..0000000 --- a/playground/calculate/run.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -PYTHONPATH=../../src_py python -m opcut \ - --json-schemas-path ../../schemas_json \ - --ui-path ../../build/js \ - calculate \ - --params params.yaml \ - --result result.yaml \ - --output output.pdf \ - $* -- cgit v1.2.3-70-g09d2