-
Notifications
You must be signed in to change notification settings - Fork 39
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
doesn't compile anymore when servo option activated #167
Comments
Board? |
arduino mega 2560
#define NUM_SERVOS 1
…________________________________
De : MagoKimbra <[email protected]>
Envoyé : mercredi 28 décembre 2016 22:30
À : MagoKimbra/MarlinKimbra
Cc : Windaub57; Author
Objet : Re: [MagoKimbra/MarlinKimbra] doesn't compile anymore when servo option activated (#167)
Board?
Num servos you define?
-
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#167 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AKbjxms8mtQN7gVwNYSk5_uxpTg9Gkpxks5rMtTrgaJpZM4LXMq0>.
|
And Z_ENDSTOP_SERVO_NR ? |
#define Z_ENDSTOP_SERVO_NR 0
…________________________________
De : MagoKimbra <[email protected]>
Envoyé : mercredi 28 décembre 2016 23:45
À : MagoKimbra/MarlinKimbra
Cc : Windaub57; Author
Objet : Re: [MagoKimbra/MarlinKimbra] doesn't compile anymore when servo option activated (#167)
And Z_ENDSTOP_SERVO_NR ?
-
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#167 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AKbjxkCYpFVh2V7nGDeP_tl07mhUVgl6ks5rMuZzgaJpZM4LXMq0>.
|
looks like I opened my ticket under the wrong firmware version. I'm using the latest one : Version 4.3.09_dev |
sorry |
Aaaa ok.... |
Do you have ramps 1.4? |
yes I have ramps 1.4. I also tried the online configurator and got the exact same pb. same after upgrading to arduino1.8.
I'll try again.
|
New try I took a brand fresh copy. I only changed : => compil Still get the same error. Any last ideas :) ? |
and #define ENABLE_SERVOS? |
sketch\src\MK_Main.cpp: In function 'void servo_init()':
sketch\src\MK_Main.cpp:813:5: error: 'servo' was not declared in this scope
sketch\src\MK_Main.cpp:848:18: error: 'STOW_Z_SERVO' was not declared in this scope
sketch\src\MK_Main.cpp: In function 'bool set_probe_deployed(bool)':
sketch\src\MK_Main.cpp:1837:7: error: 'servo' was not declared in this scope
exit status 1
The text was updated successfully, but these errors were encountered: