Re: [Emc-developers] Max velocity slider and pure rotary motion

2017-01-07 Thread Chris Morley
It is still possible to have the MV slider display actual feed rate while the underlying code uses percentage. It just means the GUI must calculate what feedrate is that percentage of max velocity and display it. I've done the opposite in Gscreen to show MV as a percentage. Then everyobe can

Re: [Emc-developers] Max velocity slider and pure rotary motion

2017-01-07 Thread sam sokolik
I love the MV slider - use it all the time. I need to know that feedrate because a lot of the time I am capping the velocity to the feed rate for testing (or just above) I don't know the solution (as of right now I don't need to cap rotary only motion) But the scaling of actual feed rate is

[Emc-developers] Max velocity slider and pure rotary motion

2017-01-07 Thread John Morris
I've been asked about some seemingly unintuitive behavior: the max velocity slider is not applied to rotary-only motion. You can try this yourself by running the `axis_9axis.ini` config, setting the max velocity slider to zero, and noting rotary axes still move after e.g. `g0 a180 f40`.