[grbl Issue#1239] delay

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

Issue #1239 | 状态: 已关闭 | 作者: algo1980 | 创建时间: 2017-06-01


hi i need to add some delay for lcd initialization. But it gives an error on
#include

can you suggest how i can solve this.


评论 (17)

#1 – cri-s 于 2017-06-01

If you relay on delayms() you can do this:

#include // if not already included
#define delayms(x) delay_ms(x)
#define delayus(x) delay_us(x)

Otherwise use delayms and delayus directly

2017-06-01 18:46 GMT+02:00, Tracy :
> hi i need to add some delay for lcd initialization. But it gives an error on
>
> #include
>
> can you suggest how i can solve this.
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly or view it on GitHub:
> https://github.com/grbl/grbl/issues/1239


#2 – algo1980 于 2017-06-01

thanks cri-s


#3 – algo1980 于 2017-06-01

tried it but it says multiple libraries found for nuts_bolts.h


#4 – cri-s 于 2017-06-01

can it be that you have included several version of grbl as arduino lib .

2017-06-01 19:07 GMT+02:00, Tracy :
> tried it but it says multiple libraries found for nuts_bolts.h
>
> —
> You are receiving this because you commented.
> Reply to this email directly or view it on GitHub:
> https://github.com/grbl/grbl/issues/1239#issuecomment-305558062


#5 – algo1980 于 2017-06-01

No i dont think so cri-s. i have only one version.


#6 – algo1980 于 2017-06-01

fixed it :)


#7 – X3msnake 于 2017-06-01

what was it?

2017-06-01 19:03 GMT+01:00 Tracy :

> fixed it :)
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <https://github.com/grbl/grbl/issues/1239#issuecomment-305572649>, or mute
> the thread
> <https://github.com/notifications/unsubscribe-auth/AKke-oYdb8aaE5Ucg6iewo0pIDXhW6Lpks5r_vzlgaJpZM4NtP-v>
> .
>


Com os melhores cumprimentos,
Vinicius Silva


#8 – algo1980 于 2017-06-01

it was funny i could not understand it either. I just restarted AS7


#9 – algo1980 于 2017-06-01

chamm why you close all my issues? :)


#10 – X3msnake 于 2017-06-01

Because it’s Solved :)

2017-06-01 19:34 GMT+01:00 Tracy :

> chamm why you close all my issues? :)
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <https://github.com/grbl/grbl/issues/1239#issuecomment-305581189>, or mute
> the thread
> <https://github.com/notifications/unsubscribe-auth/AKke-s7jVctxdFqFaMBoIcBsbKdpMr32ks5r_wQ9gaJpZM4NtP-v>
> .
>


Com os melhores cumprimentos,
Vinicius Silva


#11 – gerritv 于 2017-06-01

And because you keep asking basic compile questions that have 0, zip, nothing to do with Grbl. The Arduino forums will provide better help for learning. Also you never seem able to provide even an error message, meaning the rest of us volunteers need to keep playing 20-questions with you.
Lastly you keep asking questions on a deprecated version of Grbl.


#12 – algo1980 于 2017-06-06

There is nothing wrong in asking a basic question. if you do not know the answer you can ignore it.:)


#13 – X3msnake 于 2017-06-06

@Tracy

Tracy, Gerrit has a point here.

It is not the basic question in itself it is the fact that it is not
related to supported methods of GRBL :)

2017-06-06 10:53 GMT+01:00 Tracy :

> There is nothing wrong in asking a basic question. if you do not know the
> answer you can ignore it.:)
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <https://github.com/grbl/grbl/issues/1239#issuecomment-306437916>, or mute
> the thread
> <https://github.com/notifications/unsubscribe-auth/AKke-s6Wv7mRJIHoGFIYv48eA-YRgKvrks5sBSGygaJpZM4NtP-v>
> .
>


Com os melhores cumprimentos,
Vinicius Silva


#14 – algo1980 于 2017-06-06

@X3msnake
Hi, i believe that extending GRBL support to next level will boost GRBL dev more. More DEVS means more development. :) But its the GRBL owner who have to decide. I can only put up my suggestion.


#15 – X3msnake 于 2017-06-06

The next release of grbl will have hardware abstraction that will allow
grbl to be developed in any hardware.

No dia terça-feira, 6 de junho de 2017, Tracy
escreveu:

> @X3msnake <https://github.com/x3msnake>
> Hi, i believe that extending GRBL support to next level will boost GRBL
> dev more. More DEVS means more development. :) But its the GRBL owner who
> have to decide. I can only put up my suggestion.
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <https://github.com/grbl/grbl/issues/1239#issuecomment-306473546>, or mute
> the thread
> <https://github.com/notifications/unsubscribe-auth/AKke-jpryuu49x3dptFb52HHTEUQVzIkks5sBUiJgaJpZM4NtP-v>
> .
>


Com os melhores cumprimentos,
Vinicius Silva


#16 – chamnit 于 2017-06-06

@algo1980 : Or, you simply don’t have the time to answer and/or it has been answered several times in the past. Keep in mind that typing a response can take a couple of minutes onward to over ten minutes. That is a lot of (free) time you asking someone to spend on your question, when you can usually google for the answer yourself in that same period of time. Another benefit of doing this is that you can also learn other things along the way. I do this all of the time and credit stackexchange for a lot of the coding techniques inside Grbl. Most of which I ran across when I wasn’t looking for it explicitly.


#17 – X3msnake 于 2017-06-06

Yep, Serendipity ;)


原始Issue: https://github.com/grbl/grbl/issues/1239

喜欢 (0)