@bbenny7 @Ben_BarrIngh Just adding to the discussion. But the compare slopes option in Fit Model performs the exact same analyses as the compare parameter estimates in the Fit Curve platform. You are comparing each group's individual slope against the overall mean slope. If you want paired comparisons of slopes then the multiple comparison option cannot do this, as it only compares mean responses. You can see this if you look at the Multiple Comparisons output.
In order to get paired comparisons of slopes in a linear model like this, you can use the often-forgotten Custom test option in Fit Model. This allows you to specify linear contrasts of your parameter estimates for your specified model. I find these tricky to understand at first as you need to know how contrasts work and how JMP parameterizes their model coefficients.
What I like to do is to fire up Custom Test and click "Add Column" to get the same number of columns of group slopes that I have. Then you can get your individual slope estimates for each group by specifying a +1 for the X term, or the overall average slope, and a 1 for the group*X interaction for each group. Now due to parameterization of linear models, the final group is actually a +1 for the overall average slope term and a -1 for the other 4 groups. This will get you your slope estimate for Group E. You can also verify all of these estimates by doing the math yourself, or by looking at the Compare Slopes output which shows the group slopes.
Finally, in order to get any paired difference in group slopes, you just subtract the 2 columns of interest. In the example I saved to your data table I first found each group slope estimate, A-E in that order, and then in the 6th final column I took the 1st column-5th column. This result is a linear contrast of the differences in slopes for Group A and group E. Which turns out to be 2.1786. You can always double check this result by just doing subtraction on the individual slope estimates you get from anywhere else in the report. The nice thing about this method however is that you get a standard error for this difference in slopes estimate, as well as a p-value.
Sorry for the long explanation but I leverage Custom Tests quite a bit for this exact function and thought I would share.