remove G53 from fixture list
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user