评论 (4)
#2 – JetForMe 于 2019-06-04
I did this directly on github, but I can find a way to merge the change to 2.7. Are you saying it should also be in 2.7, or only in 2.7 and not in master/2.8?
#3 – andypugh 于 2019-06-04
You should make the change in 2.7 then it will (almost) automatically be merged upstream in to 2.8 and master
#4 – mozmck 于 2019-06-04
I merged your PR on 2.7 so closing this one – Thanks!
#1 – SebKuzminsky 于 2019-06-04
Hi @JetForMe, thanks for contributing to LinuxCNC!
This fix should really go in the 2.7 branch, can you move the commit there (maybe with
git checkout -b patch-1-2.7 origin/2.7; git cherry-pick patch-1) and make a new PR?