Skip to content
This repository has been archived by the owner on Apr 7, 2019. It is now read-only.

Speeds and feeds calculator enhancement #96

Open
MeJasonT opened this issue Feb 23, 2017 · 13 comments
Open

Speeds and feeds calculator enhancement #96

MeJasonT opened this issue Feb 23, 2017 · 13 comments

Comments

@MeJasonT
Copy link

Hi gerritv,
I have spent days trying to figure out how to calculate feeds and speeds for my milling machine and relate it to GRBL.
I have the following known values Max rpm =3600 X and Y setting is $110=450 (x max rate, mm/min)
$111=450 (y max rate, mm/min) $112=500.000 (z max rate, mm/min). The biggest pain in the butt is nearly all the formulas you find on the web are American imperial measurements. you then have to convert to mm and end up with really odd feed rates like 350000 what! - i figure i just enter F450 S3600 as that's as far as i can go. It great for John at NYCCNC on youtube showing us how to zigzag the feeds and rpm's to get the best out of our tools but some of us cant peddle fast enough to reach Tormach speeds.
So a calculator on the GUI which takes into account the settings we use in GRBLPanel would be a very nice toy to have. Just in case you were tempted. At some point you will turn round to us and say why don't you just go and buy an industrial CNC VMC instead of turning my Gerritv Gui into top end software. You cant blame us for being enthusiastic about your enthusiasm lol.
I've just learnt today that i can use a macro to run quick test code from the GUI instead of importing a text/nc file, feels really professional now.

@gerritv
Copy link
Owner

gerritv commented Feb 23, 2017

Interesting. Feeds and speeds are a bit of magic and a bit of calculation. Tool material is a large part of this, carbide generally needs 3x the sfm that hss does. Chip load is the next limiter, which relates to rpm because if you are cutting Al with a 4 flute .125" bit turning 10000 rpm, your machine can't move quick enough to clear the chips, instead of chewing them up again rubbing against your newly cut path.
And then there is machine rigidity.
I play with FSM Wizard on my tablet but it is not really relevant to home machining.
I only have a manual horizontal mill at present so I go by sound feedback to set the feed rate :-) That is why so many Grbl users were asking for Overrirdes, you can adjust on the fly to get optimum rates for your situation without re-doing the Gcode.

Can you doodle up a sketch of what you think this might look like? Tool material, material to be cut, tool diameter, # of flutes, output should be suggested feed rate and spindle rpm.

And no, I won't be suggesting that anyone go out and buy a commercial grade machine. If you had the need and the money you would not be using Grbl/whatever GUI in the first place. Plus you would be losing out on the journey and experiential learning on the road to your machining goals :-)

@wlaw
Copy link

wlaw commented Feb 23, 2017 via email

@MeJasonT
Copy link
Author

MeJasonT commented Feb 24, 2017 via email

@MeJasonT
Copy link
Author

MeJasonT commented Feb 24, 2017 via email

@gerritv
Copy link
Owner

gerritv commented Feb 24, 2017

@MeJasonT Did you mean to attach an Excel file?
When I look in my cutter drawer I realize that too many are dull. So the obvious thing to do was get this and refurb it :-) Will be sharpening cutters next week.
imgp4041

@MeJasonT
Copy link
Author

Yes i did intend to send 2 excel files, although they loaded it looks like the have not gone through.
feed and speed.xlsx

@MeJasonT
Copy link
Author

@MeJasonT
Copy link
Author

Are you looking for a job on the side regrinding tools, you will be inundated with customers for that fantastic machine.

@MeJasonT
Copy link
Author

MeJasonT commented Feb 24, 2017

Just to show Im not anti United Trump of America here is a great link to a good old slide rule, well worth a look. http://solo.dc3.com/VirtRule/md-speed-feed/virtual-md-speed-feed.html

@gerritv
Copy link
Owner

gerritv commented Feb 25, 2017

I really like the slide rules etc. I have a few for things such as SHCS details. So much quicker than flipping through Machinery's Handbook or Mechanical and Metal Trades Handbook (EU).

I think when I implement this tool it will need to have a way to enter your materials and SFM/SMM's yourself. That way you control the results a bit more to your liking/machine's liking.

@MeJasonT
Copy link
Author

I agree, the tables were just rule of info i found from other sources. Having said that most of the tables i found gave similar information for SFM's

@MeJasonT
Copy link
Author

Are you going to be kind and offer both imperial and metric conversions.

@MeJasonT
Copy link
Author

btw my account picture was my old ship in the Royal Navy HMS Danae

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants