workbench small six
This commit is contained in:
parent
c454e00a65
commit
b07fceca2a
2 changed files with 6 additions and 6 deletions
|
@ -323,11 +323,11 @@ Tools.spawnClassCommand("FrameCommand",
|
|||
"MenuText": "Make a free frame",
|
||||
"ToolTip": "Make a freestanding reference frame."})
|
||||
|
||||
Tools.spawnClassCommand("ASM4StructureParsing",
|
||||
RobossemblerFreeCadExportScenario().call,
|
||||
{"Pixmap": str(os.path.join(icondir, "assembly4.svg")),
|
||||
"MenuText": "Make a ASM4 parsing",
|
||||
"ToolTip": "Make a ASM4 1"})
|
||||
# Tools.spawnClassCommand("ASM4StructureParsing",
|
||||
# RobossemblerFreeCadExportScenario().call,
|
||||
# {"Pixmap": str(os.path.join(icondir, "assembly4.svg")),
|
||||
# "MenuText": "Make a ASM4 parsing",
|
||||
# "ToolTip": "Make a ASM4 1"})
|
||||
Tools.spawnClassCommand("SelectedPartFrameCommand",
|
||||
makeSelectedPartFrames,
|
||||
{"Pixmap": str(os.path.join(icondir, "partframe.svg")),
|
||||
|
|
|
@ -47,7 +47,7 @@ def export_coordinate_systems():
|
|||
|
||||
print("Экспорт обьектов завершен.")
|
||||
|
||||
export_coordinate_systems()
|
||||
# export_coordinate_systems()
|
||||
|
||||
|
||||
#работает
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue