forked from MarlinFirmware/Marlin
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Einsy + BLTouch? compilation issues.. #4
Comments
I am in them, you will not have compiled a marlin 2.0 with bltouch for the ensy rambo board. |
tonokip
pushed a commit
that referenced
this issue
Oct 2, 2019
# This is the 1st commit message: Add Support for ADIMLab Granty # The commit message #2 will be skipped: # Update Configuration.h # The commit message #3 will be skipped: # Add files via upload # # Add Support for ADIMLab Granty # The commit message #4 will be skipped: # Create Configuration.h # The commit message #5 will be skipped: # Delete Configuration.h # The commit message #6 will be skipped: # Create Test.h # The commit message MarlinFirmware#7 will be skipped: # Add files via upload # The commit message MarlinFirmware#8 will be skipped: # Delete Test.h # The commit message MarlinFirmware#9 will be skipped: # Delete Configuration.h # The commit message MarlinFirmware#10 will be skipped: # Delete Configuration_adv.h # The commit message MarlinFirmware#11 will be skipped: # Add files via upload # # Add ADIMLab Pins # The commit message MarlinFirmware#12 will be skipped: # Add files via upload # # Add Bootscreen # The commit message MarlinFirmware#13 will be skipped: # Update Configuration.h # # Add Bootscreen # The commit message MarlinFirmware#14 will be skipped: # Update pins.h # # Add ADIMLab Board # The commit message MarlinFirmware#15 will be skipped: # Update boards.h # # Add ADIMLab Granty # The commit message MarlinFirmware#16 will be skipped: # Update Makefile # # Add ADIMLab Granty # The commit message MarlinFirmware#17 will be skipped: # Update boards.h # The commit message MarlinFirmware#18 will be skipped: # Update Makefile
tonokip
pushed a commit
that referenced
this issue
Oct 2, 2019
* # This is a combination of 18 commits. # This is the 1st commit message: Add Support for ADIMLab Granty # The commit message #2 will be skipped: # Update Configuration.h # The commit message #3 will be skipped: # Add files via upload # # Add Support for ADIMLab Granty # The commit message #4 will be skipped: # Create Configuration.h # The commit message #5 will be skipped: # Delete Configuration.h # The commit message #6 will be skipped: # Create Test.h # The commit message MarlinFirmware#7 will be skipped: # Add files via upload # The commit message MarlinFirmware#8 will be skipped: # Delete Test.h # The commit message MarlinFirmware#9 will be skipped: # Delete Configuration.h # The commit message MarlinFirmware#10 will be skipped: # Delete Configuration_adv.h # The commit message MarlinFirmware#11 will be skipped: # Add files via upload # # Add ADIMLab Pins # The commit message MarlinFirmware#12 will be skipped: # Add files via upload # # Add Bootscreen # The commit message MarlinFirmware#13 will be skipped: # Update Configuration.h # # Add Bootscreen # The commit message MarlinFirmware#14 will be skipped: # Update pins.h # # Add ADIMLab Board # The commit message MarlinFirmware#15 will be skipped: # Update boards.h # # Add ADIMLab Granty # The commit message MarlinFirmware#16 will be skipped: # Update Makefile # # Add ADIMLab Granty # The commit message MarlinFirmware#17 will be skipped: # Update boards.h # The commit message MarlinFirmware#18 will be skipped: # Update Makefile * Add Support for ADIMLab Granty * Optimize bootscreen * Update Makefile Updated Description * Update boards.h Updated Description * Update pins_HJC2560C_REV2.h Updated Description * Update Configuration.h Added Author + Custom_Machine_Name * Create _Bootscreen.h Add Bootscreen * Add files via upload Add ADIMLab Granty v1 * Update boards.h Add ADIMLab Granty v1 * Update Makefile Add ADIMLab Granty v1 * Update pins_HJC2560C_REV2.h * Consolidate Granty configs * config updates
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello guys, I got an Einsy Rambo board and wanted to make it work with my own Prusa i3. Trying to configure it for HOMING SENSORLESS feature an also with BLTouch Z sensor for bed leveling. I tried to compile the Marlin but got always the same error:
sketch/Marlin_main.cpp: In function 'void servo_init()':
Marlin_main.cpp:969: error: 'STOW_Z_SERVO' was not declared in this scope
STOW_Z_SERVO();
^
sketch/Marlin_main.cpp: In function 'void bltouch_command(int)':
Marlin_main.cpp:2047: error: 'MOVE_SERVO' was not declared in this scope
MOVE_SERVO(Z_PROBE_SERVO_NR, angle); // Give the BL-Touch the command and wait
^
exit status 1
'STOW_Z_SERVO' was not declared in this scope
I can't attach here the Marlin file but it's linked at Dropbox here: https://www.dropbox.com/s/rr8xri34vj59jld/Marlin-bugfix-1.1._MK3.zip?dl=0
so if anyone could help me it'll make me very happy smiling smiley Thank you!!
Regards
The text was updated successfully, but these errors were encountered: