From 37f8923d7dd4e212482292e21ac1e2f3fba5598e Mon Sep 17 00:00:00 2001 From: Daniel Haensse Date: Fri, 31 May 2019 16:15:05 +0200 Subject: [PATCH] adding skeleton for tests --- app/test.py | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/app/test.py b/app/test.py index be52b03..9751025 100644 --- a/app/test.py +++ b/app/test.py @@ -15,3 +15,23 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +import data +import excellon +import robotcontrol + +# using folder tmp +# create a new project +# save it +# load it + +# import excellon file +# convert it to json +# select diameter +# select drill hole by coordinate +# deselect drill hole by coordinate +# transform coordinate from click event + +# create g-code for soldering +# create g-code for home +# create g-code for go xyz +# convert g-code to array \ No newline at end of file