G-S-E / SolidCAM-postprocessor-for-LinuxCNC

SolidCAM postprocessor with LinuxCNC support.
GNU General Public License v3.0
9 stars 3 forks source link

Wrong gCode #1

Open 2andr opened 7 years ago

2andr commented 7 years ago

Thank you for you work, but i get errors in LinuxCNC (2.7.8) when open gCode from this postprocessor Here is raw gCode from SolidCam (2015) LOGOPLANE-4.txt

But All ok If i delete all rows from begin to row started with G0..........

and delete two rows at end o105 endrepeat o106 endrepeat

G-S-E commented 7 years ago

Seems, that MSG operator at row 12 generated with wrong syntax. (linuxcnc.org/docs/html/gcode/overview.html) Also, I will fix messages language to switch it from russian to english, ASAP. But, unfortunately, currently I not working with CNC stuff...

FYI - it's very easy to fix it yourself - postprocessor file (FANUC.GPP) can be opened in any text editor and can be edited easy. SolidCAM postprocessor programming reference manual can be found in WWW.

2017-03-06 13:31 GMT, Sandr notifications@github.com:

Thank you for you work, but i get errors in LinuxCNC (2.7.8) when open gCode from this postprocessor Here is raw gCode from SolidCam (2015) LOGOPLANE-4.txt

But All ok If i delete all rows from begin to row started with G0..........

and delete two rows at end o105 endrepeat o106 endrepeat

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/G-S-E/SolidCAM-postprocessor-for-LinuxCNC/issues/1