Search found 82 matches

by cemoa9
Thu Mar 31, 2022 7:02 pm
Forum: KMotionCNC, G Code Files, Offsets, Post Process
Topic: G95
Replies: 8
Views: 1517

Re: G95

Hello Tom,

Thank you for your help ! I will set this tomorrow morning.

Francois
by cemoa9
Thu Mar 31, 2022 5:31 pm
Forum: New Feature Request
Topic: Tool radius compensation on G18
Replies: 4
Views: 1917

Tool radius compensation on G18

Hello Tom,

A great improvement would to get tool radius compensation working on lathes so with G18. Sure CAM softs can generate a correct toolpath without this feature activated, but for some applications CAM may be just much slower / complicated / not optimized.

Cordially,

Francois
by cemoa9
Thu Mar 31, 2022 1:30 pm
Forum: KMotionCNC, G Code Files, Offsets, Post Process
Topic: G95
Replies: 8
Views: 1517

G95

Hello Tom, On my lathe I encountered an issue with G95, at the G1 after the axis would not move Here is the code : G43 H1007 G95 G96 M3 S80 D500 G0 X14 Z0 G1 X-1 F0.1 I am using 4.35f version and CSS works very well when jogging. I also tried to use M4 instead of M3 did not work neither. No encoder ...
by cemoa9
Tue Mar 15, 2022 7:19 pm
Forum: KMotionCNC, G Code Files, Offsets, Post Process
Topic: Override limit
Replies: 3
Views: 1078

Re: Override limit

Hello Tom,

I am using 4.35f.

I change it from a C program using the same code and it can go to 0, but when the value is under 10%, if I click on the MDI (for example), then the error message pops out.

Cordially,

Francois
by cemoa9
Mon Mar 14, 2022 9:26 am
Forum: KMotionCNC, G Code Files, Offsets, Post Process
Topic: 3rd order motions in G1 - G2 - G3
Replies: 2
Views: 1058

Re: 3rd order motions in G1 - G2 - G3

Hello Tom, Understood, do you plan to make it one day? I will try to set the Low Pass Filter tomorrow, it can be defined in the main of the init file correct? double Tau = 0.005; // seconds for Low Pass Filter Time Constant KLP = exp(-TIMEBASE/Tau); It would not affect the accuracy of a milled diame...
by cemoa9
Sun Mar 13, 2022 8:46 pm
Forum: KMotionCNC, G Code Files, Offsets, Post Process
Topic: 3rd order motions in G1 - G2 - G3
Replies: 2
Views: 1058

3rd order motions in G1 - G2 - G3

Hello Tom,

Just by curiosity (as I am very happy with Kflop + Kmotion general performance), why G1, G2, and G3 do not have anti-jerk ?

Cordially

Francois
by cemoa9
Sun Mar 13, 2022 8:21 pm
Forum: KMotionCNC, G Code Files, Offsets, Post Process
Topic: Override limit
Replies: 3
Views: 1078

Override limit

Hello Tom, Using MPG to set the feedrate and rapid override, I noticed a lower limit of 10%, under this value, Kmotion would drop an error message (which is not so easy to kill as it would reappear until FRO gets over 10% which cannot be changed because of the error message). Is there a motion reaso...
by cemoa9
Tue Feb 01, 2022 8:05 am
Forum: Custom Screens, KMotionCNC Screen Editor
Topic: Size of scroll bar
Replies: 3
Views: 1069

Re: Size of scroll bar

Thank you Tom, it works perfectly, the more I use KmotionCNC the more I love it (especially compared to mach3).

Cordially,

Francois
by cemoa9
Sat Jan 29, 2022 7:54 pm
Forum: Custom Screens, KMotionCNC Screen Editor
Topic: Size of scroll bar
Replies: 3
Views: 1069

Size of scroll bar

Hello Tom,

I made a screenset for my machine which has a touch screen (basically a 10" tablett with windows), it is working very well, but the size of the scroll bar is small for an easy usage (Tool list & Fixture selection), is there a way to increase it?

Cordially

Francois
by cemoa9
Thu Nov 04, 2021 12:54 pm
Forum: Custom Screens, KMotionCNC Screen Editor
Topic: Console bar in Kmotion CNC
Replies: 1
Views: 749

Console bar in Kmotion CNC

Hello Tom,

I have been looking for it without success, is there a way to get the console messages in KmotionCNC ? (maybe a specific printf) That would prove very usefull for debugging at operator level. (soft limit reached, eSTOP, ...)

Cordially

Francois