Gcode to Zaxe Converter | executable: g2z
Project description
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.
Installation
Run: python -m pip install --upgrade gcode2zaxe
Usage
-
Show help:
g2z -h
-
Convert gcode file to zaxe file:
g2z -g <gcode_file_path>
Optional Parameters
-
-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.
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file gcode2zaxe-2022.6.25.tar.gz
.
File metadata
- Download URL: gcode2zaxe-2022.6.25.tar.gz
- Upload date:
- Size: 15.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.64.0 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 96e87f60a8d1676e7ceefadff472431ecbbbeea76091988a5771a5de85679b22 |
|
MD5 | c747b2c5e6d28aa72dacbebb446509e6 |
|
BLAKE2b-256 | 7257c8c2384d30b2b8a6d837a6f0b33d0bf6d4716d7f032caee32696a7aefc47 |