Welcome! Log In Create A New Profile

Advanced

Marlin 2.1.3-b2 missing endstops

Posted by rcecinati 
Marlin 2.1.3-b2 missing endstops
June 11, 2025 09:45AM
Hello everybody,
I am trying to build my own handmade 3D printer, based on Marlin and Arduino Mega 2560. I have been working on the latest stable version of Marlin, ie 2.1.2.5 (at the date of writing), but in order to enable also the M210 command ( which appears to be working only since 2.1.3 on) I have switched to the beta release 2.1.3-b2.
The issue I raise here is that all the "MAX" endstops, which are well present in my hardware, seem to be missing when I run the M119 command.
It must be remarked that in the configuration.h all the statements such as
#define USE_XMIN_PLUG
#define USE_YMIN_PLUG
#define USE_ZMIN_PLUG
...
#define USE_XMAX_PLUG
#define USE_YMAX_PLUG
#define USE_ZMAX_PLUG
are no longer needed and therefore canceled. But where to inform 2.1.3-b2 of the existance of such switches?
Thank you for helping
RC
Re: Marlin 2.1.3-b2 missing endstops
June 11, 2025 04:18PM
/**
* Safety Stops
* If an axis has endstops on both ends the one specified above is used for
* homing, while the other can be used for things like SD_ABORT_ON_ENDSTOP_HIT.
*/
//#define X_SAFETY_STOP
//#define Y_SAFETY_STOP
//#define Z_SAFETY_STOP
//#define I_SAFETY_STOP
//#define J_SAFETY_STOP
//#define K_SAFETY_STOP
//#define U_SAFETY_STOP
//#define V_SAFETY_STOP
//#define W_SAFETY_STOP
Re: Marlin 2.1.3-b2 missing endstops
June 13, 2025 03:57AM
dear Dust,
thank you for your reply. What a pity all these changes .

RC
Re: Marlin 2.1.3-b2 missing endstops
June 13, 2025 06:31AM
Life is change, Embrace it or be left in the dust.
Sorry, only registered users may post in this forum.

Click here to login