Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add translation functionality to pyDulcificum
Build pyDulcificum target Usage: ```bash cd build/<Debug/Release> source generate/conanrun.sh cd pyDulcificum python ``` Then in the Python interpreter you can do: ```python import pyDulcificum as du gcode = du.read_file("<path_to_gcode_file>.gcode") # this will simply return the file content as a string miracle_jtp = du.gcode_2_miracle_jtp(gcode) # Translate the gcode to a jsontoolpath as string du.write_file("<path_to_jsontoolpath_file>.jsontoolpath", jsontoolpath) ``` Contributes to CURA-10561
- Loading branch information