Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/egeakman/gcode2zaxe
A CLI application that converts gcode files to Zaxe print-ready files. Don't forget to star the project 🙃
https://github.com/egeakman/gcode2zaxe
3d 3d-design 3d-printing converter cura gcode utility zaxe
Last synced: 6 days ago
JSON representation
A CLI application that converts gcode files to Zaxe print-ready files. Don't forget to star the project 🙃
- Host: GitHub
- URL: https://github.com/egeakman/gcode2zaxe
- Owner: egeakman
- License: agpl-3.0
- Created: 2022-03-15T15:42:19.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-27T01:51:57.000Z (about 2 years ago)
- Last Synced: 2024-12-29T04:07:51.276Z (14 days ago)
- Topics: 3d, 3d-design, 3d-printing, converter, cura, gcode, utility, zaxe
- Language: Python
- Homepage:
- Size: 104 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gcode2zaxe  [![Downloads](https://static.pepy.tech/personalized-badge/gcode2zaxe?period=total&units=international_system&left_color=blue&right_color=yellow&left_text=Downloads)](https://pypi.org/project/gcode2zaxe/)
A CLI application that converts gcode files to Zaxe print-ready files. You can use it from the command line after installing it. The executable name is `g2z`. **Don't forget to star the project on [GitHub](https://github.com/egeakman/gcode2zaxe).**
## Installation
Run:Â ``python -m pip install --upgrade gcode2zaxe``
## Usage
* Show help: ``g2z -h``
* Convert gcode file to zaxe file: ``g2z -g ``
## Optional Parameters
* ``-n, --name:`` Output file base name. Defaults to the gcode file name -> (``-g ``).
* ``-f, --filament:`` Filament type. Defaults to ``zaxe_pla``. Materials mostly start with ``zaxe_``.
* ``-d, --nozzle_diameter:`` Nozzle diameter. Defaults to ``0.4``.
* ``-m, --model:`` Zaxe printer model. Defaults to ``X1``. See available models in the [models list](https://github.com/egeakman/g2z-gui/blob/master/resources.json).
## Contributing
* If you have any suggestions or found any bugs, please open an issue or create a pull request.
* Don't hesitate to open an issue if you have any questions about the code.
## Footnotes
* This application does not guarantee that the output file will be valid or compatible with the printer.
* Use at your own risk. I take no responsibility for any damage to your printer.
* This application has no affiliation with Zaxe or its affiliates.
* This project is licensed under the [AGPLv3 license](https://raw.githubusercontent.com/egeakman/gcode2zaxe/master/LICENSE).