Skip to content

Commit

Permalink
FEM: Update MaterialEditor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FEA-eng authored Aug 5, 2024
1 parent d7764ec commit 0eb7640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Material/MaterialEditor.py
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@ def editMaterial(material=None, card_path=None, category="Solid"):
MaterialEditor.openEditor()
doc = FreeCAD.open(
FreeCAD.ConfigGet("AppHomePath") + "data/examples/FemCalculixCantilever3D.FCStd"
FreeCAD.ConfigGet("AppHomePath") + "data/examples/FEMExample.FCStd"
)
import MaterialEditor
MaterialEditor.openEditor("SolidMaterial", "Material")
Expand Down

0 comments on commit 0eb7640

Please sign in to comment.