ultimachine / Marlin

Reprap FW with look ahead. SDcard and LCD support. It works on Gen6, Ultimaker, RAMPS and Sanguinololu
3 stars 6 forks source link

Einsy + BLTouch? compilation issues.. #4

Open pikeloster opened 6 years ago

pikeloster commented 6 years ago

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

shiryu55 commented 5 years ago

I am in them, you will not have compiled a marlin 2.0 with bltouch for the ensy rambo board.