You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 7, 2019. It is now read-only.
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.
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.