Search found 30 matches

by Snyggis
Mon Nov 04, 2024 10:58 pm
Forum: Configuration Issues
Topic: KFlop V1.3 Driver Issues
Replies: 3
Views: 166

Re: KFlop V1.3 Driver Issues

Thanks Tom, I am trying to use this on a corporate computer, many managed settings - I dont even have admin rights. I am most interested in modifying the USB chip so the standard drivers will work. Do you have any further details on how to do that? Maybe another thread where someone has done that? S...
by Snyggis
Mon Nov 04, 2024 9:52 pm
Forum: Configuration Issues
Topic: KFlop V1.3 Driver Issues
Replies: 3
Views: 166

KFlop V1.3 Driver Issues

Greetings, Trying to connect a new Windows 11 computer to an KFlop V1.3 with KMotion Version 5.3.6. The install seems to work, but has an error when I try to install the drivers. Whenever I try to update the driver it says it already has the latest one. Anyone else have this problem? Is the latest s...
by Snyggis
Fri Jun 16, 2023 2:36 pm
Forum: New Feature Request
Topic: One Laptop.. Many KFlops
Replies: 1
Views: 2586

One Laptop.. Many KFlops

Tom, I am using one laptop to control 5+ KFlop machines (Router, Grinder, Mill, 2 axis robot, etc). Each time I have to copy and paste the config files for each machine setup. It works.. but is a bit of a pain keeping everything straight. Would it be possible to streamline this somehow? Maybe a load...
by Snyggis
Tue May 16, 2023 2:34 am
Forum: User Machines
Topic: I am trying to build a 5 axis CNC machine.
Replies: 2
Views: 3047

Re: I am trying to build a 5 axis CNC machine.

I am using Solid Works for a commercial router at work. I had to pay for a post processor from Solidworks, was about $1,000 for a 3 axis machine. I am certain you could pay for a 5 axis post processor.
by Snyggis
Tue May 16, 2023 2:27 am
Forum: User Machines
Topic: Large Format 3D Printer
Replies: 0
Views: 5452

Large Format 3D Printer

Greetings, I am looking at building a new large format 3D printer. Planning to run at least 4X4X4 footprint. I have a few questions: 1. Belt Drive - Does anyone have experience with these linear drivers? https://www.beltdrive.store/ This video explains them quite well, I've struggled with lead screw...
by Snyggis
Thu Mar 23, 2023 6:59 pm
Forum: User Machines
Topic: Vehicle Position Log
Replies: 5
Views: 3585

Re: Vehicle Position Log

Tom,

Could you give me a bit more detail on the script command? Is that something that can be done from the command prompt? I have mainly worked with C programs on the KFlop side of things.

Scott
by Snyggis
Tue Mar 21, 2023 8:14 pm
Forum: User Machines
Topic: Vehicle Position Log
Replies: 5
Views: 3585

Re: Vehicle Position Log

Hi Tom, I think I figured out how to make a separate application send the data from a text file. I just need to make a user program that will poll the axis position and write it to a text file every 0.1 seconds. It has to overwrite the existing data, not append. Does this look correct? #include "KMo...
by Snyggis
Mon Mar 20, 2023 5:32 pm
Forum: User Machines
Topic: Vehicle Position Log
Replies: 5
Views: 3585

Vehicle Position Log

Greetings,

I am using a trying to make a live serial or ethernet stream displaying the current position for the 0 Axis on my machine. Does anyone know if this is possible?

Thanks,

Scott
by Snyggis
Fri Jun 24, 2022 11:20 pm
Forum: KMotionCNC, G Code Files, Offsets, Post Process
Topic: I word with no g2 or g3
Replies: 5
Views: 1937

Re: I word with no g2 or g3

Hi Tom,

I am not sure if it was intending full or half, when I manually type G03 or G02 in on the lines it seems to work without the an X or Y word. It is getting tedious manually editing the code.
by Snyggis
Thu Jun 23, 2022 3:51 pm
Forum: KMotionCNC, G Code Files, Offsets, Post Process
Topic: I word with no g2 or g3
Replies: 5
Views: 1937

I word with no g2 or g3

I am struggling to post a file from SolidCAM. When a G2 or G3 command are repeated, it doesnt include a G2, or G3 on the following line. KMotionCNC doesnt like this. I am wondering why it can take a G00 or G01 in this way, but not a G02 or G03. Is there anything I can do in KMotion, or do I have to ...