[Grbl_Esp32 Issue#737] question about machine.h files

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

Issue #737 | 状态: 已关闭 | 作者: sixtwoeight | 创建时间: 2021-01-15


does the 6 axis v1p5 have the same base physical pinout for as the 3 axis v4.1… in other words will machine.h profile for the 3 axis work on the 6 axis (with the exception of the remaining axis)?

I was a bit overzealous when choosing the board i need, and got the 6 axis when at the moment all i really need is the 3 axis. My understanding is that the 3 axis doesn’t need so much pin mapping out of the box. I do have future plans that will utilize the additional 3 axis however, until my esp32 skills level grows a bit more all i really needed was the 3 axis. my hope is that i can just use the machine definition file for the 3 axis on the 6 axis everything automagically work. is that possible?

thanx in advance and thank you for all the brilliant work ;)


评论 (3)

#1 – bdring 于 2021-01-15

There are several examples of 6 pack machine definitions in the Esp32/blob/main/GrblEsp32/src/Machines/6packstepstickXYZv1.h”>3 axis one.

The

#2 – sixtwoeight 于 2021-01-17

excellent thank you, that looks like it will work perfectly. and since i also got the 4x switch input, and am using optical endstops so i just need to add “

#define DEFAULTINVERTLIMIT_PINS 1

under

#define ZLIMITPIN GPIONUM35

and place the module in socket #1?

thank you again for a great product.

clinton james russell

__
From: bdring
Sent: January 15, 2021 6:48 AM
To: bdring/GrblEsp32
Esp32@noreply.github.com>
Cc: sixtwoeight ; Author
Subject: Re: [bdring/Grbl_Esp32] question about machine.h files (#737)

There are several examples of 6 pack machine definitions in the Machines<https://github.com/bdring/GrblEsp32/tree/main/GrblEsp32/src/Machines> folder. Here is a 3 axis one<https://github.com/bdring/GrblEsp32/blob/main/GrblEsp32/src/Machines/6packstepstickXYZv1.h>.

The 6 Pack Wiki<https://github.com/bdring/6-PackCNCController/wiki/Socket-Pin-Number-Mapping> has that complete pin mapping of the 6 pack.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<https://github.com/bdring/Grbl_Esp32/issues/737#issuecomment-760984591>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AE2TEKVCGPNFPUIXEGHDHSTS2BIUBANCNFSM4WEANR5A>.


#3 – bdring 于 2021-01-18

Correct


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

喜欢 (0)