Page 1 of 1

G-Code Error

Posted: Thu May 09, 2019 5:28 pm
by BepsIt
Hello Tom
I started to use KmotionCNC on my mill and i set CAM post processor as "Generic LinuxCNC(EMC2)". All files are working fine but only if i delete G91.1 (incremental IJK mode) from the beginning, otherways KmotionCNC notify a "G_Code Error".
Is this a bug or what else? Currently I am using Kmotion434 Kflop software

%
(FORATURA SOPRA CANDELE 8)
(T1 D=8. CR=0. TAPER=118DEG - ZMIN=-28.5 - DRILL)
N10 G90 G94 G17 G91.1 <-- this is the instruction i must to delete
N15 G21
N20 G53 G0 Z0.
....

Beppe

Re: G-Code Error

Posted: Thu May 09, 2019 5:52 pm
by TomKerekes
Hi Beppe,

KMotionCNC doesn't support G91.1. It is always in incremental IJK mode. You will need to remove it.

Re: G-Code Error

Posted: Thu May 09, 2019 6:33 pm
by BepsIt
Ok Tom

Thanks