- QRCode Tool - a SVG object is generated and plotted on screen having the QRCode data

- fixed an import error in Distance Tool
This commit is contained in:
Marius Stanciu
2019-10-23 22:53:38 +03:00
committed by Marius
parent 70fbb7f852
commit c8a97e69d0
6 changed files with 180 additions and 24 deletions

View File

@@ -11,7 +11,7 @@ from FlatCAMTool import FlatCAMTool
from flatcamGUI.VisPyVisuals import *
from flatcamGUI.GUIElements import FCEntry
import copy
from copy import copy
import math
import logging
import gettext