Endstops /CoreXZ
Converted a broken Solidoodle2 to ramps1.4. w/2560
While driving the XY carriage from Repetier-host is normal, the XY endstops are actually located opposite where the software thinks they are.
(Solidoodle endstops/home is X+, Y+, and in Z the bed drops as it prints.)
After fiddling with other endstop settings in configure.h I tried using coreXZ but it gave the following error while compiling. Thanks.
********ERROR*****
endstops.cpp: In static member function 'static void Endstops::update()':
endstops.cpp:378: error: expected '}' at end of input
} // Endstops::update()
^
expected '}' at end of input
endstops.cpp:378: error: expected '}' at end of input
} // Endstops::update()
^
expected '}' at end of input
**********CODE containing the error**********
Comments