Skip to content

Commit

Permalink
adding skeleton for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
swissembedded committed May 31, 2019
1 parent 2b73fed commit 37f8923
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions app/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,23 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

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

0 comments on commit 37f8923

Please sign in to comment.