- fixed some TclCommands: MillDrills and OpenGerber
This commit is contained in:
@@ -12,6 +12,7 @@ CAD program, and create G-Code for Isolation routing.
|
|||||||
19.11.2019
|
19.11.2019
|
||||||
|
|
||||||
- removed the f-strings replacing them with the traditional string formatting due of not being supported by older versions of Python 3
|
- removed the f-strings replacing them with the traditional string formatting due of not being supported by older versions of Python 3
|
||||||
|
- fixed some TclCommands: MillDrills and OpenGerber
|
||||||
|
|
||||||
18.11.2019
|
18.11.2019
|
||||||
|
|
||||||
|
|||||||
@@ -5,9 +5,11 @@
|
|||||||
# MIT Licence #
|
# MIT Licence #
|
||||||
# ##########################################################
|
# ##########################################################
|
||||||
|
|
||||||
from ObjectCollection import *
|
|
||||||
from tclCommands.TclCommand import TclCommandSignaled
|
from tclCommands.TclCommand import TclCommandSignaled
|
||||||
|
from FlatCAMObj import FlatCAMExcellon
|
||||||
|
|
||||||
import math
|
import math
|
||||||
|
import collections
|
||||||
|
|
||||||
|
|
||||||
class TclCommandMillDrills(TclCommandSignaled):
|
class TclCommandMillDrills(TclCommandSignaled):
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
from tclCommands.TclCommand import TclCommandSignaled
|
from tclCommands.TclCommand import TclCommandSignaled
|
||||||
from camlib import Geometry, ParseError
|
from camlib import ParseError
|
||||||
|
from FlatCAMObj import FlatCAMGerber
|
||||||
|
|
||||||
import collections
|
import collections
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user