remove G53 from fixture list

This commit is contained in:
sliptonic
2022-07-12 13:24:05 -05:00
parent ea1236664c
commit a78d504ea4
3 changed files with 233 additions and 253 deletions
-2
View File
@@ -38,7 +38,6 @@ class Fixture:
QT_TRANSLATE_NOOP("App::Property", "Fixture Offset Number"),
)
obj.Fixture = [
"G53",
"G54",
"G55",
"G56",
@@ -68,7 +67,6 @@ class Fixture:
def execute(self, obj):
fixlist = [
"G53",
"G54",
"G55",
"G56",
+1 -1
View File
@@ -54,7 +54,7 @@ DraftVecUtils = LazyLoader("DraftVecUtils", globals(), "DraftVecUtils")
translate = FreeCAD.Qt.translate
if False:
if True:
PathLog.setLevel(PathLog.Level.DEBUG, PathLog.thisModule())
PathLog.trackModule(PathLog.thisModule())
else: