[Grbl_Esp32 Issue#711] adding A Axis to core XY

未分类 bolang 6个月前 (10-14) 40次浏览

Issue #711 | 状态: 已关闭 | 作者: qiwalker | 创建时间: 2020-12-18


hi, is it possible to use A Axis in coreXY machine

thanks ^^


评论 (5)

#1 – bdring 于 2020-12-18

Currently you are limited to 3 axes. It should not be too difficult to allow the use additional axes as long as the CoreXY remain on XY.

I am looking at CoreXY this week. I will see if it is easy to add the extra axes at this time.


#2 – qiwalker 于 2020-12-19

hi,

thankyou for ur reply,

that’s good! ^^
yes main coreXY still on XY
i’ll be wait, hopefully extra axis can be add in corexy machine

anyway i can’t use homing on coreXY
already add those script on my machine config and enable homing in machine settings but still not working

#define USECUSTOMHOMING
#define DEFAULTHOMINGCYCLE0 bit(ZAXIS)
#define DEFAULTHOMINGCYCLE1 bit(YAXIS)
#define DEFAULTHOMINGCYCLE2 bit(XAXIS)

thanks ^^


#3 – bdring 于 2020-12-19

This was added today on a test branch. We also found some reporting issues. We want to make a few more changes and then will push to the active branches.

Please wait until early next week.


#4 – qiwalker 于 2020-12-19

thank you so much @bdring
keep health…..^^,


#5 – bdring 于 2020-12-19

If you want to try an alpha version look at the AntFix branch. It supports CoreXY + ZABC (base on you N_AXIS setting.

I am going to close this issue.


原始Issue: https://github.com/bdring/Grbl_Esp32/issues/711

喜欢 (0)