Thread: Web Goblin cnc has begun
Hybrid View
-
19-09-2011 #1
Andrew, the kinco drives are good. I have Nema 34 motors on them and they are fine. The only problem is that the drives generate alot of heat but a couple of cooling fans will take care of that.
Guys, thanks for info on cutter loading/feed speed. I willl have to play with it to get a feel for the right speed and loading. The step over and feed speed was what cut2d generated when I picked that cutter. They can be modified but I decided to go with the stock option as a first timer.
I do have plans for two spindle mounts but havent gotten round to them yet. I have ordered some of the single flute cutters off ebay so that could be a good test when they arrive.
Jonathan I am using USBCNC not Mach3. It has something called look ahead feed built in to it. I think this looks ahead of the block you are running and looks at the program to see what is coming up. It then tries to calculate the optimum speed for those upcomming blocks to keep the machine moving smoothly, well thats what I got out of reading the manual anyway!
-
19-09-2011 #2
Mach also use's look ahead.
CV (constant velocity) and Exact stop are Gcode commands which basicly tell the control software how to react.
If your code outputs G61 then the look ahead won't apply because it's been forced into exact stop mode and look ahead only works in CV mode.
If your code breaks arc's down into tiny lines(like lots of software does) then this will have the affect of jerky movements, it will also have the affect of stopping and starting between arcs and straight lines as exact stop accelerates and deaccelerates point to point, this affects cut quality badly. (Plus it's bloody annoying)
Exact stop will not round tight corners like CV does at high feeds but it can cause the machine to run very slow and quite rough as it accellerates then deaccelrates between each point.
As you can imagine at high feeds this will hammer the machine and motors as it flys upto the corner at high speed then jumps on the brakes for the tight bend.!!
I think if you check there will be settings within USBCNC to help control CV's angular distance where it changes for tight radius and controls rounding at high feeds.
But I think even USBCNC can be put into exact stop mode so G61 will apply basicly cancelling look ahead and CV mode. . . . . Worth checking out.!!
-
The Following User Says Thank You to JAZZCNC For This Useful Post:
-
23-09-2011 #3
Thanks for the info,
I'll probably go for these as I won't have to buy seperate power supplies (I'm going to be using the 8nm nema 34 motors)
Did you mean the drives themselves generate alot of heat, or that they cause the motors to get hot?
Andrew
-
23-09-2011 #4
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
BUILD LOG: It's begun....
By Washout in forum DIY Router Build LogsReplies: 158Last Post: 07-06-2015, 10:03 AM
Bookmarks