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.
Run:ย python -m pip install --upgrade gcode2zaxe
-
Show help:
g2z -h
-
Convert gcode file to zaxe file:
g2z -g <gcode_file_path>
-
-n, --name:
Output file base name. Defaults to the gcode file name -> (-g <gcode_file_path>
). -
-f, --filament:
Filament type. Defaults tozaxe_pla
. Materials mostly start withzaxe_
. -
-d, --nozzle_diameter:
Nozzle diameter. Defaults to0.4
. -
-m, --model:
Zaxe printer model. Defaults toX1
. See available models in the models list.
-
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.
-
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.