Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Latest commit

 

History

History
87 lines (62 loc) · 2.82 KB

README.rst

File metadata and controls

87 lines (62 loc) · 2.82 KB

LayerView

Latest package version on PyPi PyPI Status Supported Python versions Supported Python implementation Read the Docs documentation Status Main window of LayerView application.

LayerView is a G-code file visualizer and inspector.

Features

  • 3D visualization and inspection of G-code files.
    • Parametrized layer coloring.
    • Adjustable visible layer range.
    • Parameter inspection for model and layers.
  • Supports RepRap G-code flavour and its derivatives. Marlin also works fine with the current feature set.
  • Hardware accelerated 3D rendering via Panda3D.
  • Runs on x86_64 variants of Linux, Windows, MacOS.

Quickstart

Install the latest LayerView package via pip:

pip install -U layerview

Run LayerView:

layerview

See the full documentation for more details on installation and usage.

Contributing

Contributions are welcome, and they are greatly appreciated! Every little bit helps, and credit will always be given. See the Contributing page for more details on how to contribute to this project.

Credits

This package was created with Cookiecutter and the briggySmalls/cookiecutter-pypackage project template.