Hi Tom,
I've been using Mcode extensively for several days now, and since applying your patch, the 'error loading file' issue has completely disappeared.
Thank you so much for your help!!!
Search found 5 matches
- Wed Mar 26, 2025 4:37 pm
- Forum: C Programs
- Topic: Nondeterministic "error loading file"
- Replies: 17
- Views: 2798
- Tue Mar 18, 2025 3:19 pm
- Forum: C Programs
- Topic: Nondeterministic "error loading file"
- Replies: 17
- Views: 2798
Re: Nondeterministic "error loading file"
Hello everyone, I use custom M code to collect data during my CNC machining, and I find it a very powerful feature in the Kogna motion controller. Custom M codes allow anything that may be programmed in C to be invoked, making them crucial for complex machining tasks. However, after testing with two...
- Tue Mar 18, 2025 1:58 pm
- Forum: KMotionCNC, G Code Files, Offsets, Post Process
- Topic: Exploring Geo Correction Beyond the Z-Axis for CNC Bed Surface Roughness
- Replies: 3
- Views: 218
Re: Exploring Geo Correction Beyond the Z-Axis for CNC Bed Surface Roughness
Hi Tom,
Thank you for your detailed response. I appreciate the insights and suggestions you provided. Since I don't have any recompiling experience, this approach might not be straightforward for me. However, it's good to know and will help me rethink my approach.
Many thanks!!!
Thank you for your detailed response. I appreciate the insights and suggestions you provided. Since I don't have any recompiling experience, this approach might not be straightforward for me. However, it's good to know and will help me rethink my approach.
Many thanks!!!
- Thu Mar 06, 2025 10:01 am
- Forum: KMotionCNC, G Code Files, Offsets, Post Process
- Topic: Exploring Geo Correction Beyond the Z-Axis for CNC Bed Surface Roughness
- Replies: 3
- Views: 218
Exploring Geo Correction Beyond the Z-Axis for CNC Bed Surface Roughness
Hi all, I recently attempted to use geo correction to address the surface roughness of my CNC bed. While it works for Z-axis, I am curious to know if geo correction can be applied to axes other than the Z-axis. The reason for this is that I have been using dual loop control, with my A-axis assigned ...
- Mon Nov 25, 2024 3:17 pm
- Forum: KMotionCNC, G Code Files, Offsets, Post Process
- Topic: Geometric correction
- Replies: 1
- Views: 560
Geometric correction
Hi all, I would like to apply geometric correction for surface unevenness of my CNC router table. Before changing the Z values, I tried applying the following geo file to see what happens: 2,2 1,1 0,0 0,0,0,0,0 0,1,0,1,0 1,0,1,0,0 1,1,1,1,0 I thought there would be no transformation at all on X and ...