Inventor cam - Repetier-host. Tool Gcode.
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
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
Comments
- () 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.
https://www.mediafire.com/file/4kaqtsab2bnw4za/ER.nc
Here, out, generate by my code tool
https://www.mediafire.com/file/rtj2h6ds72ayjp3/OUT.gcode
G2 Y130.3 Z-0.645 J-19.9
Add?
G2 Y130.3 J-19.9
G1 Z-0.645
G17
G18
G19
G54
M9
M6
M8
T1
T0
I eliminated them.
Check Repetier.ino to see the list of supported gcodes.