Skip to content

Commit

Permalink
SUKU part export removed
Browse files Browse the repository at this point in the history
  • Loading branch information
SukuWc committed Jul 3, 2024
1 parent f94d93a commit c5dc90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/freecad_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def exportScreenshot(label, filename):
FreeCADGui.updateGui()
FreeCADGui.updateGui()

if sono.TypeId == "App::Part":
if sono.TypeId == "App::PartNOTACTIVE":
print(obj.Label, obj.Name, "STEP")
sono.Shape.exportStep("temp/"+obj.Label+".step")
#__objs__=[]
Expand Down

0 comments on commit c5dc90d

Please sign in to comment.