(SOLVED)Rambo 1.3 Compile marlin error Digipot
-
Edit: Ok spent few hrs digging in info these are the correct setting
Set board #define MOTHERBOARD BOARD_RAMBO
with just this change i got an error
exit status 1
'DIGIPOT_MOTOR_CURRENT' was not declared in this scope
after searching for DIGIPOT in marlin i found in configuration_adv.h (#define DIGIPOT_MOTOR_CURRENT { 135,135,135,135,135 } // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A))
after this the test compile goes without any errors dose anyone know if this is correct? i did not find any info on this error so this was just a guess on my part can anyone confirm this is correct?