This commit is contained in:
2025-03-28 19:40:11 +06:00
parent af559092bf
commit 1d062a087f
26 changed files with 360 additions and 514 deletions

View File

@@ -1018,7 +1018,7 @@ class semiAutomaticTrench:
self.unregister_editing_callbacks()
class CommandTrench: # V1:
'''class CommandTrench: # V1:
"""Gui command for the Line tool."""
def GetResources(self):
@@ -1107,5 +1107,5 @@ if FreeCAD.GuiUp:
FreeCADGui.addCommand('PVPlantTrench', CommandTrench())
FreeCADGui.addCommand('PVPlantSemiAutomaticTrench', CommandSemiAutomaticTrench())
FreeCADGui.addCommand('Trenches', CommandTrenchGroup())
FreeCADGui.addCommand('Trenches', CommandTrenchGroup())'''