- starting to work on Tool Fiducials - created the file
This commit is contained in:
@@ -14,6 +14,7 @@ CAD program, and create G-Code for Isolation routing.
|
|||||||
- 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
|
- fixed some TclCommands: MillDrills and OpenGerber
|
||||||
- fixed bug in Tool Subtract that did not allow subtracting Gerber objects
|
- fixed bug in Tool Subtract that did not allow subtracting Gerber objects
|
||||||
|
- starting to work on Tool Fiducials - created the file
|
||||||
|
|
||||||
18.11.2019
|
18.11.2019
|
||||||
|
|
||||||
|
|||||||
1128
flatcamTools/ToolFiducials.py
Normal file
1128
flatcamTools/ToolFiducials.py
Normal file
File diff suppressed because it is too large
Load Diff
@@ -30,6 +30,7 @@ from flatcamTools.ToolQRCode import QRCode
|
|||||||
from flatcamTools.ToolRulesCheck import RulesCheck
|
from flatcamTools.ToolRulesCheck import RulesCheck
|
||||||
|
|
||||||
from flatcamTools.ToolCopperThieving import ToolCopperThieving
|
from flatcamTools.ToolCopperThieving import ToolCopperThieving
|
||||||
|
from flatcamTools.ToolFiducials import ToolFiducials
|
||||||
|
|
||||||
from flatcamTools.ToolShell import FCShell
|
from flatcamTools.ToolShell import FCShell
|
||||||
from flatcamTools.ToolSolderPaste import SolderPaste
|
from flatcamTools.ToolSolderPaste import SolderPaste
|
||||||
|
|||||||
Reference in New Issue
Block a user