-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sketch too big #2
Comments
I don't think the changing value is the culprit. Try to turn off stuff you
don't use within the grbl coding. Check DEBUG, and stuff like that. Those
option add memory to the program on the nano.
2018-06-03 13:55 GMT-03:00 snapedumbledore <[email protected]>:
… Hi ,I download the files and just modify the 'spindle_control.c' to '9'
and '39', but when i compile it in arduino1.8.5 ,it mentions that the
sketch too big, so as the sketch without modify.
my board is nano.
[image: 1]
<https://user-images.githubusercontent.com/29865320/40888982-efe157f8-6791-11e8-810b-d763b1189f91.png>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AAYOuUgnrd7b0ae94Ty5QXbJWVUJsbePks5t5BUXgaJpZM4UYJ1P>
.
--
Juan Pedro Secondo
A/S Genexus
Cel: 099120060
|
I replace arduino 1.8.5 with arduino 1.6.0 |
1.8.5 is the last version?? Guess 1.8.6
Might make a difference in the size of the libraries depending of the IDE
version. Older --- smaller
2018-06-04 10:54 GMT-03:00 snapedumbledore <[email protected]>:
… I replace arduino 1.8.5 with arduino 1.6.0
Everything is ok.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAYOuRiHfibldnZshKljvohfmDuEh1oJks5t5TwegaJpZM4UYJ1P>
.
--
Juan Pedro Secondo
A/S Genexus
Cel: 099120060
|
1.8.5 is the lastest version. Maybe you are right. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi ,I download the files and just modify the 'spindle_control.c' to '9' and '39', but when i compile it in arduino1.8.5 ,it mentions that the sketch too big, so as the sketch without modify.
my board is nano.
The text was updated successfully, but these errors were encountered: