[Grbl_Esp32 Issue#710] 3 AXIS NOT WORKING

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

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


I NEED 3 axis step and dir pinout firmware AND circuit schematic


评论 (11)

#1 – bdring 于 2020-12-18

You need to be more clear about what hardware you have and what version of the firmware you are using.


#2 – manisaranbala 于 2020-12-18

i used board esp32s and bluetooth via connect GRBL Controller + android app
first i try Grbl_Esp32-main and upload successful only change [enable bluetooth] uploading good then connect tb6600 stepper drive not working
!2020-12-1602h1535


#3 – bdring 于 2020-12-18

Did you follow this instruction when compiling?

https://github.com/bdring/Grbl_Esp32/wiki/Compiling-the-firmware#customize-important

You probably need this machine definition file.

Machines/3axis_v4.h


#4 – manisaranbala 于 2020-12-18

!2020-12-1807h3855


#5 – bdring 于 2020-12-18

Test Drive – Demo Only No I/O

That will not output any signals

Please follow the Wiki.


#6 – manisaranbala 于 2020-12-18

!2020-12-1807h5604


#7 – manisaranbala 于 2020-12-18

YES WORKING GOOD THANK YOU


#8 – bdring 于 2020-12-18

If my time has helped you, please consider donating to or sponsoring this project.

Closing…


#9 – manisaranbala 于 2020-12-18


#10 – manisaranbala 于 2020-12-18

Definitely leave Finishing Work


#11 – bdring 于 2020-12-18

YOU MUST CHANGE YOUR THIS

#include “Machines/test_drive.h”

TO THIS!

#include “Machines/3axis_v4.hh”

IN THE Machines.h FILE


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

喜欢 (0)