Omnimusha Hi, I wanted to share this little program with you. I have seen that inventor-cam does not give a repetitive-host support, so I set myself the task of doing this translation from gbrl (Cam) to repetier-host. I have not done many of its functioning of this tools. but apparently it looks cute, know how to blame for the errors that may or may not arise. is open source, if someone wants to contribute or contribute ideas, welcome it. On the other hand, do not program much, so know how to apologize for my code. From already thank you very much. https://www.mediafire.com/file/v28qu5k5q62mfmb/AUTODESK_INVERNTOR_CAM_TO_REPETIER_HOST_TOOLS_GCODE.rar
Repetier Are the examples what you generate? Because they are wrong. Errors I saw directly are- () instead of ; for comments- finish with %- Use of sticky G code numbers is not supported. You need to repeat G1 for every new coordinate set.
Omnimusha hello, this is the file generated by inventorcam (grbl) <---- imput. https://www.mediafire.com/file/4kaqtsab2bnw4za/ER.nc Here, out, generate by my code tool https://www.mediafire.com/file/rtj2h6ds72ayjp3/OUT.gcode
Omnimusha hello, this is the file generated by inventorcam (grbl) imput. https://www.mediafire.com/file/4kaqtsab2bnw4za/ER.nc Here, out, generate by my code tool https://www.mediafire.com/file/rtj2h6ds72ayjp3/OUT.gcode
Omnimusha here, should I add G1, to coordinate z? G2 Y130.3 Z-0.645 J-19.9 Add? G2 Y130.3 J-19.9 G1 Z-0.645
Repetier It is not important if host has them, more important is if firmware supports it.Check Repetier.ino to see the list of supported gcodes.
Omnimusha https://www.mediafire.com/file/nqs9cjzpavcs19h/15-02-2019-AUTODESK_INVERNTOR_CAM_TO_REPETIER_HOST_TOOLS_GCODE.rar/file