Skip to content

Commit

Permalink
[#71941] Remove images
Browse files Browse the repository at this point in the history
  • Loading branch information
Pawel Koszalka committed Jan 24, 2025
1 parent 4ac8577 commit 90d3450
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 4 deletions.
Binary file removed docs/images/color.png
Binary file not shown.
Binary file removed docs/images/eye.png
Binary file not shown.
Binary file removed docs/images/play.png
Binary file not shown.
Binary file removed docs/images/range.png
Binary file not shown.
5 changes: 1 addition & 4 deletions src/paraview_scripts/paraview_preview.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,8 @@ def run_preview(files: list[str]) -> None:
animationScene.Play()


def run() -> None:
if __name__ == "__main__":
layer = os.environ["GERBER2EMS_PREVIEW_LAYER"]

files = get_sim_results(layer)
run_preview(files)


run()

0 comments on commit 90d3450

Please sign in to comment.