Skip to content

Commit

Permalink
library examples converted to lsa format
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Hechenberger committed Jun 6, 2014
1 parent cdf99ef commit 0a19ff5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


APPNAME = "lasaurapp"
VERSION = "14.01"
VERSION = "14.01b"
COMPANY_NAME = "com.nortd.labs"
SERIAL_PORT = None
BITSPERSECOND = 57600
Expand Down
3 changes: 1 addition & 2 deletions backend/filereaders/ngc_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@

class NGCReader:
"""Parse subset of G-Code.
TODO!!
"""

def __init__(self, tolerance):
Expand Down

0 comments on commit 0a19ff5

Please sign in to comment.