Search found 7 matches

by roberto.gotti
Thu Apr 09, 2026 5:06 pm
Forum: Custom Screens, KMotionCNC Screen Editor
Topic: KMotionCNC Screen Editor - PC VC Exmple Dir
Replies: 3
Views: 3236

Re: KMotionCNC Screen Editor - PC VC Exmple Dir

Hi Tom, I can confirm that the patch works and the application starts correctly even after deleting the PC VC Examples folder. Unfortunately, the PC VC Examples\KMotionCNC\Screens\Backup folder is recreated every time you edit and save a .scr file. It would be perfect if the Backup folder was create...
by roberto.gotti
Fri Apr 03, 2026 12:47 pm
Forum: Custom Screens, KMotionCNC Screen Editor
Topic: KMotionCNC Screen Editor - PC VC Exmple Dir
Replies: 3
Views: 3236

KMotionCNC Screen Editor - PC VC Exmple Dir

Hi Tom, I found an unclear condition. If I delete PC VC Example folder from my installation there is no way to run KMotionScreenEditor.Exe. I can erase all files contained in this folder exept resource.h and KMotionCNC.rc. I assume the application looks for these files in the PC VC Example directory...
by roberto.gotti
Thu Apr 02, 2026 4:22 pm
Forum: C Programs
Topic: DoHomeIndexFunction debounce time
Replies: 2
Views: 3485

Re: DoHomeIndexFunction debounce time

Hi Tom,
Thanks a lot for your suggestion.
I agree with you about "eliminate the source of the noise" as best option.
by roberto.gotti
Tue Mar 31, 2026 5:09 pm
Forum: C Programs
Topic: DoHomeIndexFunction debounce time
Replies: 2
Views: 3485

DoHomeIndexFunction debounce time

Hi Tom, we have some problem during axis homing. It often happens, but only on one axis, that during the dog switch search phase, the axis stops searching before actually finding it and zeros in the wrong place. I'm worried that it might be due to some noise picked up by the sensor cable. As a zero ...
by roberto.gotti
Fri Apr 04, 2025 8:08 am
Forum: KMotionCNC, G Code Files, Offsets, Post Process
Topic: KmotionCNC start with error
Replies: 3
Views: 34782

Re: KmotionCNC start with error

Hi Tom,
do you think it's possible for you to include the change in the next release?

Thanks
by roberto.gotti
Wed Apr 02, 2025 5:05 pm
Forum: KMotionCNC, G Code Files, Offsets, Post Process
Topic: KmotionCNC start with error
Replies: 3
Views: 34782

KmotionCNC start with error

KmotionCNC does not start and gives error "Unable to open Screen resource.h file" if the directory "PC VC Examples\KMotionCNC" is not present in the installation directory.
We would like to have a clean installation with the minimum of necessary files.
Is there a way to fix this behavior?
by roberto.gotti
Tue Dec 20, 2022 9:06 pm
Forum: Custom Screens, KMotionCNC Screen Editor
Topic: Label, button and UserButton Hide in runtine
Replies: 2
Views: 37480

Label, button and UserButton Hide in runtine

Hi,
is it possible to hide Label, Buttun or UserButton by code during runtime?
Example : Hide a UserButton during Gcode program execution.
Thanks