Skip to content

Einsy + BLTouch? compilation issues.. #4

@MiguelAngelPeinado

Description

@MiguelAngelPeinado

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions