Search found 15 matches

by dynomotion
Mon Mar 12, 2018 6:05 pm
Forum: Miscellaneous
Topic: Code test
Replies: 1
Views: 3632

Re: Code test

BOOL pure_angle; // compute total distance tool will move by considering both linear and angular movements double d = FeedRateDistance(dx, dy, dz, da, db, dc, &pure_angle); if (d==0.0 && !RapidMode) return 0; // ignore zero length moves // if this move is expected to take more than 1/2th of the dow...
by dynomotion
Thu Feb 01, 2018 4:28 am
Forum: Bug Reports
Topic: KMotionCNC Screen Editor Action Execute C Program
Replies: 2
Views: 5508

Re: KMotionCNC Screen Editor Action Execute C Program

Hi dropTarget, You are correct that was a bug introduced in V4.34k. Now that actions from buttons are executed from worker Threads care must be taken that any dynamically created Action data lives until the worker Thread completes. Here is a patch that should fix this problem. Replace this file in y...
by dynomotion
Thu Jan 25, 2018 4:47 am
Forum: Noise, Grounding, Shielding Issues
Topic: Read Failed - Auto Disconnect
Replies: 4
Views: 11184

Re: Read Failed - Auto Disconnect

Hi axeman, That is usually an issue with grounding and noise. Are you using a good quality and short USB cable? The cable should have a good shield connection from shell to shell of less than 1 ohm. Ferrite bead/chokes can be helpful. Any noisy signals near the USB cable? Is the frame of the machine...
by dynomotion
Mon Jan 22, 2018 4:16 pm
Forum: Announcements
Topic: Welcome to the Dynomotion forum!
Replies: 19
Views: 32025

Re: Welcome to the Dynomotion forum!

Hi Eric,

G73 isn't supported but G83 is.

Regards
TK
by dynomotion
Thu Jan 11, 2018 5:05 pm
Forum: Announcements
Topic: Welcome to the Dynomotion forum!
Replies: 19
Views: 32025

Welcome to the Dynomotion forum!

Welcome to the Dynomotion forum! Here you can discuss all issues and questions regarding Dynomotion's line of boards (KFLOP, Kanalog, Konnect, KSTEP, SnapAmp and KNozz). There are several advantages to using this forum such as: No ads. Ever! Attach an unlimited number of files, such as txt, pdf, vid...