G-Code Error

Moderators: TomKerekes, dynomotion

Post Reply
BepsIt
Posts: 12
Joined: Wed Apr 17, 2019 4:43 pm

G-Code Error

Post by BepsIt » Thu May 09, 2019 5:28 pm

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

User avatar
TomKerekes
Posts: 2529
Joined: Mon Dec 04, 2017 1:49 am

Re: G-Code Error

Post by TomKerekes » Thu May 09, 2019 5:52 pm

Hi Beppe,

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

Tom Kerekes
Dynomotion, Inc.

BepsIt
Posts: 12
Joined: Wed Apr 17, 2019 4:43 pm

Re: G-Code Error

Post by BepsIt » Thu May 09, 2019 6:33 pm

Ok Tom

Thanks

Post Reply