- in Distance Plugin: "snap to center" feature now works outside the Editors too (for Gerber object pads and Excellon object drill holes)
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
|
||||
from PyQt6 import QtCore, QtWidgets, QtGui
|
||||
|
||||
from shapely.geometry import Polygon, LineString
|
||||
from shapely.geometry import Polygon, LineString, box, MultiPolygon, MultiPoint, MultiLineString, LinearRing, Point
|
||||
from shapely.strtree import STRtree
|
||||
|
||||
import gettext
|
||||
import appTranslation as fcTranslate
|
||||
|
||||
Reference in New Issue
Block a user