Search found 7 matches
- Wed Jun 26, 2019 10:33 pm
- Forum: KMotionCNC, G Code Files, Offsets, Post Process
- Topic: Kinematics for KFLOP linear and circular
- Replies: 3
- Views: 3742
Re: Kinematics for KFLOP linear and circular
Ah right yes this is true what you are saying. However I guess what I am meaning is we need a way to edit the "G" in the gcode because those are specific to gantry xyz machines. We have an 8 axis cable robot that connects to a single head unit and that moves in 3d space. When say a G1 command is use...
- Mon Jun 24, 2019 9:12 pm
- Forum: KMotionCNC, G Code Files, Offsets, Post Process
- Topic: ADD 2 more axis to KMotionCNC interface
- Replies: 3
- Views: 2965
ADD 2 more axis to KMotionCNC interface
KMotionCNC shows 6 axis on the interface. We are using 8 axis so is there a way to add the other 2 axis under the axis fields?
- Mon Jun 24, 2019 9:09 pm
- Forum: KMotionCNC, G Code Files, Offsets, Post Process
- Topic: Kinematics for KFLOP linear and circular
- Replies: 3
- Views: 3742
Kinematics for KFLOP linear and circular
Is there kinematics for KFLOP? (Note KFLOP may have this functionality but its called something else). We have another controller that is a TRIO and they have some functionality that offers linear and circular kinematics such that you can make lines and circles without doing point to point gcode and...
- Thu Jun 20, 2019 10:16 pm
- Forum: Custom Screens, KMotionCNC Screen Editor
- Topic: Add Home button in KMotionCNC
- Replies: 3
- Views: 3914
Re: Add Home button in KMotionCNC
Ok I got it work it was a simple fix just made an absolute path for that one line:
#include "D:\Programs\KMotion434\C Programs\KflopToKMotionCNCFunctions.c"
So for the future what is the fix to not to have to do the full path? I know it's simple but totally forget.
#include "D:\Programs\KMotion434\C Programs\KflopToKMotionCNCFunctions.c"
So for the future what is the fix to not to have to do the full path? I know it's simple but totally forget.
- Thu Jun 20, 2019 9:41 pm
- Forum: Custom Screens, KMotionCNC Screen Editor
- Topic: Add Home button in KMotionCNC
- Replies: 3
- Views: 3914
Re: Add Home button in KMotionCNC
Thanks so much for the reply! So not sure what I am forgetting maybe I need to include some paths or something but I get this error when I hit the home button while the gcode is running and if I first hit the pause button then the home it gives only the error compiling message. I set the feed rate a...
- Tue Jun 04, 2019 10:55 pm
- Forum: Custom Screens, KMotionCNC Screen Editor
- Topic: Add Home button in KMotionCNC
- Replies: 3
- Views: 3914
Add Home button in KMotionCNC
Need a Home button to go to zero position. From right click on KMotionCNC>Tool setup screen>User Buttons Add button name eg Home. Add key eg 100. Add execute prog. Add thread eg 4. Add var eg 0. Create "home.c" file and point to it in c file field. Note I created the home.c file using Atom which is ...
- Wed May 29, 2019 7:24 pm
- Forum: Miscellaneous
- Topic: Restart 3d print or CNC job after power failure
- Replies: 1
- Views: 2516
Restart 3d print or CNC job after power failure
Using KFLOP for complex 3d printer machine. So after slicing the 3d model and executing the gcode on KFLOP any ideas on how to create a setup where if the power is shut down or some kind of glitch happens you can restart the 3d print at the last point in space on the model? Maybe there is a way to s...